diff sh4/dsputil_sh4.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents d5ba514e3f4a
children eebc7209c47f
line wrap: on
line diff
--- a/sh4/dsputil_sh4.c	Fri May 09 10:44:12 2008 +0000
+++ b/sh4/dsputil_sh4.c	Fri May 09 11:56:36 2008 +0000
@@ -20,8 +20,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "avcodec.h"
-#include "dsputil.h"
+#include "libavcodec/avcodec.h"
+#include "libavcodec/dsputil.h"
 
 static void memzero_align8(void *dst,size_t size)
 {