ago 15/02/28 15:52:04 Added: vlc-2.1-mem_undefined_functions.patch Log: Fix bug #541654 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path 1.1 media-video/vlc/files/vlc-2.1-mem_undefined_functions.patch 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 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 Index: vlc-2.1-mem_undefined_functions.patch =================================================================== # Fixes gentoo bug 541654 # https://bugs.gentoo.org/show_bug.cgi?id=541654 # Committed on behalf of Luca Barbato <[email protected]> --- modules/codec/avcodec/avcommon.h.orig 2015-02-28 15:19:33.449761287 +0000 +++ modules/codec/avcodec/avcommon.h 2015-02-28 15:20:10.469537179 +0000 @@ -81,6 +81,7 @@ #ifdef HAVE_LIBAVUTIL_AVUTIL_H # include <libavutil/avutil.h> # include <libavutil/dict.h> +# include <libavutil/mem.h> #define AV_OPTIONS_TEXT "Advanced options." #define AV_OPTIONS_LONGTEXT "Advanced options, in the form {opt=val,opt2=val2} ."
