Mercurial > audlegacy-plugins
view src/wav/Makefile @ 493:31d21ad70903 trunk
[svn] flac 113 plugin: stability fixes and a new option to disable bitrate update in player window during playback (saves cpu, this is the solution for most people playing flac and reporting high cpu usage)
author | giacomo |
---|---|
date | Sun, 21 Jan 2007 16:08:19 -0800 |
parents | ad8e44bcdf8a |
children | 550c9e382cf8 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libwav$(SHARED_SUFFIX) LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) SOURCES = wav$(WAV_SNDFILE).c LIBADD = -L/usr/local/lib $(SNDFILE_LIBS) CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. OBJECTS = ${SOURCES:.c=.o} include ../../mk/objective.mk