comparison libmpcodecs/Makefile @ 5235:3e04fd1074d3

added HuffYUV support, courtesy of Roberto Togni <rtogni@bresciaonline.it>
author melanson
date Thu, 21 Mar 2002 01:21:49 +0000
parents abea2deab4d6
children d3846ebe974d
comparison
equal deleted inserted replaced
5234:781a155f76cf 5235:3e04fd1074d3
1 1
2 include ../config.mak 2 include ../config.mak
3 3
4 LIBNAME = libmpcodecs.a 4 LIBNAME = libmpcodecs.a
5 5
6 SRCS=dec_video.c vd.c vd_null.c vd_cinepak.c vd_qtrpza.c vd_ffmpeg.c vd_dshow.c vd_vfw.c vd_odivx.c vd_divx4.c vd_raw.c vd_xanim.c vd_msvidc.c vd_fli.c vd_qtrle.c vd_qtsmc.c vd_roqvideo.c vd_cyuv.c vd_nuv.c vd_libmpeg2.c vd_msrle.c 6 SRCS=dec_video.c vd.c vd_null.c vd_cinepak.c vd_qtrpza.c vd_ffmpeg.c vd_dshow.c vd_vfw.c vd_odivx.c vd_divx4.c vd_raw.c vd_xanim.c vd_msvidc.c vd_fli.c vd_qtrle.c vd_qtsmc.c vd_roqvideo.c vd_cyuv.c vd_nuv.c vd_libmpeg2.c vd_msrle.c vd_huffyuv.c
7 7
8 ifeq ($(PNG),yes) 8 ifeq ($(PNG),yes)
9 SRCS += vd_mpng.c 9 SRCS += vd_mpng.c
10 endif 10 endif
11 11