diff 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
line wrap: on
line diff
--- a/liba52/Makefile	Sat Dec 22 20:17:57 2007 +0000
+++ b/liba52/Makefile	Sun Dec 23 11:29:36 2007 +0000
@@ -12,5 +12,5 @@
 
 include ../mpcommon.mak
 
-test: test.c ../osdep/libosdep.a $(LIBNAME_COMMON)
+test: test.c ../cpudetect.o $(LIBNAME_COMMON)
 	$(CC) $(CFLAGS) -o $@ $^ -lm