Mercurial > mplayer.hg
changeset 683:f66c41c3ca78
At least one bug causes mplayer does not compile when wine headers are installed on your system is fixed :)
author | lgb |
---|---|
date | Wed, 02 May 2001 00:11:56 +0000 |
parents | ee69013a75ec |
children | 5df429e875f1 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed May 02 00:05:27 2001 +0000 +++ b/Makefile Wed May 02 00:11:56 2001 +0000 @@ -22,7 +22,7 @@ # 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 OBJS = find_sub.o aviprint.o dll_init.o dec_audio.o aviwrite.o aviheader.o asfheader.o demux_avi.o demux_asf.o demux_mpg.o demuxer.o stream.o codec-cfg.o subreader.o linux/getch2.o linux/timer-lx.o linux/shmem.o xa/xa_gsm.o lirc_mp.o cfgparser.o mixer.o dvdauth.o spudec.o -CFLAGS = $(OPTFLAGS) $(CSS_INC) -Iloader -Ilibvo # -Wall +CFLAGS = $(OPTFLAGS) -Iloader -Ilibvo $(CSS_INC) # -Wall A_LIBS = -Lmp3lib -lMP3 -Llibac3 -lac3 VO_LIBS = -Llibvo -lvo $(X_LIBS)