1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-18 21:31:13 +00:00

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
This commit is contained in:
michael 2001-10-25 11:45:35 +00:00
parent 89c050f4ef
commit 5ec534c72e

View File

@ -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