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
build: Remove configure-generated .config file on distclean
tags/n2.0
Diego Biurrun
12 years ago
parent
3891a270f5
commit
b4d24b471b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -191,7 +191,7 @@ clean::
distclean::
$(RM) $(DISTCLEANSUFFIXES)
$(RM) config.* .
version version.h libavutil/avconfig
.h
$(RM) config.* .
config libavutil/avconfig.h .version version
.h
config:
$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
Write
Preview
Loading…
Cancel
Save