Mercurial > mplayer.hg
diff mp3lib/Makefile @ 4244:f1efe9e55647
rewrites symbols in d_cpu.s on cygwin
author | atmos4 |
---|---|
date | Sat, 19 Jan 2002 04:42:09 +0000 |
parents | 866c74e83b08 |
children | ae847143d1d7 |
line wrap: on
line diff
--- a/mp3lib/Makefile Sat Jan 19 04:40:21 2002 +0000 +++ b/mp3lib/Makefile Sat Jan 19 04:42:09 2002 +0000 @@ -42,6 +42,9 @@ libMP3.a: $(OBJS) $(AR) r libMP3.a $(OBJS) +ifeq ($(TARGET_OS),CYGWIN) + ./mp3lib_objfix.sh +endif test1: libMP3.a test.c $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. -L. -lMP3 -lm