From a6493a8fbd979eb96898d910b8a64df7c5eee6a5 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 22 Dec 2008 09:12:42 +0000 Subject: Rename libavcodec/i386/ --> libavcodec/x86/. It contains optimizations that are not specific to i386 and libavutil uses this naming scheme already. Originally committed as revision 16270 to svn://svn.ffmpeg.org/ffmpeg/trunk --- common.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common.mak') diff --git a/common.mak b/common.mak index d4c1f14862..8ac6ee07ad 100644 --- a/common.mak +++ b/common.mak @@ -91,10 +91,10 @@ $(SUBDIR)%-test.o: $(SUBDIR)%.c $(SUBDIR)%-test.o: $(SUBDIR)%-test.c $(CC) $(CFLAGS) -DTEST -c -o $$@ $$^ -$(SUBDIR)i386/%.o: $(SUBDIR)i386/%.asm +$(SUBDIR)x86/%.o: $(SUBDIR)x86/%.asm $(YASM) $(YASMFLAGS) -I $$( $$@ clean:: -- cgit v1.2.3