summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-09 17:32:17 +0000
committerrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-09 17:32:17 +0000
commit367768db96fec9a2a887be9184fde7ec830c7eac (patch)
tree07d169ddbb8b56213abcc5c0741d8537b4387f3e /Makefile
parent55bdd70dde50feb8e9af5694c1fb506e7c6ef3e5 (diff)
downloadmpv-367768db96fec9a2a887be9184fde7ec830c7eac.tar.bz2
mpv-367768db96fec9a2a887be9184fde7ec830c7eac.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b48e743a97..7a6669a5d7 100644
--- a/Makefile
+++ b/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)