diff options
author | Clément Bœsch <u@pkh.me> | 2016-07-14 19:01:51 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2016-07-14 19:01:51 +0200 |
commit | 9e6bb3b6eebdf8f8f7d171005c21e8714437c1b5 (patch) | |
tree | 5fed3679e8b1598f2bef91f97dd362cb15e6fd43 /tests | |
parent | cd02df52567d417e3efeda8fbaa36a2753a0e0cf (diff) | |
download | ffmpeg-streaming-9e6bb3b6eebdf8f8f7d171005c21e8714437c1b5.zip ffmpeg-streaming-9e6bb3b6eebdf8f8f7d171005c21e8714437c1b5.tar.gz |
fate/video: use FATE_VIDEO instead of FATE_SAMPLES_AVCONV
Consistent with the rest of the rules
Diffstat (limited to 'tests')
-rw-r--r-- | 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 3d29b44..62acc26 100644 --- a/tests/fate/video.mak +++ b/tests/fate/video.mak @@ -180,7 +180,7 @@ fate-hapy: CMD = framecrc -i $(TARGET_SAMPLES)/hap/hapy.mov FATE_HAP += fate-hap-chunk fate-hap-chunk: CMD = framecrc -i $(TARGET_SAMPLES)/hap/hapy-12-chunks.mov -FATE_SAMPLES_AVCONV-$(call DEMDEC, MOV, HAP) += $(FATE_HAP) +FATE_VIDEO-$(call DEMDEC, MOV, HAP) += $(FATE_HAP) fate-hap: $(FATE_HAP) FATE_IFF-$(CONFIG_IFF_ILBM_DECODER) += fate-iff-byterun1 |