freeswitch/src/mod/codecs/mod_vpx
Seven Du 96d4318964 FS-7508: add debug logs 2015-05-28 12:47:15 -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-7508: add debug logs 2015-05-28 12:47:15 -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