summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorlgb <lgb@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-22 20:23:14 +0000
committerlgb <lgb@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-22 20:23:14 +0000
commita43e6724b90996ab9beab1f10de031c7b4632847 (patch)
tree3f029cbb54e902df61cdd3eec110bb2b3e932075 /Makefile
parent5334e9da9303481e5ad020b10be5a4729cdeb5af (diff)
downloadmpv-a43e6724b90996ab9beab1f10de031c7b4632847.tar.bz2
mpv-a43e6724b90996ab9beab1f10de031c7b4632847.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0fa68bf3d1..ff2f846392 100644
--- a/Makefile
+++ b/Makefile
@@ -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)