diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-02-18 17:12:27 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-02-18 17:12:27 +0000 |
| commit | b5ac1eb4bc06e6ae3cd2a908270640bc5181257b (patch) | |
| tree | 7e5a0501e08aaa6efc386227a4873033a2c997f2 /rotord/Makefile | |
| parent | 42a67a912a283f9012828660f07bc5743527317a (diff) | |
plugins loading and failing
Diffstat (limited to 'rotord/Makefile')
| -rw-r--r-- | rotord/Makefile | 4 |
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 |
