freeswitch/src/mod/codecs/mod_vpx
Seven Du d6e942c82c FS-8688 #comment add more detailed logs and tweak some params for the comming libvpx 1.5.0
seems 1.5.0 doesn't support postproc, returns VPX_CODEC_INCAPABLE if set
2016-01-25 14:16:48 +08:00
..
Makefile.am FS-8058: [mod_vpx] build correctly against libvpx that is not installed into default locations on the system 2015-08-26 17:32:23 -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-8688 #comment add more detailed logs and tweak some params for the comming libvpx 1.5.0 2016-01-25 14:16:48 +08: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