Mercurial > mplayer.hg
view libmpeg2/Makefile @ 22216:514f55077ca6
r22184: When setting the non-audio bit for hwac3 output, just try to set the...
r22185: only output fail/success message, this was wrong from the beginning
r22228: Select the first charmap in the font, if FreeType did not autoselect any.
author | voroshil |
---|---|
date | Fri, 16 Feb 2007 18:53:19 +0000 |
parents | ef59ac68c9b6 |
children | 5dc92a83d58a |
line wrap: on
line source
LIBNAME = libmpeg2.a include ../config.mak SRCS = alloc.c \ cpu_accel.c\ cpu_state.c \ decode.c \ header.c \ idct.c \ motion_comp.c \ slice.c \ SRCS-$(TARGET_MMX) += idct_mmx.c motion_comp_mmx.c SRCS-$(TARGET_ALTIVEC) += motion_comp_altivec.c idct_altivec.c SRCS-$(TARGET_VIS) += motion_comp_vis.c SRCS-$(TARGET_ARCH_ALPHA) += idct_alpha.c motion_comp_alpha.c CFLAGS = -I../libvo -DMPG12PLAY include ../mpcommon.mak