mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-25 04:11:38 +00:00
documented how to compile ccextractor with FFmpeg using cmake
This commit is contained in:
parent
b3b683aa83
commit
cf508653f2
@ -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/
|
||||||
|
Loading…
Reference in New Issue
Block a user