comparison libvpxdec.c @ 11758:6c1e78b8aba5 libavcodec

Headers for libvpx are installed into vpx subdirectory.
author cehoyos
date Tue, 25 May 2010 08:58:14 +0000
parents cec5a6f0beec
children 914f484bb476
comparison
equal deleted inserted replaced
11757:7dff9c1061e1 11758:6c1e78b8aba5
22 * @file 22 * @file
23 * VP8 decoder support via libvpx 23 * VP8 decoder support via libvpx
24 */ 24 */
25 25
26 #define VPX_CODEC_DISABLE_COMPAT 1 26 #define VPX_CODEC_DISABLE_COMPAT 1
27 #include <vpx_decoder.h> 27 #include <vpx/vpx_decoder.h>
28 #include <vp8dx.h> 28 #include <vpx/vp8dx.h>
29 29
30 #include "avcodec.h" 30 #include "avcodec.h"
31 31
32 typedef struct VP8DecoderContext { 32 typedef struct VP8DecoderContext {
33 struct vpx_codec_ctx decoder; 33 struct vpx_codec_ctx decoder;