Mercurial > mplayer.hg
diff Makefile @ 1234:dfccdda074e5
OPTFLAGS vs. INCLUDES cleanup
author | arpi |
---|---|
date | Tue, 26 Jun 2001 23:15:58 +0000 |
parents | d45ff719db7a |
children | 799fa3cb38e3 |
line wrap: on
line diff
--- a/Makefile Tue Jun 26 21:34:03 2001 +0000 +++ b/Makefile Tue Jun 26 23:15:58 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 = -Iloader -Ilibvo $(OPTFLAGS) $(CSS_INC) # -Wall +CFLAGS = $(OPTFLAGS) -Iloader -Ilibvo $(CSS_INC) $(EXTRA_INC) # -Wall A_LIBS = -Lmp3lib -lMP3 -Llibac3 -lac3 $(ALSA_LIB) $(ESD_LIB) VO_LIBS = -Llibvo -lvo $(X_LIBS)