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
Make clean/distclean behave uniformly in all directories.
Originally committed as revision 17489 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
tags/v0.5
Diego Biurrun
20 years ago
parent
04c07634d6
commit
e435887cf6
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
postproc/Makefile
+ 2
- 2
postproc/Makefile
View File
@@ -30,8 +30,8 @@ $(SWSLIB): $(SWSOBJS)
clean:
rm -f *.o *.a *~ *.so cs_test swscale-example
distclean:
rm -f
Makefile.bak *.o *.a *~ *.so
.depend
cs_test swscale-example
distclean:
clean
rm -f .depend
dep: depend
Write
Preview
Loading…
Cancel
Save