aballier 14/10/11 10:32:09 Modified: dump_ffmpeg.sh Log: dump_ffmpeg.sh: no need for x86_cpu.h nor lavf/internal.h anymore (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.6 media-video/mplayer/files/dump_ffmpeg.sh file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/files/dump_ffmpeg.sh?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/files/dump_ffmpeg.sh?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/files/dump_ffmpeg.sh?r1=1.5&r2=1.6 Index: dump_ffmpeg.sh =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/files/dump_ffmpeg.sh,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- dump_ffmpeg.sh 8 Sep 2012 15:38:19 -0000 1.5 +++ dump_ffmpeg.sh 11 Oct 2014 10:32:09 -0000 1.6 @@ -60,9 +60,7 @@ } # HEADERS (order matters for the consistency checks: leaves come first) -FILES=" libavutil/x86/asm.h \ - libavutil/x86_cpu.h \ - libavformat/internal.h " +FILES=" libavutil/x86/asm.h" # Files that are sed'ed but not compiled, used to check for availability of # some codecs FILES="${FILES} libavcodec/allcodecs.c libavformat/allformats.c libavfilter/allfilters.c"
