diff armv4l/dsputil_iwmmxt.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents ccf2383d2974
children eebc7209c47f
line wrap: on
line diff
--- a/armv4l/dsputil_iwmmxt.c	Fri May 09 10:44:12 2008 +0000
+++ b/armv4l/dsputil_iwmmxt.c	Fri May 09 11:56:36 2008 +0000
@@ -19,7 +19,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "dsputil.h"
+#include "libavcodec/dsputil.h"
 
 #define DEF(x, y) x ## _no_rnd_ ## y ##_iwmmxt
 #define SET_RND(regd)  asm volatile ("mov r12, #1 \n\t tbcsth " #regd ", r12":::"r12");