WIPVideo » History » Version 2
Saúl Ibarra Corretgé, 08/21/2013 04:00 PM
1 | 1 | Saúl Ibarra Corretgé | h1. WIPVideo |
---|---|---|---|
2 | |||
3 | Notes while video is a work in progress. |
||
4 | |||
5 | h2. Dependencies |
||
6 | |||
7 | The following dependencies are required to build PJSIP with video support (including H264) |
||
8 | |||
9 | * SDL 2 |
||
10 | * ffmpeg (libavformat, libswscale, libavcodec, libavutil) |
||
11 | * libx264 |
||
12 | |||
13 | Versions I have tried: |
||
14 | |||
15 | * SDL (2.0.0-7655) |
||
16 | * ffmpeg (2.0 release) |
||
17 | * libx264 (snapshot-20130806-2245-stable) |
||
18 | |||
19 | h2. Patches |
||
20 | |||
21 | 2 | Saúl Ibarra Corretgé | If the above versions are used, PJSIP needs to be patched with the attached patch (avcodec.diff) or it won't compile. This does not occur when compiling it against the latest library versions on Debian unstable. |