From cf508653f2ef0b613281b3f52cc9d53688bff255 Mon Sep 17 00:00:00 2001 From: Anshul Maheshwari Date: Wed, 26 Nov 2014 17:53:12 +0530 Subject: [PATCH] documented how to compile ccextractor with FFmpeg using cmake --- docs/using_cmake_build.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/using_cmake_build.txt b/docs/using_cmake_build.txt index 1e41b1d9..67077d27 100644 --- a/docs/using_cmake_build.txt +++ b/docs/using_cmake_build.txt @@ -19,3 +19,10 @@ Step 4) Compile the code. ~> make install 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/