From dbd456462845e3e051f0f12a43276dac034dd26b Mon Sep 17 00:00:00 2001 From: Comment Date: Tue, 12 Mar 2013 13:39:26 +0000 Subject: avcodec compiling --- rotord/Makefile | 17 +---------------- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3