Mercurial > mplayer.hg
view liba52/Makefile @ 26296:71ddd37be152
Do proper parsing for DVR-MS files, this fixes playback with ffmpeg decoder
and also will create proper files when remuxing into e.g. AVI.
author | reimar |
---|---|
date | Sat, 05 Apr 2008 11:09:21 +0000 (2008-04-05) |
parents | 853622d14aa4 |
children | e9f5296505f0 |
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 ../cpudetect.o $(LIBNAME_COMMON) $(CC) $(CFLAGS) -o $@ $^ -lm