shithub: libvpx

Download patch

ref: 3427e1dd431f7450c141a8560a37b0b615e8059f
parent: c7c0c05608a883830e2e1a77796b2b66656d75d1
author: John Koleszar <jkoleszar@google.com>
date: Wed Oct 27 06:06:45 EDT 2010

makefile: remove ivf{enc,dec} on make clean

Prior clean-up removed the object files, but not the binaries
themselves.

Change-Id: Ic2332188cea88094c14457ebb8b77680a60d581b

--- a/examples.mk
+++ b/examples.mk
@@ -41,8 +41,8 @@
 CLEAN-OBJS += $(foreach p,$(VS_PLATFORMS),$(p)/Release/ivfenc.exe)
 CLEAN-OBJS += $(foreach p,$(VS_PLATFORMS),$(p)/Release/ivfdec.exe)
 else
-CLEAN-OBJS += ivfenc{.c.o,.c.d,.dox,.exe}
-CLEAN-OBJS += ivfdec{.c.o,.c.d,.dox,.exe}
+CLEAN-OBJS += ivfenc{.c.o,.c.d,.dox,.exe,}
+CLEAN-OBJS += ivfdec{.c.o,.c.d,.dox,.exe,}
 endif
 
 # XMA example disabled for now, not used in VP8