# HG changeset patch # User michael # Date 1004010335 0 # Node ID 23de840b63f2084e2302da1f1694fcd7a3e53716 # Parent 60f16575bece4593bf6fdf7a5b82bf5ba72cc1b6 patch from Oliver Schoenbrunner note:i couldnt apply the last part because it didnt compile on my system then diff -r 60f16575bece -r 23de840b63f2 Makefile --- a/Makefile Thu Oct 25 11:42:34 2001 +0000 +++ b/Makefile Thu Oct 25 11:45:35 2001 +0000 @@ -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