summaryrefslogtreecommitdiffstats
path: root/tests/fate/video.mak
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-10-11 22:31:45 +0200
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-10-12 00:21:13 +0200
commitec0275843d8eb933699807da81f6f366291f034a (patch)
treef4adafb9533207c195c2a228a371541c7ca73f09 /tests/fate/video.mak
parent148418a2bce3a7862f2d00ed4a424620c0d51e18 (diff)
downloadffmpeg-streaming-ec0275843d8eb933699807da81f6f366291f034a.zip
ffmpeg-streaming-ec0275843d8eb933699807da81f6f366291f034a.tar.gz
avcodec: remove leftover iff_byterun1 decoder
It was merged with the iff_ilbm decoder in commit 929a24efff9a208a52748605eb412ffb915c1403. Define AV_CODEC_ID_IFF_BYTERUN1 as AV_CODEC_ID_IFF_ILBM for API compatibility. Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'tests/fate/video.mak')
-rw-r--r--tests/fate/video.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/video.mak b/tests/fate/video.mak
index a575434..a0a7079 100644
--- a/tests/fate/video.mak
+++ b/tests/fate/video.mak
@@ -198,7 +198,7 @@ fate-hap-chunk: CMD = framecrc -i $(TARGET_SAMPLES)/hap/hapy-12-chunks.mov
FATE_SAMPLES_AVCONV-$(call DEMDEC, MOV, HAP) += $(FATE_HAP)
fate-hap: $(FATE_HAP)
-FATE_IFF-$(CONFIG_IFF_BYTERUN1_DECODER) += fate-iff-byterun1
+FATE_IFF-$(CONFIG_IFF_ILBM_DECODER) += fate-iff-byterun1
fate-iff-byterun1: CMD = framecrc -i $(TARGET_SAMPLES)/iff/ASH.LBM -pix_fmt rgb24
FATE_IFF-$(CONFIG_EIGHTSVX_FIB_DECODER) += fate-iff-fibonacci
OpenPOWER on IntegriCloud