shithub: libvpx

Download patch

ref: cdc18067a4d79dc9676cdb3882eaf7ce9201aefd
parent: e893af1283e996ca356a7f99932aa558bdef6c1e
author: Johann <johann.koenig@duck.com>
date: Mon Jan 28 13:19:17 EST 2013

obj_int_extract.bat is not a generated file

Trying to create Visual Studio project files would fail with:
make[1]: *** No rule to make target `obj_int_extract.bat', needed by
`.projects'.  Stop.

Change-Id: Ie55458427ddea199a3de9973eaf2a37f711f839e

--- a/libs.mk
+++ b/libs.mk
@@ -222,7 +222,6 @@
     -I"$(SRC_PATH_BARE)" \
 
 PROJECTS-$(BUILD_LIBVPX) += obj_int_extract.vcproj
-PROJECTS-$(BUILD_LIBVPX) += obj_int_extract.bat
 
 vpx.def: $(call enabled,CODEC_EXPORTS)
 	@echo "    [CREATE] $@"
--