]> git.sesse.net Git - vlc/blobdiff - Makefile.in
* Borrowed LiViD's MMX and MMX EXT IDCT.
[vlc] / Makefile.in
index ee645bb392956d5367362754825aab466d8b79f5..dc20060c6cb1986ba63d2db7691ec1cc4db3723f 100644 (file)
@@ -278,7 +278,7 @@ endif
 ifneq (,$(findstring 86,$(ARCH)))
 ifneq (,$(findstring mmx,$(ARCH)))
 ASM_OBJ =              
-STD_PLUGIN_ASM =       plugins/idct/idctmmx_asm.o
+STD_PLUGIN_ASM =       
 endif
 endif
 
@@ -351,11 +351,10 @@ PLUGIN_IDCTCLASSIC =      plugins/idct/idctclassic.o \
                        plugins/idct/idct_common.o
 
 PLUGIN_IDCTMMX =       plugins/idct/idctmmx.o \
-                       plugins/idct/idct_common.o \
-                       plugins/idct/idctmmx_asm.o
+                       plugins/idct/idct_common.o
 
 PLUGIN_IDCTMMXEXT =    plugins/idct/idctmmxext.o \
-                       plugins/idct/idct_mmxext.o
+                       plugins/idct/idct_common.o
 
 PLUGIN_ALSA =  plugins/alsa/alsa.o \
                plugins/alsa/aout_alsa.o