[MPlayer-dev-eng] Patch: libac3 Makefile

Panagiotis Issaris takis at lumumba.luc.ac.be
Wed Apr 3 18:48:07 CEST 2002


Hi,

When doing a "make clean" some object files located in libac3/mmx
were not removed. 

With friendly regards,
Takis

Index: libac3/Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libac3/Makefile,v
retrieving revision 1.13
diff -u -u -r1.13 Makefile
--- libac3/Makefile	12 Jul 2001 15:35:51 -0000	1.13
+++ libac3/Makefile	3 Apr 2002 17:06:48 -0000
@@ -46,10 +46,10 @@
 all:	$(LIBNAME)
 
 clean:
-	rm -f *.o *.a *~ downmix/*.o downmix/*~
+	rm -f *.o *.a *~ downmix/*.o downmix/*~ mmx/*.o mmx/*~
 
 distclean:
-	rm -f Makefile.bak *.o *.a *~ downmix/*.o downmix/*~ .depend
+	rm -f Makefile.bak *.o *.a *~ downmix/*.o downmix/*~ mmx/*.o mmx/*~ .depend
 
 dep:    depend
 
-- 
  .-.                         | lumumba.luc.ac.be/takis/takis_key.txt
  /v\    L   I   N   U   X    | panagiotis.issaris at mech.kuleuven.ac.be
 // \\  >Phear the Penguin<   | ICQ: 12764288
/(   )\                       
 ^^-^^                        



More information about the MPlayer-dev-eng mailing list