summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-31 17:08:16 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-31 17:08:16 +0000
commit5d1765ffc70dd0d4e618b3791e7bab3456fcf552 (patch)
treedc33d28e78341902cb19fc0256d863c6cda0e0c1 /mp3lib/Makefile
parent8dda326737c15e25ffa4fd70c4cfa0ca80d13438 (diff)
downloadmpv-5d1765ffc70dd0d4e618b3791e7bab3456fcf552.tar.bz2
mpv-5d1765ffc70dd0d4e618b3791e7bab3456fcf552.tar.xz
objfix has to be run on MINGW32, too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9772 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/Makefile')
-rw-r--r--mp3lib/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mp3lib/Makefile b/mp3lib/Makefile
index 389da3af3e..2a8bd4de27 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -54,6 +54,9 @@ 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