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
* don't rebuild ffmpeg when libs were not modified
Originally committed as revision 1681 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Zdenek Kabelac
22 years ago
parent
d1db862378
commit
127d5c8d43
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
Makefile
+ 2
- 1
Makefile
View File
@@ -111,7 +111,8 @@ endif
$(CC) -MM $(CFLAGS) $^ 1>.depend
.libs: lib
touch .libs
@test -f .libs || touch .libs
@for i in $(DEP_LIBS) ; do if test $$i -nt .libs ; then touch .libs; fi ; done
clean: $(CLEANVHOOK)
$(MAKE) -C libavcodec clean
Write
Preview
Loading…
Cancel
Save