mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
ba13606ca6
This allows having the samples accessible via different paths on the target and on the host. Signed-off-by: Martin Storsjö <martin@martin.st>
19 lines
637 B
Makefile
19 lines
637 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_AVPROBE) += $(FATE_PROBE_FORMAT)
|
|
fate-probe-format: $(FATE_PROBE_FORMAT)
|
|
|
|
$(FATE_PROBE_FORMAT): avprobe$(EXESUF)
|
|
$(FATE_PROBE_FORMAT): CMP = oneline
|
|
fate-probe-format-%: CMD = probefmt $(TARGET_SAMPLES)/probe-format/$(@:fate-probe-format-%=%)
|