summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-25 11:45:35 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-25 11:45:35 +0000
commit5ec534c72e30017f74fe28f5c11c502cdada2607 (patch)
tree155863ea68f3c733e1de20770ff961126d63f865 /Makefile
parent89c050f4ef78caa060dae36b00b420763045b298 (diff)
downloadmpv-5ec534c72e30017f74fe28f5c11c502cdada2607.tar.bz2
mpv-5ec534c72e30017f74fe28f5c11c502cdada2607.tar.xz
patch from Oliver Schoenbrunner <oliver.schoenbrunner@jku.at>
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files 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