diff options
author | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2009-07-09 22:10:49 +0000 |
---|---|---|
committer | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2009-07-09 22:10:49 +0000 |
commit | 8ddcfbf64b569086ac0f2ad809649558e3605a70 (patch) | |
tree | a47715968b6397b8021348be01bad1547020334b /videogrid | |
parent | acab39f7185238edcf568072614d13befc9d2f0e (diff) |
added -libswscale to the linker
svn path=/trunk/externals/pdvjtools/; revision=11854
Diffstat (limited to 'videogrid')
-rwxr-xr-x | videogrid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/videogrid/Makefile b/videogrid/Makefile index 8c447a6..cce08a1 100755 --- a/videogrid/Makefile +++ b/videogrid/Makefile @@ -22,7 +22,7 @@ LINUXINCLUDE = -I$(PD_SRC) -I/usr/include/ .cc.pd_linux: g++ $(FFMPEG_HEADERS) -I$(PD_SRC) -fPIC -c -O -o videogrid.o videogrid.cc # ./tk2c.bash < $*.tk > $*.tk2c - g++ $(FFMPEG_HEADERS) -Wl,--export-dynamic -shared -o videogrid.pd_linux videogrid.o -lavformat -lavcodec -lavutil -lquicktime + g++ $(FFMPEG_HEADERS) -Wl,--export-dynamic -shared -o videogrid.pd_linux videogrid.o -lavformat -lavcodec -lavutil -libswscale -lquicktime rm -f $*.o # ---------------------------------------------------------- |