Mercurial > audlegacy-plugins
view src/sid/Makefile @ 3052:95b34f46a231
Comment out MPEG2/MPEG4 determination using the variable id. It is not used anywhere. Code analysis run, unique ID 6nYoHM.
author | Tony Vroon <chainsaw@gentoo.org> |
---|---|
date | Sat, 18 Apr 2009 19:06:20 +0100 |
parents | eda1d6e7ea27 |
children |
line wrap: on
line source
PLUGIN = sid${PLUGIN_SUFFIX} SRCS = xs_init.c \ xs_about.c \ xs_support.c \ xs_config.c \ xs_length.c \ xs_genui.c \ xs_glade.c \ xs_interface.c \ xs_stil.c \ xs_fileinfo.c \ xs_filter.c \ xs_sidplay1.cc \ xs_sidplay2.cc \ xs_curve.c \ xs_slsup.c \ xmms-sid.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CXXFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} -D_REENTRANT -I../.. -DAUDACIOUS_PLUGIN ${MOWGLI_CFLAGS} ${SIDPLAY1_CFLAGS} ${SIDPLAY2_CFLAGS} ${BUILDERS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} LDFLAGS += ${AUDLDFLAGS} LIBS += ${BUILDERS_LDFLAGS} ${SIDPLAY1_LIBS} ${SIDPLAY2_LIBS} ${BUILDERS_LIBS} ${GTK_LIBS} ${GLIB_LIBS} -lstdc++ -laudutil