summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rotord/Makefile17
1 files changed, 1 insertions, 16 deletions
diff --git a/rotord/Makefile b/rotord/Makefile
index 34de47a..1ec0f56 100644
--- a/rotord/Makefile
+++ b/rotord/Makefile
@@ -2,22 +2,7 @@
MY_CFLAGS = -I ../ffmpeg -fpermissive -std=c++11
# The linker options.
-MY_LIBS = -lPocoNet -lPocoXML -lPocoUtil -lPocoFoundation -lvamp-hostsdk -lsndfile -L libs -lavcodec -lavutil -lavformat -lavfilter -lavdevice
-
-FFMPEG_LIBS= libavdevice \
- libavformat \
- libavfilter \
- libavcodec \
- libswresample \
- libswscale \
- libavutil \
-
-#MY_CFLAGS += $(shell pkg-config --cflags $(FFMPEG_LIBS))
-#MY_LIBS += -L libs $(shell pkg-config --libs $(FFMPEG_LIBS))
-
-#-lavcodec -lavutil -lavformat -lavfilter -lavdevice
-#ffmpeg version hell!
-
+MY_LIBS = -lPocoNet -lPocoXML -lPocoUtil -lPocoFoundation -lvamp-hostsdk -lsndfile -lavcodec -lavutil -lavformat -lavfilter -lavdevice
# The pre-processor options used by the cpp (man cpp for more).
CPPFLAGS = -Wall