From 5ea951b74e6a2fd62fc4ec0eea3e62d6ef48445d Mon Sep 17 00:00:00 2001
From: Alex Beregszaszi <alex@rtfs.hu>
Date: Thu, 24 Jun 2004 12:52:17 +0000
Subject: [PATCH] ranlib cleanup by Dan Christiansen

Originally committed as revision 12633 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
---
 postproc/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/postproc/Makefile b/postproc/Makefile
index 9dc3eb604bd..b030c72854e 100644
--- a/postproc/Makefile
+++ b/postproc/Makefile
@@ -20,6 +20,7 @@ all:    $(SWSLIB)
 
 $(SWSLIB):     $(SWSOBJS)
 	$(AR) r $(SWSLIB) $(SWSOBJS)
+	$(RANLIB) $(SWSLIB)
 
 clean:
 	rm -f *.o *.a *~ *.so cs_test swscale-example
-- 
GitLab