From 79c338aaae534ea73882afaee8c0224214d14b92 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 17 Nov 2009 01:40:50 +0000 Subject: functional sfduration based on gavl/gmerlin_avdec, still crashes when it can't find the file... svn path=/trunk/externals/soundfile/; revision=12785 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.1