mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-10-02 07:41:14 -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)
|