Mercurial > mplayer.hg
changeset 2462:23de840b63f2
patch from Oliver Schoenbrunner <oliver.schoenbrunner@jku.at>
note:i couldnt apply the last part because it didnt compile on my system then
author | michael |
---|---|
date | Thu, 25 Oct 2001 11:45:35 +0000 |
parents | 60f16575bece |
children | 55dff9b0a9d1 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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