shithub: openh264

Download patch

ref: c245cd2d685211129d45b9f0008b4e3eba801da9
parent: e4260f6e97b6be95dc8544b3919ac57b72ffa1f3
parent: b444f8d9d056ffa80cece5943608b80af8234853
author: sijchen <[email protected]>
date: Wed Jan 28 11:34:53 EST 2015

Merge pull request #1766 from mstorsjo/make-clean

Remove more generated files in "make clean"

--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,7 @@
 ifeq (android,$(OS))
 clean: clean_Android
 endif
-	$(QUIET)rm -f $(OBJS) $(OBJS:.$(OBJ)=.d) $(OBJS:.$(OBJ)=.obj) $(LIBRARIES) $(BINARIES) *.lib *.a *.dylib *.dll *.so
+	$(QUIET)rm -f $(OBJS) $(OBJS:.$(OBJ)=.d) $(OBJS:.$(OBJ)=.obj) $(LIBRARIES) $(BINARIES) *.lib *.a *.dylib *.dll *.so *.exe *.pdb *.exp *.pc
 
 gmp-bootstrap:
 	if [ ! -d gmp-api ] ; then git clone https://github.com/mozilla/gmp-api gmp-api ; fi