freeswitch/src/mod/codecs/mod_vpx
Anthony Minessale ac140fb6dd FS-7500: codec tweaks 2015-05-28 12:46:56 -05:00
..
Makefile.am FS-7508 FS-7517: import h264 and vpx codec files 2015-05-28 12:46:44 -05:00
README FS-7508 FS-7517: import h264 and vpx codec files 2015-05-28 12:46:44 -05:00
mod_vpx.c FS-7500: codec tweaks 2015-05-28 12:46:56 -05:00

README

To build this module I used the following steps:

apt-get install yasm
git /usr/local/src/
git clone https://chromium.googlesource.com/webm/libvpx
cd libvpx/build/
../configure --enable-pic --enable-shared
make
make install