aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fate/gapless.mak
blob: f0f5fd03d76b9ea4f4006d3a360f8c3888b4a9f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
FATE_GAPLESS-$(CONFIG_MP3_DEMUXER) += fate-gapless-mp3 fate-gapless-mp3-toc fate-gapless-mp3-notoc
fate-gapless-mp3: CMD = gapless $(TARGET_SAMPLES)/gapless/gapless.mp3
fate-gapless-mp3-toc: CMD = gapless $(TARGET_SAMPLES)/gapless/gapless.mp3 "-usetoc 1"
fate-gapless-mp3-notoc: CMD = gapless $(TARGET_SAMPLES)/gapless/gapless.mp3 "-usetoc 0"

FATE_GAPLESS = $(FATE_GAPLESS-yes)

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