diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-26 18:19:06 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-26 18:19:06 +0000 |
commit | d5abdd91d1f91a1cae6786357e61866c81a49aee (patch) | |
tree | b526adc84054c5f64d703fd458afc58d8e8d0c9e /media-video/ffmpeg/files | |
parent | mask ffmpeg 0.11 (diff) | |
download | gentoo-2-d5abdd91d1f91a1cae6786357e61866c81a49aee.tar.gz gentoo-2-d5abdd91d1f91a1cae6786357e61866c81a49aee.tar.bz2 gentoo-2-d5abdd91d1f91a1cae6786357e61866c81a49aee.zip |
version bump
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'media-video/ffmpeg/files')
-rw-r--r-- | media-video/ffmpeg/files/ffmpeg-0.11-tests.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/media-video/ffmpeg/files/ffmpeg-0.11-tests.patch b/media-video/ffmpeg/files/ffmpeg-0.11-tests.patch new file mode 100644 index 000000000000..6f6ba2cbfa82 --- /dev/null +++ b/media-video/ffmpeg/files/ffmpeg-0.11-tests.patch @@ -0,0 +1,25 @@ +From b4d36f60f68b87ee0bea6fb0b5e5437d12f5f894 Mon Sep 17 00:00:00 2001 +From: Alexis Ballier <aballier@gentoo.org> +Date: Sat, 26 May 2012 14:06:12 -0400 +Subject: [PATCH] Fix tests without fate samples. + +--- + tests/fate/video.mak | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/tests/fate/video.mak b/tests/fate/video.mak +index 8c42332..0e043dc 100644 +--- a/tests/fate/video.mak ++++ b/tests/fate/video.mak +@@ -97,7 +97,7 @@ fate-dxa-scummvm: CMD = framecrc -i $(SAMPLES)/dxa/scummvm.dxa -pix_fmt rgb24 + FATE_VIDEO += $(FATE_DXA) + fate-dxa: $(FATE_DXA) + +-FATE_PCM += fate-film-cvid ++FATE_SAMPLES_PCM += fate-film-cvid + fate-film-cvid: CMD = framecrc -i $(SAMPLES)/film/logo-capcom.cpk -an + + FATE_FLIC += fate-flic-af11-palette-change +-- +1.7.8.6 + |