summaryrefslogtreecommitdiffstats
path: root/liba52/Makefile
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-23 11:29:36 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-23 11:29:36 +0000
commit99ad62f36f9ddb5172e97709552a25937fe5dd41 (patch)
tree5a120f400e0178b285b3b5d3a7d564506f442951 /liba52/Makefile
parent087dbfe99f686356f2b56eb3d861bdfd4c2c59ee (diff)
downloadmpv-99ad62f36f9ddb5172e97709552a25937fe5dd41.tar.bz2
mpv-99ad62f36f9ddb5172e97709552a25937fe5dd41.tar.xz
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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25514 b3059339-0415-0410-9bf9-f77b7e298cf2
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 2f1e5128ad..4f80402832 100644
--- a/liba52/Makefile
+++ b/liba52/Makefile
@@ -12,5 +12,5 @@ SRCS_COMMON = crc.c \
include ../mpcommon.mak
-test: test.c ../osdep/libosdep.a $(LIBNAME_COMMON)
+test: test.c ../cpudetect.o $(LIBNAME_COMMON)
$(CC) $(CFLAGS) -o $@ $^ -lm