56977eefd8
Restore functionality to set the samples directory via the FATE_SAMPLES environment variable . This is broken since commit 63dcd16 was merged. Additionally the name FATE_EXTERN is more suited as the current FATE_SAMPLES make file variable does not carry the name of the FATE samples or the name of the directory they are stored in, but does contain the names of the FATE targets that need external samples. That is samples that are not in the repository and are not generated on the fly. Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
19 lines
629 B
Makefile
19 lines
629 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_EXTERN-$(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-%=%)
|