diff options
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 # ---------------------------------------------------------- |