Makefile.am: remove unused variable DECODER_SRC
This commit is contained in:
parent
9b7f492c65
commit
28701cb9dd
@ -66,7 +66,6 @@ mpd_headers = \
|
|||||||
|
|
||||||
src_mpd_SOURCES = \
|
src_mpd_SOURCES = \
|
||||||
$(mpd_headers) \
|
$(mpd_headers) \
|
||||||
$(DECODER_SRC) \
|
|
||||||
$(OUTPUT_API_SRC) \
|
$(OUTPUT_API_SRC) \
|
||||||
$(MIXER_API_SRC) \
|
$(MIXER_API_SRC) \
|
||||||
src/Compiler.h \
|
src/Compiler.h \
|
||||||
@ -680,8 +679,6 @@ DECODER_LIBS = \
|
|||||||
$(ADPLUG_LIBS) \
|
$(ADPLUG_LIBS) \
|
||||||
$(FAAD_LIBS)
|
$(FAAD_LIBS)
|
||||||
|
|
||||||
DECODER_SRC =
|
|
||||||
|
|
||||||
if HAVE_MAD
|
if HAVE_MAD
|
||||||
libdecoder_plugins_a_SOURCES += \
|
libdecoder_plugins_a_SOURCES += \
|
||||||
src/decoder/plugins/MadDecoderPlugin.cxx \
|
src/decoder/plugins/MadDecoderPlugin.cxx \
|
||||||
|
Loading…
Reference in New Issue
Block a user