Update of /cvsroot/mplayer/main In directory mplayer:/var/tmp.root/cvs-serv16205 Modified Files: Makefile Log Message: patch from Oliver Schoenbrunner <oliver.schoenbrunner@jku.at> note:i couldnt apply the last part because it didnt compile on my system then Index: Makefile =================================================================== RCS file: /cvsroot/mplayer/main/Makefile,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- Makefile 24 Oct 2001 14:02:01 -0000 1.85 +++ Makefile 25 Oct 2001 11:45:35 -0000 1.86 @@ -25,11 +25,8 @@ PP_LIBS = -Lpostproc -lpostproc XA_LIBS = -Lxa -lxa -ifeq ($(TARGET_ARCH_SGI_MIPS),yes) -PARTS = libmpdemux mp3lib libac3 libmpeg2 opendivx libavcodec encore libvo libao2 drivers drivers/syncfb -else PARTS = libmpdemux mp3lib libac3 libmpeg2 opendivx libavcodec encore libvo libao2 drivers drivers/syncfb linux postproc xa -endif + ifeq ($(GUI),yes) PARTS += Gui endif @@ -46,7 +43,7 @@ ALL_PRG += $(PRG_FIBMAP) endif -.SUFFIXES: .c .o +.SUFFIXES: .cc .c .o # .PHONY: all clean
participants (1)
-
Michael Niedermayer