shithub: libvpx

Download patch

ref: 4109b8e5357ccfe95841fde1b8f8c36d1e402114
parent: ac638125eaba75847ea29fbba96d8b43cb1b9fef
parent: 4fae9264941d0151268f7a027539a2aa5c809b33
author: James Zern <jzern@google.com>
date: Thu Jul 17 14:06:55 EDT 2014

Merge "iosbuild.sh: Add VPX_FRAMEWORK_TARGET preproc symbol"

--- a/build/make/iosbuild.sh
+++ b/build/make/iosbuild.sh
@@ -111,6 +111,7 @@
   for target in ${targets}; do
     preproc_symbol=$(target_to_preproc_symbol "${target}")
     printf " ${preproc_symbol}\n" >> "${config_file}"
+    printf "#define VPX_FRAMEWORK_TARGET \"${target}\"\n" >> "${config_file}"
     printf "#include \"VPX/vpx/${target}/vpx_config.h\"\n" >> "${config_file}"
     printf "#elif defined" >> "${config_file}"
     mkdir "${HEADER_DIR}/${target}"
--