diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2004-06-24 12:52:17 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2004-06-24 12:52:17 +0000 |
commit | 5ea951b74e6a2fd62fc4ec0eea3e62d6ef48445d (patch) | |
tree | 309d137a524587feaaa8b3466b9f25fb37c1d8c3 /postproc | |
parent | 27537106ac78d0f371b5df7116f9685c10933166 (diff) | |
download | ffmpeg-streaming-5ea951b74e6a2fd62fc4ec0eea3e62d6ef48445d.zip ffmpeg-streaming-5ea951b74e6a2fd62fc4ec0eea3e62d6ef48445d.tar.gz |
ranlib cleanup by Dan Christiansen
Originally committed as revision 12633 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc')
-rw-r--r-- | postproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postproc/Makefile b/postproc/Makefile index 9dc3eb6..b030c72 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 |