documented how to compile ccextractor with FFmpeg using cmake

This commit is contained in:
Anshul Maheshwari 2014-11-26 17:53:12 +05:30
parent b3b683aa83
commit cf508653f2

View File

@ -19,3 +19,10 @@ Step 4) Compile the code.
~> make install ~> make install
Step 5) Use CCextractor as you would like Step 5) Use CCextractor as you would like
If you want to build CCExtractor with FFMpeg you need to pass
cmake -DWITH_FFMPEG=ON ../src/
Hint for looking all the things you want to set from outside
cmake -LAH ../src/