summaryrefslogtreecommitdiff
path: root/rotord/Makefile
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-02-18 17:12:27 +0000
committerTim Redfern <tim@herge.(none)>2013-02-18 17:12:27 +0000
commitb5ac1eb4bc06e6ae3cd2a908270640bc5181257b (patch)
tree7e5a0501e08aaa6efc386227a4873033a2c997f2 /rotord/Makefile
parent42a67a912a283f9012828660f07bc5743527317a (diff)
plugins loading and failing
Diffstat (limited to 'rotord/Makefile')
-rw-r--r--rotord/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rotord/Makefile b/rotord/Makefile
index d828a1c..f96f587 100644
--- a/rotord/Makefile
+++ b/rotord/Makefile
@@ -1,8 +1,8 @@
# The pre-processor and compiler options.
-MY_CFLAGS =
+MY_CFLAGS = -I ../ffmpeg -fpermissive
# The linker options.
-MY_LIBS = -lPocoNet -lPocoXML -lPocoUtil -lPocoFoundation -lvamp-hostsdk -lsndfile
+MY_LIBS = -lPocoNet -lPocoXML -lPocoUtil -lPocoFoundation -lvamp-hostsdk -lsndfile -lavcodec
# The pre-processor options used by the cpp (man cpp for more).
CPPFLAGS = -Wall