comparison liba52/Makefile @ 25486:853622d14aa4

Fix compilation of liba52/test.c testing and benchmarking application. It have been broken since API changes in liba52-0.7.4 that have been introduced with commit r18723.
author iive
date Sun, 23 Dec 2007 11:29:36 +0000
parents afb7111123bb
children e9f5296505f0
comparison
equal deleted inserted replaced
25485:765211fd3efb 25486:853622d14aa4
10 imdct.c \ 10 imdct.c \
11 parse.c \ 11 parse.c \
12 12
13 include ../mpcommon.mak 13 include ../mpcommon.mak
14 14
15 test: test.c ../osdep/libosdep.a $(LIBNAME_COMMON) 15 test: test.c ../cpudetect.o $(LIBNAME_COMMON)
16 $(CC) $(CFLAGS) -o $@ $^ -lm 16 $(CC) $(CFLAGS) -o $@ $^ -lm