summaryrefslogtreecommitdiffstats
path: root/liba52
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-24 12:52:17 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-24 12:52:17 +0000
commit0fc20ac930e3d3f7f76caedbc526746d43658818 (patch)
tree905282c9199773d73e079f5c8fbd694294bb73b0 /liba52
parent310d9a47c1c17e5894df006a434ca8f778e8a50e (diff)
downloadmpv-0fc20ac930e3d3f7f76caedbc526746d43658818.tar.bz2
mpv-0fc20ac930e3d3f7f76caedbc526746d43658818.tar.xz
ranlib cleanup by Dan Christiansen
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12633 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'liba52')
-rw-r--r--liba52/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/liba52/Makefile b/liba52/Makefile
index 63cb29d3ef..ed5d1cffc6 100644
--- a/liba52/Makefile
+++ b/liba52/Makefile
@@ -17,6 +17,7 @@ CFLAGS = $(MLIB_INC) $(OPTFLAGS)
$(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
+ $(RANLIB) $(LIBNAME)
test: $(LIBNAME) test.c
$(CC) $(CFLAGS) test.c ../cpudetect.c -o test ./liba52.a -lm