diff h264.c @ 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 3597fc56c227
children 405a44077331
line wrap: on
line diff
--- a/h264.c	Mon Dec 22 06:50:18 2008 +0000
+++ b/h264.c	Mon Dec 22 09:12:42 2008 +0000
@@ -36,7 +36,7 @@
 
 #include "cabac.h"
 #ifdef ARCH_X86
-#include "i386/h264_i386.h"
+#include "x86/h264_i386.h"
 #endif
 
 //#undef NDEBUG