diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-05-25 08:58:14 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-05-25 08:58:14 +0000 |
commit | a7890f447447eb08d23030a3197bb6caa50aaddf (patch) | |
tree | 8e3b94571044396723ce9b6f2c9aae749b5907d5 | |
parent | 4fb9792cd058e2d57ef2bd92a89c7b1359a156f0 (diff) | |
download | ffmpeg-a7890f447447eb08d23030a3197bb6caa50aaddf.tar.gz |
Headers for libvpx are installed into vpx subdirectory.
Originally committed as revision 23307 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/libvpxdec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/libvpxdec.c b/libavcodec/libvpxdec.c index 6c03ec4cb0..0464d12e71 100644 --- a/libavcodec/libvpxdec.c +++ b/libavcodec/libvpxdec.c @@ -24,8 +24,8 @@ */ #define VPX_CODEC_DISABLE_COMPAT 1 -#include <vpx_decoder.h> -#include <vp8dx.h> +#include <vpx/vpx_decoder.h> +#include <vpx/vp8dx.h> #include "avcodec.h" |