Index: source/libvpx/examples/decoder_tmpl.txt |
=================================================================== |
--- source/libvpx/examples/decoder_tmpl.txt (revision 172621) |
+++ source/libvpx/examples/decoder_tmpl.txt (working copy) |
@@ -1,7 +1,7 @@ |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DEC_INCLUDES |
#define VPX_CODEC_DISABLE_COMPAT 1 |
#include "vpx/vpx_decoder.h" |
-#include "vpx/vp8dx.h" |
+#include "vpx/vp9dx.h" |
#define interface (vpx_codec_vp8_dx()) |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DEC_INCLUDES |