Advertisement
Guest User

Untitled

a guest
Nov 13th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.46 KB | None | 0 0
  1. diff --git a/Makefile b/Makefile
  2. index 28af3debef..9defddebfd 100644
  3. --- a/Makefile
  4. +++ b/Makefile
  5. @@ -138,7 +138,7 @@ clean::
  6.         $(RM) -r coverage-html
  7.         $(RM) -rf coverage.info coverage.info.in lcov
  8.  
  9. -distclean::
  10. +distclean:: clean
  11.         $(RM) .version avversion.h config.asm config.h mapfile  \
  12.                 ffbuild/.config ffbuild/config.* libavutil/avconfig.h \
  13.                 version.h libavutil/ffversion.h libavcodec/codec_names.h \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement