mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-30 19:34:43 +00:00
Make distclean should remove .vhookdep.
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10501 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a9d78ac51a
commit
2c8c502182
2
Makefile
2
Makefile
@ -252,7 +252,7 @@ distclean: clean
|
|||||||
$(MAKE) -C libavformat distclean
|
$(MAKE) -C libavformat distclean
|
||||||
$(MAKE) -C libpostproc distclean
|
$(MAKE) -C libpostproc distclean
|
||||||
$(MAKE) -C libswscale distclean
|
$(MAKE) -C libswscale distclean
|
||||||
rm -f .depend version.h config.* *.pc
|
rm -f .depend .vhookdep version.h config.* *.pc
|
||||||
|
|
||||||
TAGS:
|
TAGS:
|
||||||
etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch]
|
etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch]
|
||||||
|
Loading…
Reference in New Issue
Block a user