changeset 11758:6c1e78b8aba5 libavcodec

Headers for libvpx are installed into vpx subdirectory.
author cehoyos
date Tue, 25 May 2010 08:58:14 +0000
parents 7dff9c1061e1
children ad10fb453ad9
files libvpxdec.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvpxdec.c	Tue May 25 03:19:54 2010 +0000
+++ b/libvpxdec.c	Tue May 25 08:58:14 2010 +0000
@@ -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"