mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
31f3c94760
* qatar/master: fate: fix dependencies on SAMPLES being set fate: remove unnecessary libavfilter dependency Conflicts: ffmpeg.c tests/Makefile tests/fate/aac.mak tests/fate/audio.mak tests/fate/demux.mak tests/fate/ea.mak tests/fate/image.mak tests/fate/lossless-audio.mak tests/fate/lossless-video.mak tests/fate/microsoft.mak tests/fate/mpc.mak tests/fate/probe.mak tests/fate/qt.mak tests/fate/real.mak tests/fate/screen.mak tests/fate/video.mak tests/fate/voice.mak tests/fate/vqf.mak tests/ref/fate/idroq-video-encode tests/ref/fate/vc1-ism Merged-by: Michael Niedermayer <michaelni@gmx.at>
19 lines
630 B
Makefile
19 lines
630 B
Makefile
FATE_PROBE_FORMAT += fate-probe-format-roundup997
|
|
fate-probe-format-roundup997: REF = mpeg
|
|
|
|
FATE_PROBE_FORMAT += fate-probe-format-roundup1383
|
|
fate-probe-format-roundup1383: REF = mp3
|
|
|
|
FATE_PROBE_FORMAT += fate-probe-format-roundup1414
|
|
fate-probe-format-roundup1414: REF = mpeg
|
|
|
|
FATE_PROBE_FORMAT += fate-probe-format-roundup2015
|
|
fate-probe-format-roundup2015: REF = dv
|
|
|
|
FATE_SAMPLES-$(CONFIG_FFPROBE) += $(FATE_PROBE_FORMAT)
|
|
fate-probe-format: $(FATE_PROBE_FORMAT)
|
|
|
|
$(FATE_PROBE_FORMAT): ffprobe$(EXESUF)
|
|
$(FATE_PROBE_FORMAT): CMP = oneline
|
|
fate-probe-format-%: CMD = probefmt $(SAMPLES)/probe-format/$(@:fate-probe-format-%=%)
|