diff armv4l/dsputil_iwmmxt.c @ 6761:ccf2383d2974 libavcodec

Revert previous mistaken commit.
author diego
date Fri, 09 May 2008 10:18:58 +0000
parents e6a7be7d85f2
children f7cbb7733146
line wrap: on
line diff
--- a/armv4l/dsputil_iwmmxt.c	Fri May 09 10:06:51 2008 +0000
+++ b/armv4l/dsputil_iwmmxt.c	Fri May 09 10:18:58 2008 +0000
@@ -19,7 +19,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "libavcodec/dsputil.h"
+#include "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");