Mercurial > mplayer.hg
comparison Makefile @ 1195:d45ff719db7a
Maybe the problem with including wine headers from /usr/local/include/ instead of from mplayer source has been eliminated
author | lgb |
---|---|
date | Fri, 22 Jun 2001 20:23:14 +0000 |
parents | ac1341d4a2a7 |
children | dfccdda074e5 |
comparison
equal
deleted
inserted
replaced
1194:40550e1458e8 | 1195:d45ff719db7a |
---|---|
16 #prefix = /usr/local | 16 #prefix = /usr/local |
17 BINDIR = ${prefix}/bin | 17 BINDIR = ${prefix}/bin |
18 # BINDIR = /usr/local/bin | 18 # BINDIR = /usr/local/bin |
19 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) | 19 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) |
20 OBJS = $(SRCS:.c=.o) | 20 OBJS = $(SRCS:.c=.o) |
21 CFLAGS = $(OPTFLAGS) -Iloader -Ilibvo $(CSS_INC) # -Wall | 21 CFLAGS = -Iloader -Ilibvo $(OPTFLAGS) $(CSS_INC) # -Wall |
22 A_LIBS = -Lmp3lib -lMP3 -Llibac3 -lac3 $(ALSA_LIB) $(ESD_LIB) | 22 A_LIBS = -Lmp3lib -lMP3 -Llibac3 -lac3 $(ALSA_LIB) $(ESD_LIB) |
23 VO_LIBS = -Llibvo -lvo $(X_LIBS) | 23 VO_LIBS = -Llibvo -lvo $(X_LIBS) |
24 | 24 |
25 .SUFFIXES: .c .o | 25 .SUFFIXES: .c .o |
26 | 26 |