mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 01:52:19 +00:00
Remove duplicated make distclean for libavformat and libavcodec
Patch by adland git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12787 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
55bdd70dde
commit
367768db96
2
Makefile
2
Makefile
@ -308,8 +308,6 @@ distclean:
|
||||
-rm -f *~ $(PRG) $(PRG_MENCODER) $(PRG_CFG) $(OBJS)
|
||||
-rm -f *.o *.a .depend configure.log codecs.conf.h
|
||||
@for a in $(PARTS); do $(MAKE) -C $$a distclean; done
|
||||
-$(MAKE) -C libavcodec distclean LIBPREF=lib LIBSUF=.a
|
||||
-$(MAKE) -C libavformat distclean LIBPREF=lib LIBSUF=.a
|
||||
|
||||
strip:
|
||||
strip -s $(ALL_PRG)
|
||||
|
Loading…
Reference in New Issue
Block a user