From f9c30c90ba368ef8292ba83331160ceb54697295 Mon Sep 17 00:00:00 2001 From: atmos4 Date: Sat, 19 Jan 2002 04:42:09 +0000 Subject: rewrites symbols in d_cpu.s on cygwin git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4245 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mp3lib/Makefile') diff --git a/mp3lib/Makefile b/mp3lib/Makefile index f3230990bc..31dd14f231 100644 --- a/mp3lib/Makefile +++ b/mp3lib/Makefile @@ -42,6 +42,9 @@ endif 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 -- cgit v1.2.3