summaryrefslogtreecommitdiffstats
path: root/liba52
diff options
context:
space:
mode:
Diffstat (limited to 'liba52')
-rw-r--r--liba52/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/liba52/Makefile b/liba52/Makefile
index 39364a8653..a60806ce2a 100644
--- a/liba52/Makefile
+++ b/liba52/Makefile
@@ -12,8 +12,8 @@ SRCS_COMMON = crc.c \
include ../mpcommon.mak
-test: $(LIBNAME_COMMON) test.c
- $(CC) $(CFLAGS) test.c ../cpudetect.c -o test ../osdep/libosdep.a ./liba52.a -lm
+test: test.c ../osdep/libosdep.a $(LIBNAME_COMMON)
+ $(CC) $(CFLAGS) -o $@ $^ -lm
distclean::
rm -f test