This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
ranlib cleanup by Dan Christiansen
Originally committed as revision 12633 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
tags/v0.5
Alex Beregszaszi
21 years ago
parent
27537106ac
commit
5ea951b74e
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
postproc/Makefile
+ 1
- 0
postproc/Makefile
View File
@@ -20,6 +20,7 @@ all: $(SWSLIB)
$(SWSLIB): $(SWSOBJS)
$(SWSLIB): $(SWSOBJS)
$(AR) r $(SWSLIB) $(SWSOBJS)
$(AR) r $(SWSLIB) $(SWSOBJS)
$(RANLIB) $(SWSLIB)
clean:
clean:
rm -f *.o *.a *~ *.so cs_test swscale-example
rm -f *.o *.a *~ *.so cs_test swscale-example
Write
Preview
Loading…
Cancel
Save