| Index: source/libvpx/examples/encoder_tmpl.txt
|
| ===================================================================
|
| --- source/libvpx/examples/encoder_tmpl.txt (revision 172621)
|
| +++ source/libvpx/examples/encoder_tmpl.txt (working copy)
|
| @@ -1,7 +1,7 @@
|
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ENC_INCLUDES
|
| #define VPX_CODEC_DISABLE_COMPAT 1
|
| #include "vpx/vpx_encoder.h"
|
| -#include "vpx/vp8cx.h"
|
| +#include "vpx/vp9cx.h"
|
| #define interface (vpx_codec_vp8_cx())
|
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ENC_INCLUDES
|
|
|
|
|