[Mplayer-cvslog] CVS: main/Gui/bitmap Makefile,1.1,1.2
pl
pl at mplayerhq.hu
Fri May 10 03:50:18 CEST 2002
Update of /cvsroot/mplayer/main/Gui/bitmap
In directory mail:/var/tmp.root/cvs-serv30514/Gui/bitmap
Modified Files:
Makefile
Log Message:
patchs by Björn Sandell <biorn at 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
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/bitmap/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile 25 Aug 2001 21:04:27 -0000 1.1
+++ Makefile 10 May 2002 01:50:15 -0000 1.2
@@ -16,7 +16,7 @@
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
More information about the MPlayer-cvslog
mailing list