]> git.sesse.net Git - mlt/commitdiff
Removed superflous mmx compilation
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 31 Jan 2005 14:45:46 +0000 (14:45 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 31 Jan 2005 14:45:46 +0000 (14:45 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@638 d19143bc-622f-0410-bfdd-b5b2a6649095

src/modules/core/Makefile

index e8d129b6531a8ee56e20a134318ea93b59369a8b..7bdf0a261a79d14bbcea9555da342cc8c45ab32e 100644 (file)
@@ -25,7 +25,7 @@ OBJS = factory.o \
           transition_region.o \
           consumer_null.o
 
-ASM_OBJS = composite_line_yuv_mmx.o
+ASM_OBJS = 
 
 CFLAGS += -I../..