# HG changeset patch # User lgb # Date 993241394 0 # Node ID d45ff719db7a1ef6222e60c3e63ed27eb1f6534c # Parent 40550e1458e8ade0e33aa340a031ace264a2caae Maybe the problem with including wine headers from /usr/local/include/ instead of from mplayer source has been eliminated diff -r 40550e1458e8 -r d45ff719db7a Makefile --- a/Makefile Fri Jun 22 19:56:41 2001 +0000 +++ b/Makefile Fri Jun 22 20:23:14 2001 +0000 @@ -18,7 +18,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 $(STREAM_SRCS) OBJS = $(SRCS:.c=.o) -CFLAGS = $(OPTFLAGS) -Iloader -Ilibvo $(CSS_INC) # -Wall +CFLAGS = -Iloader -Ilibvo $(OPTFLAGS) $(CSS_INC) # -Wall A_LIBS = -Lmp3lib -lMP3 -Llibac3 -lac3 $(ALSA_LIB) $(ESD_LIB) VO_LIBS = -Llibvo -lvo $(X_LIBS)