Project

General

Profile

WIPVideo » History » Version 1

Saúl Ibarra Corretgé, 08/21/2013 03:59 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
If the above versions are used, PJSIP needs to be patched with the attached patch or it won't compile. This does not occur when compiling it against the latest library versions on Debian unstable.