Mercurial > mplayer.hg
diff Makefile @ 1033:c8c2aefaae11
fix -lasound -lesd.
author | pontscho |
---|---|
date | Tue, 05 Jun 2001 10:59:38 +0000 |
parents | 74d55f3c4680 |
children | b333271f4e7c |
line wrap: on
line diff
--- a/Makefile Tue Jun 05 10:37:50 2001 +0000 +++ b/Makefile Tue Jun 05 10:59:38 2001 +0000 @@ -18,7 +18,7 @@ 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 OBJS = $(SRCS:.c=.o) CFLAGS = $(OPTFLAGS) -Iloader -Ilibvo $(CSS_INC) # -Wall -A_LIBS = -Lmp3lib -lMP3 -Llibac3 -lac3 +A_LIBS = -Lmp3lib -lMP3 -Llibac3 -lac3 $(ALSA_LIB) $(ESD_LIB) VO_LIBS = -Llibvo -lvo $(X_LIBS) .SUFFIXES: .c .o