Mercurial > mplayer.hg
diff 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 |
line wrap: on
line diff
--- a/Makefile Wed Jun 06 19:10:47 2001 +0000 +++ b/Makefile Wed Jun 06 21:16:21 2001 +0000 @@ -15,7 +15,7 @@ #prefix = /usr/local BINDIR = ${prefix}/bin # BINDIR = /usr/local/bin -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 +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 OBJS = $(SRCS:.c=.o) CFLAGS = $(OPTFLAGS) -Iloader -Ilibvo $(CSS_INC) # -Wall A_LIBS = -Lmp3lib -lMP3 -Llibac3 -lac3 $(ALSA_LIB) $(ESD_LIB) @@ -120,3 +120,4 @@ include .depend endif +