From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RLbg3-00083J-S6 for garchives@archives.gentoo.org; Wed, 02 Nov 2011 14:20:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1F2221C273; Wed, 2 Nov 2011 14:20:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B5F3E21C273 for ; Wed, 2 Nov 2011 14:20:15 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 216731B401F for ; Wed, 2 Nov 2011 14:20:15 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id E88EE2004C; Wed, 2 Nov 2011 14:20:13 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-video/mplayer/files: dump_ffmpeg.sh X-VCS-Repository: gentoo-x86 X-VCS-Files: dump_ffmpeg.sh X-VCS-Directories: media-video/mplayer/files X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Message-Id: <20111102142013.E88EE2004C@flycatcher.gentoo.org> Date: Wed, 2 Nov 2011 14:20:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: e79cab3c-cb1e-43d9-b068-2db08832f3e8 X-Archives-Hash: 57f42a9a31f0973a7324dfb4ffcfe63c aballier 11/11/02 14:20:13 Modified: dump_ffmpeg.sh Log: riff.h isnt needed anymore =20 (Portage version: 2.2.0_alpha72/cvs/Linux x86_64) Revision Changes Path 1.2 media-video/mplayer/files/dump_ffmpeg.sh file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplaye= r/files/dump_ffmpeg.sh?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplaye= r/files/dump_ffmpeg.sh?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplaye= r/files/dump_ffmpeg.sh?r1=3D1.1&r2=3D1.2 Index: dump_ffmpeg.sh =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/files/dump_ffmpeg.s= h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dump_ffmpeg.sh 8 Jun 2011 19:33:06 -0000 1.1 +++ dump_ffmpeg.sh 2 Nov 2011 14:20:13 -0000 1.2 @@ -61,8 +61,7 @@ =20 # HEADERS (order matters for the consistency checks: leaves come first) FILES=3D" libavutil/x86_cpu.h \ - libavformat/internal.h \ - libavformat/riff.h" + libavformat/internal.h " # Files that are sed'ed but not compiled, used to check for availability= of # some codecs FILES=3D"${FILES} libavcodec/allcodecs.c libavformat/allformats.c"