diff options
author | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2008-05-24 00:35:19 +0000 |
---|---|---|
committer | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2008-05-24 00:35:19 +0000 |
commit | fa9840b5b799af8bab5f35d3ef790721084d9c67 (patch) | |
tree | 8b03b642441278b04f05b5b3de1b4c457ebad857 /videogrid/Makefile | |
parent | 403760eaaf879f6030d0665b1f4aa5c95b3deef0 (diff) |
svn path=/trunk/externals/pdvjtools/; revision=9887
Diffstat (limited to 'videogrid/Makefile')
-rwxr-xr-x | videogrid/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 # ---------------------------------------------------------- |