mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 11:42:04 +00:00
fli.c required
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3180 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c2feddc65b
commit
4376937df6
2
Makefile
2
Makefile
@ -21,7 +21,7 @@ BINDIR = ${prefix}/bin
|
||||
# a BSD compatible 'install' program
|
||||
INSTALL = install
|
||||
|
||||
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
|
||||
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
|
||||
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 fli.c codec-cfg.c subreader.c lirc_mp.c cfgparser.c mixer.c spudec.c my_profile.c
|
||||
|
Loading…
Reference in New Issue
Block a user