aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-11-17 01:40:50 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-11-17 01:40:50 +0000
commit79c338aaae534ea73882afaee8c0224214d14b92 (patch)
tree98068bc927d610cb3d813224737886528a8522b6 /Makefile
parent1d3d6852a34779dd726b81b867fe9c928f4731e1 (diff)
functional sfduration based on gavl/gmerlin_avdec, still crashes when it can't find the file...
svn path=/trunk/externals/soundfile/; revision=12785
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f0d7dd7..2ca8a75 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
LIBRARY_NAME = soundfile
# Next, add your source files to the SOURCES variable.
-SOURCES = sfsamples.c
+SOURCES = sfsamples.c sfduration.c
# For objects that only build on certain platforms, add those to the SOURCES
# line for the right platforms.
@@ -25,7 +25,7 @@ objectsdir = $(PD_PATH)/extra
CFLAGS = -DPD -I$(PD_PATH)/src -Wall -W -g
LDFLAGS =
-LIBS =
+LIBS = -lgavl -lgmerlin_avdec
UNAME := $(shell uname -s)
ifeq ($(UNAME),Darwin)