diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-10-11 10:32:09 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-10-11 10:32:09 +0000 |
commit | ccbbc1227747381e893447b455e3333f2c62067f (patch) | |
tree | c7a16c655ca65cafae5d3bde0393eb90eaeb3034 /media-video/mplayer | |
parent | Dev channel bump. (diff) | |
download | gentoo-2-ccbbc1227747381e893447b455e3333f2c62067f.tar.gz gentoo-2-ccbbc1227747381e893447b455e3333f2c62067f.tar.bz2 gentoo-2-ccbbc1227747381e893447b455e3333f2c62067f.zip |
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)
Diffstat (limited to 'media-video/mplayer')
-rw-r--r-- | media-video/mplayer/ChangeLog | 5 | ||||
-rwxr-xr-x | media-video/mplayer/files/dump_ffmpeg.sh | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/media-video/mplayer/ChangeLog b/media-video/mplayer/ChangeLog index 0cc7dc01916a..6e7e7d562756 100644 --- a/media-video/mplayer/ChangeLog +++ b/media-video/mplayer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/mplayer # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.924 2014/09/01 16:47:04 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.925 2014/10/11 10:32:09 aballier Exp $ + + 11 Oct 2014; Alexis Ballier <aballier@gentoo.org> files/dump_ffmpeg.sh: + dump_ffmpeg.sh: no need for x86_cpu.h nor lavf/internal.h anymore 01 Sep 2014; Michał Górny <mgorny@gentoo.org> mplayer-1.2_pre20130729.ebuild, mplayer-9999.ebuild: diff --git a/media-video/mplayer/files/dump_ffmpeg.sh b/media-video/mplayer/files/dump_ffmpeg.sh index 58874d10e003..2282ef4b50f9 100755 --- a/media-video/mplayer/files/dump_ffmpeg.sh +++ b/media-video/mplayer/files/dump_ffmpeg.sh @@ -60,9 +60,7 @@ move_file() { } # 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" |