view liba52/Makefile @ 22037:489b443a8ecf

added code to scan the video stream to search the actual video codec used; triggered only if requested by the user with option -psprobe. Evo files require this option because H264 is stored like MPEG2 without using the PSM
author nicodvb
date Sun, 28 Jan 2007 21:42:22 +0000
parents 29ed2d73c189
children 8bcff5c7e387
line wrap: on
line source


LIBNAME = liba52.a

include ../config.mak

SRCS    = crc.c \
          resample.c \
          bit_allocate.c \
          bitstream.c \
          downmix.c \
          imdct.c \
          parse.c \

include ../mpcommon.mak

test:        $(LIBNAME) test.c
	$(CC) $(CFLAGS)  test.c ../cpudetect.c -o test ../osdep/libosdep.a ./liba52.a -lm

distclean::
	rm -f test