summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-22 21:08:46 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-22 21:08:46 +0000
commit44792402b200296e9759faf6b0d4a3fc9b6cdfa0 (patch)
tree6d9ca8f502058a808267beeaadb481fd87695b76 /mp3lib/Makefile
parentcf069df98e3ae5a0ee6179ba7f6f734b323ed7f2 (diff)
downloadmpv-44792402b200296e9759faf6b0d4a3fc9b6cdfa0.tar.bz2
mpv-44792402b200296e9759faf6b0d4a3fc9b6cdfa0.tar.xz
removed obsoleted (or never ending) code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11242 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/Makefile')
-rw-r--r--mp3lib/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/mp3lib/Makefile b/mp3lib/Makefile
index 4feaa4bd4d..34f9f31d38 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -13,10 +13,6 @@ SRCS += decode_i586.c
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 @@ test2: libMP3.a test2.c
$(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