mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-16 15:38:01 -04:00
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)
|