summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-24 13:54:08 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-24 13:54:08 +0000
commit838b00eb46415834ede66c09d9c96e7e2c906336 (patch)
tree78875c96e834cd06d38cbcce52d0383e371b4ccd /libvo
parentadaec613916dc8cfba47c75a942cc4646968d942 (diff)
downloadmpv-838b00eb46415834ede66c09d9c96e7e2c906336.tar.bz2
mpv-838b00eb46415834ede66c09d9c96e7e2c906336.tar.xz
ranlib cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12635 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index 85b51dface..0ca9c78a6b 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -21,6 +21,7 @@ CFLAGS = $(OPTFLAGS) -I. -I.. -I../osdep $(FREETYPE_INC) $(SDL_INC) $(X11_INC)
$(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
+ $(RANLIB) $(LIBNAME)
vo_mpegpes.o: vo_mpegpes.c
$(CC) -c $(CFLAGS) $(DVB_INC) -o $@ $<