Mercurial > mplayer.hg
comparison Makefile @ 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 | f51307170f69 |
children | 451426046a14 |
comparison
equal
deleted
inserted
replaced
2461:60f16575bece | 2462:23de840b63f2 |
---|---|
23 VO_LIBS = -Llibvo -lvo $(MLIB_LIB) $(X_LIBS) | 23 VO_LIBS = -Llibvo -lvo $(MLIB_LIB) $(X_LIBS) |
24 OSDEP_LIBS = -Llinux -losdep | 24 OSDEP_LIBS = -Llinux -losdep |
25 PP_LIBS = -Lpostproc -lpostproc | 25 PP_LIBS = -Lpostproc -lpostproc |
26 XA_LIBS = -Lxa -lxa | 26 XA_LIBS = -Lxa -lxa |
27 | 27 |
28 ifeq ($(TARGET_ARCH_SGI_MIPS),yes) | |
29 PARTS = libmpdemux mp3lib libac3 libmpeg2 opendivx libavcodec encore libvo libao2 drivers drivers/syncfb | |
30 else | |
31 PARTS = libmpdemux mp3lib libac3 libmpeg2 opendivx libavcodec encore libvo libao2 drivers drivers/syncfb linux postproc xa | 28 PARTS = libmpdemux mp3lib libac3 libmpeg2 opendivx libavcodec encore libvo libao2 drivers drivers/syncfb linux postproc xa |
32 endif | 29 |
33 ifeq ($(GUI),yes) | 30 ifeq ($(GUI),yes) |
34 PARTS += Gui | 31 PARTS += Gui |
35 endif | 32 endif |
36 | 33 |
37 ifneq ($(W32_LIB),) | 34 ifneq ($(W32_LIB),) |
44 ALL_PRG = $(PRG) | 41 ALL_PRG = $(PRG) |
45 ifeq ($(CSS_USE),yes) | 42 ifeq ($(CSS_USE),yes) |
46 ALL_PRG += $(PRG_FIBMAP) | 43 ALL_PRG += $(PRG_FIBMAP) |
47 endif | 44 endif |
48 | 45 |
49 .SUFFIXES: .c .o | 46 .SUFFIXES: .cc .c .o |
50 | 47 |
51 # .PHONY: all clean | 48 # .PHONY: all clean |
52 | 49 |
53 all: $(ALL_PRG) | 50 all: $(ALL_PRG) |
54 | 51 |