mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-27 09:52:17 +00:00
ranlib cleanup by Dan Christiansen
Originally committed as revision 12633 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
parent
27537106ac
commit
5ea951b74e
@ -20,6 +20,7 @@ all: $(SWSLIB)
|
||||
|
||||
$(SWSLIB): $(SWSOBJS)
|
||||
$(AR) r $(SWSLIB) $(SWSOBJS)
|
||||
$(RANLIB) $(SWSLIB)
|
||||
|
||||
clean:
|
||||
rm -f *.o *.a *~ *.so cs_test swscale-example
|
||||
|
Loading…
Reference in New Issue
Block a user