Mercurial > audlegacy-plugins
view src/paranormal-ng/Makefile @ 2873:31d6c44ffef2
most of encoder backends require GINT16_NE;
this is a temporary solution, it works for Icecast,
but breaks FileWriter's WAV output on Big Endian systems;
also, 8-bit data may be handled wrong;
needs to be re-written with libSAD usage
author | Andrew O. Shadoura <bugzilla@tut.by> |
---|---|
date | Wed, 16 Jul 2008 23:09:38 +0300 |
parents | 134deb25be83 |
children |
line wrap: on
line source
PLUGIN = paranormal-ng${PLUGIN_SUFFIX} SRCS = actuators.c \ beatdetect.c \ builtins.c \ cfg.c \ cmaps.c \ containers.c \ drawing.c \ freq.c \ general.c \ misc.c \ paranormal.c \ plugin.c \ presets.c \ wave.c \ xform.c \ libcalc/dict.c \ libcalc/execute.c \ libcalc/function.c \ libcalc/parser.c \ libcalc/storage.c SUBDIRS = presets include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${VISUALIZATION_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} ${SDL_CFLAGS} -I../.. -I. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${XML_LIBS} ${SDL_LIBS} -lGL -lGLU