diff liba52/Makefile @ 3579:831860fada69

runtime cpu detection for the idct
author michael
date Tue, 18 Dec 2001 04:00:29 +0000
parents a4721884eaf5
children c3e62caf9ec6
line wrap: on
line diff
--- a/liba52/Makefile	Tue Dec 18 03:00:04 2001 +0000
+++ b/liba52/Makefile	Tue Dec 18 04:00:29 2001 +0000
@@ -19,7 +19,7 @@
 	$(AR) r $(LIBNAME) $(OBJS)
 
 test:        $(LIBNAME) test.c
-	$(CC) $(CFLAGS) test.c -o test -L. -la52
+	$(CC) $(CFLAGS)  test.c ../cpudetect.c -o test -L. -la52 -lm
 
 test2:        $(LIBNAME) test.c
 	$(CC) $(CFLAGS) test.c -o test2 -L../libac3 -lac3 -L. -la52