| Index: source/libvpx/build/make/iosbuild.sh
|
| ===================================================================
|
| --- source/libvpx/build/make/iosbuild.sh (revision 284462)
|
| +++ source/libvpx/build/make/iosbuild.sh (working copy)
|
| @@ -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}"
|
|
|