Gentoo Archives: gentoo-commits

From: "Agostino Sarubbo (ago)" <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/vlc/files: vlc-2.1-mem_undefined_functions.patch
Date: Sat, 28 Feb 2015 15:52:08
Message-Id: 20150228155204.067A112BE9@oystercatcher.gentoo.org
1 ago 15/02/28 15:52:04
2
3 Added: vlc-2.1-mem_undefined_functions.patch
4 Log:
5 Fix bug #541654
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
8
9 Revision Changes Path
10 1.1 media-video/vlc/files/vlc-2.1-mem_undefined_functions.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/files/vlc-2.1-mem_undefined_functions.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/files/vlc-2.1-mem_undefined_functions.patch?rev=1.1&content-type=text/plain
14
15 Index: vlc-2.1-mem_undefined_functions.patch
16 ===================================================================
17 # Fixes gentoo bug 541654
18 # https://bugs.gentoo.org/show_bug.cgi?id=541654
19 # Committed on behalf of Luca Barbato <lu_zero@g.o>
20
21 --- modules/codec/avcodec/avcommon.h.orig 2015-02-28 15:19:33.449761287 +0000
22 +++ modules/codec/avcodec/avcommon.h 2015-02-28 15:20:10.469537179 +0000
23 @@ -81,6 +81,7 @@
24 #ifdef HAVE_LIBAVUTIL_AVUTIL_H
25 # include <libavutil/avutil.h>
26 # include <libavutil/dict.h>
27 +# include <libavutil/mem.h>
28
29 #define AV_OPTIONS_TEXT "Advanced options."
30 #define AV_OPTIONS_LONGTEXT "Advanced options, in the form {opt=val,opt2=val2} ."