From 5ec534c72e30017f74fe28f5c11c502cdada2607 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 25 Oct 2001 11:45:35 +0000 Subject: patch from Oliver Schoenbrunner note:i couldnt apply the last part because it didnt compile on my system then git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2463 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index d58607664d..5253855dd4 100644 --- a/Makefile +++ b/Makefile @@ -25,11 +25,8 @@ OSDEP_LIBS = -Llinux -losdep 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 @@ ifeq ($(CSS_USE),yes) ALL_PRG += $(PRG_FIBMAP) endif -.SUFFIXES: .c .o +.SUFFIXES: .cc .c .o # .PHONY: all clean -- cgit v1.2.3