Mercurial > mplayer.hg
comparison Makefile @ 3179:6fc8473dc374
fli.c required
author | nexus |
---|---|
date | Wed, 28 Nov 2001 12:34:10 +0000 |
parents | a88d702731f7 |
children | 039a973b3dda |
comparison
equal
deleted
inserted
replaced
3178:f44d952b43cd | 3179:6fc8473dc374 |
---|---|
19 # BINDIR = /usr/local/bin | 19 # BINDIR = /usr/local/bin |
20 | 20 |
21 # a BSD compatible 'install' program | 21 # a BSD compatible 'install' program |
22 INSTALL = install | 22 INSTALL = install |
23 | 23 |
24 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 | 24 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 fli.c codec-cfg.c cfgparser.c my_profile.c |
25 OBJS_MENCODER = $(SRCS_MENCODER:.c=.o) | 25 OBJS_MENCODER = $(SRCS_MENCODER:.c=.o) |
26 | 26 |
27 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 | 27 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 |
28 OBJS_MPLAYER = $(SRCS_MPLAYER:.c=.o) | 28 OBJS_MPLAYER = $(SRCS_MPLAYER:.c=.o) |
29 | 29 |