Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/mplayer/files: dump_ffmpeg.sh
Date: Wed, 02 Nov 2011 14:20:28
Message-Id: 20111102142013.E88EE2004C@flycatcher.gentoo.org
1 aballier 11/11/02 14:20:13
2
3 Modified: dump_ffmpeg.sh
4 Log:
5 riff.h isnt needed anymore
6
7 (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-video/mplayer/files/dump_ffmpeg.sh
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/files/dump_ffmpeg.sh?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/files/dump_ffmpeg.sh?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/files/dump_ffmpeg.sh?r1=1.1&r2=1.2
15
16 Index: dump_ffmpeg.sh
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/files/dump_ffmpeg.sh,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- dump_ffmpeg.sh 8 Jun 2011 19:33:06 -0000 1.1
23 +++ dump_ffmpeg.sh 2 Nov 2011 14:20:13 -0000 1.2
24 @@ -61,8 +61,7 @@
25
26 # HEADERS (order matters for the consistency checks: leaves come first)
27 FILES=" libavutil/x86_cpu.h \
28 - libavformat/internal.h \
29 - libavformat/riff.h"
30 + libavformat/internal.h "
31 # Files that are sed'ed but not compiled, used to check for availability of
32 # some codecs
33 FILES="${FILES} libavcodec/allcodecs.c libavformat/allformats.c"