Mercurial > mplayer.hg
view liba52/Makefile @ 23809:6c348181fb20
Somewhat hackish fix for A-V desync with ao_oss and frame stepping:
send 0-samples according to the amount of data lost during pause.
author | reimar |
---|---|
date | Thu, 19 Jul 2007 19:15:59 +0000 |
parents | afb7111123bb |
children | 853622d14aa4 |
line wrap: on
line source
include ../config.mak LIBNAME_COMMON = liba52.a SRCS_COMMON = crc.c \ resample.c \ bit_allocate.c \ bitstream.c \ downmix.c \ imdct.c \ parse.c \ include ../mpcommon.mak test: test.c ../osdep/libosdep.a $(LIBNAME_COMMON) $(CC) $(CFLAGS) -o $@ $^ -lm