diff alpha/simple_idct_alpha.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 744e91a36a23
children 72e109759617
line wrap: on
line diff
--- a/alpha/simple_idct_alpha.c	Fri May 09 10:44:12 2008 +0000
+++ b/alpha/simple_idct_alpha.c	Fri May 09 11:56:36 2008 +0000
@@ -26,8 +26,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include "libavcodec/dsputil.h"
 #include "asm.h"
-#include "dsputil.h"
 
 extern void (*put_pixels_clamped_axp_p)(const DCTELEM *block, uint8_t *pixels,
                                         int line_size);