[Mplayer-cvslog] CVS: main/mp3lib Makefile,1.35,1.36 sr1.c,1.28,1.29 dct64_sse.s,1.2,NONE mp3lib_objfix.sh,1.2,NONE
Alex Beregszaszi
alex at mplayerhq.hu
Wed Oct 22 23:09:00 CEST 2003
- Previous message: [Mplayer-cvslog] CVS: main/mp3lib dct64_3dnow.c,1.5,1.6 dct64_MMX.c,1.4,1.5 dct64_k7.c,1.7,1.8 decode_MMX.c,1.6,1.7 sr1.c,1.27,1.28
- Next message: [Mplayer-cvslog] CVS: main/mp3lib Makefile,1.35,1.36 sr1.c,1.28,1.29 dct64_sse.s,1.2,NONE mp3lib_objfix.sh,1.2,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/mp3lib
In directory mail:/var/tmp.root/cvs-serv8979
Modified Files:
Makefile sr1.c
Removed Files:
dct64_sse.s mp3lib_objfix.sh
Log Message:
removed obsoleted (or never ending) code
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/Makefile,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- Makefile 22 Jun 2003 03:32:16 -0000 1.35
+++ Makefile 22 Oct 2003 21:08:46 -0000 1.36
@@ -13,10 +13,6 @@
OBJS += decode_i586.o
SRCS += decode_MMX.c dct64_MMX.c tabinit_MMX.c
OBJS += decode_MMX.o dct64_MMX.o tabinit_MMX.o
-#ifeq ($(TARGET_SSE),yes)
-#SRCS += dct64_sse.s
-#OBJS += dct64_sse.o
-#endif
SRCS += dct36_3dnow.c dct64_3dnow.c
OBJS += dct36_3dnow.o dct64_3dnow.o
SRCS += dct36_k7.c dct64_k7.c
@@ -67,7 +63,7 @@
$(CC) $(CFLAGS) test2.c ../libvo/aclib.c -o test2 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm
clean:
- rm -f *~ *.o *.a
+ rm -f *~ *.o *.a test1 test2
distclean:
rm -f *~ *.o *.a Makefile.bak .depend
Index: sr1.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/sr1.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sr1.c 22 Oct 2003 20:58:46 -0000 1.28
+++ sr1.c 22 Oct 2003 21:08:46 -0000 1.29
@@ -386,7 +386,6 @@
extern void dct64_MMX(real *, real *, real *);
extern void dct64_MMX_3dnow(real *, real *, real *);
extern void dct64_MMX_3dnowex(real *, real *, real *);
-extern void dct64_MMX_sse(real *, real *, real *);
void (*dct64_MMX_func)(real *, real *, real *);
#include "../cpudetect.h"
@@ -415,15 +414,6 @@
synth_func = synth_1to1_MMX;
}
-#if 0
- if(gCpuCaps.hasSSE)
- {
- /* SSE version is buggy */
- dct64_MMX_func = dct64_MMX_sse;
- mp_msg(MSGT_DECAUDIO,MSGL_V,"mp3lib: using SSE optimized decore!\n");
- }
- else
-#endif
if (gCpuCaps.has3DNowExt)
{
dct36_func=dct36_3dnowex;
--- dct64_sse.s DELETED ---
--- mp3lib_objfix.sh DELETED ---
- Previous message: [Mplayer-cvslog] CVS: main/mp3lib dct64_3dnow.c,1.5,1.6 dct64_MMX.c,1.4,1.5 dct64_k7.c,1.7,1.8 decode_MMX.c,1.6,1.7 sr1.c,1.27,1.28
- Next message: [Mplayer-cvslog] CVS: main/mp3lib Makefile,1.35,1.36 sr1.c,1.28,1.29 dct64_sse.s,1.2,NONE mp3lib_objfix.sh,1.2,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list