We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d0cce commit b08131cCopy full SHA for b08131c
INSTALL.md
@@ -2,6 +2,11 @@
2
3
AvTranscoder uses CMake as build system.
4
5
+#### Dependencies
6
+AvTranscoder can depend on ffmpeg, libav, or any fork of these projects that follow the same API.
7
+###### Recommended ffmpeg versions: 2.2.2 or upper
8
+###### Recommended libav versions: not tested
9
+
10
#### To build
11
```
12
mkdir build && cd build
@@ -12,7 +17,7 @@ make install
17
13
18
#### To indicate a specific ffmpeg/libav folder
14
19
15
-cmake .. -DFFMPEG_INCLUDE_DIR=/path/to/include/ -DFFMPEG_LIBRARY_DIR=/path/to/lib/
20
+cmake .. -DCMAKE_PREFIX_PATH=/path/to/your/install
16
21
22
23
#### To not build apps
0 commit comments