Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gapless.mak « fate « tests - github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2fb005f3c172c1aa02273ca3790667ddbb1bdcf8 (plain)
1
2
3
4
5
6
7
FATE_GAPLESS-$(CONFIG_MP3_DEMUXER) += fate-gapless-mp3
fate-gapless-mp3: CMD = gapless $(TARGET_SAMPLES)/gapless/gapless.mp3

FATE_GAPLESS = $(FATE_GAPLESS-yes)

FATE_SAMPLES_AVCONV += $(FATE_GAPLESS)
fate-gapless: $(FATE_GAPLESS)