summaryrefslogtreecommitdiffstats
path: root/liba52/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'liba52/Makefile')
-rw-r--r--liba52/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/liba52/Makefile b/liba52/Makefile
index 9767aab5cc..671b6ad227 100644
--- a/liba52/Makefile
+++ b/liba52/Makefile
@@ -19,7 +19,7 @@ $(LIBNAME): $(OBJS)
$(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