summaryrefslogtreecommitdiff
path: root/rotord/Makefile
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-04-15 15:21:27 +0100
committerTim Redfern <tim@herge.(none)>2013-04-15 15:21:27 +0100
commit369836645c4d27f805b353439b8a109beaeeb736 (patch)
tree9bb005e4f535882f35711c8a53e4a7bfe1635996 /rotord/Makefile
parent25b336a2b34d7a9bcf9e52a16ae962a1e261ae13 (diff)
made testcard
Diffstat (limited to 'rotord/Makefile')
-rw-r--r--rotord/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/Makefile b/rotord/Makefile
index 6a7f48b..54f5b92 100644
--- a/rotord/Makefile
+++ b/rotord/Makefile
@@ -4,7 +4,7 @@ MY_CFLAGS = -fpermissive -std=c++11 -Wno-error
# -I ../ffmpeg
# The linker options.
-MY_LIBS = -lPocoNet -lPocoXML -lPocoUtil -lPocoFoundation -lvamp-hostsdk -lsndfile -L /usr/local/lib -lavcodec -lavformat -lavfilter -lavdevice -lavutil
+MY_LIBS = -lPocoNet -lPocoXML -lPocoUtil -lPocoFoundation -lvamp-hostsdk -lsndfile -L /usr/local/lib -lswscale -lavcodec -lavformat -lavfilter -lavdevice -lavutil
#MY_LIBS = ../libavcodec/ffmpeg/libavcodec/libavcodec.a ../libavcodec/ffmpeg/libavutil/libavutil.a ../libavcodec/ffmpeg/libavformat/libavformat.a ../libavcodec/ffmpeg/libavfilter/libavfilter.a ../libavcodec/ffmpeg/libavdevice/libavdevice.a -lPocoNet -lPocoXML -lPocoUtil -lPocoFoundation -lvamp-hostsdk
#GAH! HARD!