diff options
| author | Comment <tim@gray.(none)> | 2013-03-13 19:08:25 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-03-13 19:08:25 +0000 |
| commit | b7583d10e0e9d992a7fb5ab77d3e3c74470eb307 (patch) | |
| tree | fedec07ae1b8e8ec06b56402d6f61629a78d6e51 /rotord/Makefile | |
| parent | dbd456462845e3e051f0f12a43276dac034dd26b (diff) | |
why no streams found?
Diffstat (limited to 'rotord/Makefile')
| -rw-r--r-- | rotord/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rotord/Makefile b/rotord/Makefile index 1ec0f56..6bf75a0 100644 --- a/rotord/Makefile +++ b/rotord/Makefile @@ -1,5 +1,7 @@ # The pre-processor and compiler options. -MY_CFLAGS = -I ../ffmpeg -fpermissive -std=c++11 +MY_CFLAGS = -fpermissive -std=c++11 + +# -I ../ffmpeg # The linker options. MY_LIBS = -lPocoNet -lPocoXML -lPocoUtil -lPocoFoundation -lvamp-hostsdk -lsndfile -lavcodec -lavutil -lavformat -lavfilter -lavdevice |
