From fa9840b5b799af8bab5f35d3ef790721084d9c67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?llu=C3=ADs=20g=C3=B3mez=20i=20bigord=C3=A0?= Date: Sat, 24 May 2008 00:35:19 +0000 Subject: svn path=/trunk/externals/pdvjtools/; revision=9887 --- videogrid/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'videogrid/Makefile') diff --git a/videogrid/Makefile b/videogrid/Makefile index 5855ff6..1fbcab9 100755 --- a/videogrid/Makefile +++ b/videogrid/Makefile @@ -19,10 +19,10 @@ LINUXCFLAGS = -fPIC -DPD -DUNIX -DICECAST -O2 -funroll-loops -fomit-frame-pointe LINUXINCLUDE = -I$(PD_SRC) -I/usr/include/ -.c.pd_linux: - g++ $(FFMPEG_HEADERS) -fPIC -c -O -o videogrid.o videogrid.cpp +.cpp.pd_linux: + g++ $(FFMPEG_HEADERS) -I$(PD_SRC) -fPIC -c -O -o videogrid.o videogrid.cpp # ./tk2c.bash < $*.tk > $*.tk2c - g++ $(FFMPEG_HEADERS) -export_dynamic -shared -o videogrid.pd_linux videogrid.o -lavformat -lavcodec -lavutil -lavcodec -lavutil -lquicktime -lgsm -lz -lm + g++ $(FFMPEG_HEADERS) -export_dynamic -shared -o videogrid.pd_linux videogrid.o -lavformat -lavcodec -lavutil -lquicktime rm -f $*.o # ---------------------------------------------------------- -- cgit v1.2.1