Mercurial > mplayer.hg
comparison Makefile @ 1042:b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
author | arpi_esp |
---|---|
date | Wed, 06 Jun 2001 21:16:21 +0000 |
parents | c8c2aefaae11 |
children | 869e388a8c8f |
comparison
equal
deleted
inserted
replaced
1041:4b3b2bf1c82b | 1042:b333271f4e7c |
---|---|
13 PRG_CFG = codec-cfg | 13 PRG_CFG = codec-cfg |
14 | 14 |
15 #prefix = /usr/local | 15 #prefix = /usr/local |
16 BINDIR = ${prefix}/bin | 16 BINDIR = ${prefix}/bin |
17 # BINDIR = /usr/local/bin | 17 # BINDIR = /usr/local/bin |
18 SRCS = find_sub.c aviprint.c dll_init.c dec_audio.c aviwrite.c aviheader.c asfheader.c demux_avi.c demux_asf.c demux_mpg.c demuxer.c stream.c codec-cfg.c subreader.c linux/getch2.c linux/timer-lx.c linux/shmem.c xa/xa_gsm.c lirc_mp.c cfgparser.c mixer.c dvdauth.c spudec.c | 18 SRCS = find_sub.c aviprint.c dll_init.c dec_audio.c aviwrite.c aviheader.c asfheader.c demux_avi.c demux_asf.c demux_mpg.c demuxer.c stream.c codec-cfg.c subreader.c linux/getch2.c linux/timer-lx.c linux/shmem.c xa/xa_gsm.c lirc_mp.c cfgparser.c mixer.c dvdauth.c spudec.c asf_streaming.c network.c url.c http.c |
19 OBJS = $(SRCS:.c=.o) | 19 OBJS = $(SRCS:.c=.o) |
20 CFLAGS = $(OPTFLAGS) -Iloader -Ilibvo $(CSS_INC) # -Wall | 20 CFLAGS = $(OPTFLAGS) -Iloader -Ilibvo $(CSS_INC) # -Wall |
21 A_LIBS = -Lmp3lib -lMP3 -Llibac3 -lac3 $(ALSA_LIB) $(ESD_LIB) | 21 A_LIBS = -Lmp3lib -lMP3 -Llibac3 -lac3 $(ALSA_LIB) $(ESD_LIB) |
22 VO_LIBS = -Llibvo -lvo $(X_LIBS) | 22 VO_LIBS = -Llibvo -lvo $(X_LIBS) |
23 | 23 |
118 # | 118 # |
119 ifneq ($(wildcard .depend),) | 119 ifneq ($(wildcard .depend),) |
120 include .depend | 120 include .depend |
121 endif | 121 endif |
122 | 122 |
123 |