mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
53ff9a4ec9
These could be kept, but they are not overly useful. The only thing they had over the remaining mp3 gapless test was seeking, which was incorrect in the toc test, and only by chance correct in the notoc test. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
8 lines
231 B
Makefile
8 lines
231 B
Makefile
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)
|