mirror of https://github.com/FFmpeg/FFmpeg.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
415 B
12 lines
415 B
10 years ago
|
|
||
|
FATE_MXF += fate-mxf-missing-index-demux
|
||
|
fate-mxf-missing-index-demux: CMD = crc -i $(TARGET_SAMPLES)/mxf/opatom_missing_index.mxf -acodec copy
|
||
|
|
||
|
FATE_MXF += fate-mxf-essencegroup-demux
|
||
|
fate-mxf-essencegroup-demux: CMD = framecrc -i $(TARGET_SAMPLES)/mxf/opatom_essencegroup_alpha_raw.mxf -vcodec copy
|
||
|
|
||
|
FATE_MXF-$(CONFIG_MXF_DEMUXER) += $(FATE_MXF)
|
||
|
|
||
|
FATE_SAMPLES_AVCONV += $(FATE_MXF-yes)
|
||
|
fate-mxf: $(FATE_MXF-yes)
|