1
mirror of https://github.com/mpv-player/mpv synced 2024-09-12 23:45:53 +02:00

Maybe the problem with including wine headers from /usr/local/include/ instead of from mplayer source has been eliminated

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1196 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lgb 2001-06-22 20:23:14 +00:00
parent 5334e9da93
commit a43e6724b9

View File

@ -18,7 +18,7 @@ BINDIR = ${prefix}/bin
# 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)