shithub: openh264

Download patch

ref: b444f8d9d056ffa80cece5943608b80af8234853
parent: c4c73ee5d656bf497fb1a3a92d6dc5b39cc80760
author: Martin Storsjö <[email protected]>
date: Wed Jan 28 04:10:58 EST 2015

Remove more generated files in "make clean"

Make sure to remove *.exe also, if cross-building from unix to
windows (and running "make clean" without specifying mingw as
target OS).

--- 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