summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-10 01:50:17 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-10 01:50:17 +0000
commit20cce1151e62d5ffd1bc15b4a8756f329c0e06ef (patch)
treedf014cec160fca0b56731021c72c84f4c74a0bbd /Gui
parentd0afb257b94245f365e048ba2288f31ff14fd693 (diff)
downloadmpv-20cce1151e62d5ffd1bc15b4a8756f329c0e06ef.tar.bz2
mpv-20cce1151e62d5ffd1bc15b4a8756f329c0e06ef.tar.xz
patchs by Björn Sandell <biorn@dce.chalmers.se>:
- --disable-select affects more than the oss audio - openbsd and netbsd oss support for non-x86 - ar/AR cleanups as '$(AR)' defaults to 'ar' with make git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6037 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/Makefile2
-rw-r--r--Gui/bitmap/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index ff0311b74c..d15eb9e0b9 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -28,7 +28,7 @@ CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG)
$(LIB): .depend $(OBJS)
$(MAKE) -C mplayer
rm -f $(LIB)
- ar rc $(LIB) $(OBJS) $(MPLAYEROBJS)
+ $(AR) rc $(LIB) $(OBJS) $(MPLAYEROBJS)
all: $(LIB)
diff --git a/Gui/bitmap/Makefile b/Gui/bitmap/Makefile
index da6bf55618..a2fa5a7b93 100644
--- a/Gui/bitmap/Makefile
+++ b/Gui/bitmap/Makefile
@@ -16,7 +16,7 @@ all:
make -C jpeg/jpeg-6b libjpeg.a )
# ( make -C jpeg/jpeg-6b libjpeg.a && mv jpeg/jpeg-6b/libjpeg.a "$(JPEGLIB)" ) )
$(MAKE) $(OBJS)
- ar rc libbitmap.a $(OBJS) jpeg/jpeg-6b/*.o
+ $(AR) rc libbitmap.a $(OBJS) jpeg/jpeg-6b/*.o
ranlib libbitmap.a
mv libbitmap.a ../libs