Mercurial > mplayer.hg
view libswscale/Makefile @ 31850:b9c9e72a37b2
Move mp_a52_framesize from demux_ts.c to parse_es.c.
The function is used in the MPEG muxer as well and not specific to MPEG-TS.
Jointly developed by Nico Sabbi and myself.
author | diego |
---|---|
date | Thu, 05 Aug 2010 09:01:30 +0000 |
parents | 6502a6b24f9b |
children | 6ef694f86f3a |
line wrap: on
line source
include $(SUBDIR)../config.mak NAME = swscale FFLIBS = avutil HEADERS = swscale.h OBJS = options.o rgb2rgb.o swscale.o utils.o yuv2rgb.o OBJS-$(ARCH_BFIN) += bfin/internal_bfin.o \ bfin/swscale_bfin.o \ bfin/yuv2rgb_bfin.o OBJS-$(CONFIG_MLIB) += mlib/yuv2rgb_mlib.o OBJS-$(HAVE_ALTIVEC) += ppc/yuv2rgb_altivec.o OBJS-$(HAVE_MMX) += x86/yuv2rgb_mmx.o OBJS-$(HAVE_VIS) += sparc/yuv2rgb_vis.o TESTPROGS = colorspace swscale DIRS = bfin mlib ppc sparc x86 include $(SUBDIR)../subdir.mak