# HG changeset patch # User nexus # Date 1006936370 0 # Node ID a88d702731f7ac933f5b2153b11099fb7554cbfb # Parent d425fdf30eef377e4743a99113b795eba61c2d2c fli.c required diff -r d425fdf30eef -r a88d702731f7 Makefile --- a/Makefile Wed Nov 28 08:20:45 2001 +0000 +++ b/Makefile Wed Nov 28 08:32:50 2001 +0000 @@ -24,7 +24,7 @@ SRCS_MENCODER = libao2/afmt.c divx4_vbr.c mencoder.c libvo/aclib.c libvo/img_format.c ima4.c xacodec.c cpudetect.c mp_msg.c ac3-iec958.c dec_audio.c dec_video.c msvidc.c codec-cfg.c cfgparser.c my_profile.c OBJS_MENCODER = $(SRCS_MENCODER:.c=.o) -SRCS_MPLAYER = mplayer.c ima4.c xacodec.c cpudetect.c mp_msg.c ac3-iec958.c find_sub.c dec_audio.c dec_video.c msvidc.c codec-cfg.c subreader.c lirc_mp.c cfgparser.c mixer.c spudec.c my_profile.c +SRCS_MPLAYER = mplayer.c ima4.c xacodec.c cpudetect.c mp_msg.c ac3-iec958.c find_sub.c dec_audio.c dec_video.c msvidc.c fli.c codec-cfg.c subreader.c lirc_mp.c cfgparser.c mixer.c spudec.c my_profile.c OBJS_MPLAYER = $(SRCS_MPLAYER:.c=.o) CFLAGS = $(OPTFLAGS) -Ilibmpdemux -Iloader -Ilibvo $(EXTRA_INC) # -Wall