diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-11-29 13:29:26 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-11-29 13:35:56 +0100 |
commit | 7dc0ed80e877a16a11ba45d747723d88e8a92cd8 (patch) | |
tree | b1842c70bb437b14e16ca833443615a2a267c2b8 /tests/fate/prores.mak | |
parent | a7eabbb20dc077d7380f874b9c35fffa478186a6 (diff) | |
parent | 1f3f896564501c23b44fcf605567c78ce066b539 (diff) | |
download | ffmpeg-7dc0ed80e877a16a11ba45d747723d88e8a92cd8.tar.gz |
Merge commit '1f3f896564501c23b44fcf605567c78ce066b539'
* commit '1f3f896564501c23b44fcf605567c78ce066b539':
fate: Add dependencies for Vorbis, ProRes, QTRLE, utvideo tests
fate: real: Add dependencies
fate: lossless-audio: Add dependencies
x86: h264dsp: Fix linking with yasm and optimizations disabled
Conflicts:
libavcodec/x86/h264dsp_init.c
tests/fate/lossless-audio.mak
tests/fate/real.mak
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate/prores.mak')
-rw-r--r-- | tests/fate/prores.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/prores.mak b/tests/fate/prores.mak index 9f4d1b3ff2..00e2159710 100644 --- a/tests/fate/prores.mak +++ b/tests/fate/prores.mak @@ -4,7 +4,7 @@ FATE_PRORES = fate-prores-422 \ fate-prores-422_proxy \ fate-prores-alpha \ -FATE_SAMPLES_AVCONV += $(FATE_PRORES) +FATE_SAMPLES_AVCONV-$(call DEMDEC, MOV, PRORES) += $(FATE_PRORES) fate-prores: $(FATE_PRORES) fate-prores-422: CMD = framecrc -flags +bitexact -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422.mov -pix_fmt yuv422p10le |