diff options
| author | Comment <tim@gray.(none)> | 2013-03-12 13:34:46 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-03-12 13:34:46 +0000 |
| commit | becf9abfca17ec567cfdc1757ff8fb0ae6d67dea (patch) | |
| tree | a78654a2b747c72aa56596cb5c5a96a52f1d3f26 /rotord/Makefile | |
| parent | b8d793ccd8c98dfb5edb7808f6e67cb913d7967a (diff) | |
avcodec compiling
Diffstat (limited to 'rotord/Makefile')
| -rw-r--r-- | rotord/Makefile | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/rotord/Makefile b/rotord/Makefile index 2edfbca..34de47a 100644 --- a/rotord/Makefile +++ b/rotord/Makefile @@ -2,7 +2,22 @@ MY_CFLAGS = -I ../ffmpeg -fpermissive -std=c++11 # The linker options. -MY_LIBS = -lPocoNet -lPocoXML -lPocoUtil -lPocoFoundation -lvamp-hostsdk -lsndfile -lavcodec +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! + # The pre-processor options used by the cpp (man cpp for more). CPPFLAGS = -Wall |
