diff mathops.h @ 8430:7768bdfd4f7b libavcodec

Rename libavcodec/i386/ --> libavcodec/x86/. It contains optimizations that are not specific to i386 and libavutil uses this naming scheme already.
author diego
date Mon, 22 Dec 2008 09:12:42 +0000
parents 9281a8a9387a
children 19e2f1a50aa7
line wrap: on
line diff
--- a/mathops.h	Mon Dec 22 06:50:18 2008 +0000
+++ b/mathops.h	Mon Dec 22 09:12:42 2008 +0000
@@ -26,7 +26,7 @@
 
 #ifdef ARCH_X86_32
 
-#include "i386/mathops.h"
+#include "x86/mathops.h"
 
 #elif defined(ARCH_ARM)