1
mirror of https://github.com/mpv-player/mpv synced 2024-09-16 22:19:59 +02:00

10l to me, noticed by Bjorn Sandell

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11247 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-10-23 12:10:44 +00:00
parent 7cb9d370b4
commit c83a712618

View File

@ -47,15 +47,6 @@ decode_i586.o: decode_i586.c
libMP3.a: $(OBJS)
$(AR) r libMP3.a $(OBJS)
ifeq ($(TARGET_OS),CYGWIN)
./mp3lib_objfix.sh
endif
ifeq ($(TARGET_MINGW32),yes)
./mp3lib_objfix.sh
endif
ifeq ($(TARGET_OS),OpenBSD)
./mp3lib_objfix.sh
endif
test1: libMP3.a test.c
$(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm