diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-12-18 14:56:59 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-12-18 14:56:59 +0000 |
commit | 88a108666da0f476546dc9a27486da71fdb9ec45 (patch) | |
tree | 8d3ee7c2ec5422ee7a3bb212cc86669b3e9781a7 /media-video/mplayer | |
parent | version bump (diff) | |
download | gentoo-2-88a108666da0f476546dc9a27486da71fdb9ec45.tar.gz gentoo-2-88a108666da0f476546dc9a27486da71fdb9ec45.tar.bz2 gentoo-2-88a108666da0f476546dc9a27486da71fdb9ec45.zip |
allfilters.c is also checked, inlude it too
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'media-video/mplayer')
-rw-r--r-- | media-video/mplayer/ChangeLog | 5 | ||||
-rwxr-xr-x | media-video/mplayer/files/dump_ffmpeg.sh | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/media-video/mplayer/ChangeLog b/media-video/mplayer/ChangeLog index 1b46f114f2a8..352a29013749 100644 --- a/media-video/mplayer/ChangeLog +++ b/media-video/mplayer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/mplayer # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.825 2011/12/17 18:02:24 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.826 2011/12/18 14:56:59 aballier Exp $ + + 18 Dec 2011; Alexis Ballier <aballier@gentoo.org> files/dump_ffmpeg.sh: + allfilters.c is also checked, inlude it too 17 Dec 2011; Alexis Ballier <aballier@gentoo.org> mplayer-9999.ebuild: cosmetics diff --git a/media-video/mplayer/files/dump_ffmpeg.sh b/media-video/mplayer/files/dump_ffmpeg.sh index 8b6a337c06df..53404df76bdd 100755 --- a/media-video/mplayer/files/dump_ffmpeg.sh +++ b/media-video/mplayer/files/dump_ffmpeg.sh @@ -64,7 +64,7 @@ FILES=" libavutil/x86_cpu.h \ libavformat/internal.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" +FILES="${FILES} libavcodec/allcodecs.c libavformat/allformats.c libavfilter/allfilters.c" for i in ${FILES} ; do move_file $i |