summaryrefslogtreecommitdiff
path: root/rotord/Makefile
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-03-12 13:39:26 +0000
committerComment <tim@gray.(none)>2013-03-12 13:39:26 +0000
commitdbd456462845e3e051f0f12a43276dac034dd26b (patch)
treecf380031d60d2fe36a2ed4e96cb0261bc0e26cc0 /rotord/Makefile
parentbecf9abfca17ec567cfdc1757ff8fb0ae6d67dea (diff)
avcodec compiling
Diffstat (limited to 'rotord/Makefile')
-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