Mercurial > mplayer.hg
view libmpeg2/Makefile @ 24022:4d576e0ed40b
When a new subtitle stream becomes available check if it is the one that
was requested by the user and set up sub->id and sub->sh accordingly.
Fixes -slang and -sid with DVD subtitles (basically only 'j' during playback
could make them show). This was broken by r23786.
author | reimar |
---|---|
date | Thu, 09 Aug 2007 10:26:00 +0000 |
parents | f19f12214991 |
children | ee7cc1c29cbc |
line wrap: on
line source
include ../config.mak LIBNAME_COMMON = libmpeg2.a SRCS_COMMON = alloc.c \ cpu_accel.c\ cpu_state.c \ decode.c \ header.c \ idct.c \ motion_comp.c \ slice.c \ SRCS_COMMON-$(HAVE_MMX) += idct_mmx.c motion_comp_mmx.c SRCS_COMMON-$(HAVE_ALTIVEC) += motion_comp_altivec.c idct_altivec.c SRCS_COMMON-$(HAVE_VIS) += motion_comp_vis.c SRCS_COMMON-$(ARCH_ALPHA) += idct_alpha.c motion_comp_alpha.c SRCS_COMMON-$(ARCH_ARMV4L) += motion_comp_arm.c motion_comp_iwmmxt.c motion_comp_arm_s.S include ../mpcommon.mak