Xcode: Fix includes in examples.
authorTom Finegan <tomfinegan@google.com>
Thu, 5 Feb 2015 00:11:57 +0000 (16:11 -0800)
committerTom Finegan <tomfinegan@google.com>
Thu, 5 Feb 2015 00:11:57 +0000 (16:11 -0800)
commit9e96bdc733a17a511773831e32cdeabd7eb2993b
tree55d056849d976c0c8e3bc5763d80431906c4bdc2
parent1221641914b9c774cb4dc87c4c8578fb444611ef
Xcode: Fix includes in examples.

The current file's directory, ".", is treated much more literally
when building libvpx examples with Xcode than it is with make, and
clang cannot find common include files included via "./" when those
files actually reside one directory up in the tree.

Change-Id: I5f66a026282e35d80248ca4052ebb882b859172e
12 files changed:
examples/decode_to_md5.c
examples/decode_with_drops.c
examples/postproc.c
examples/resize_util.c
examples/set_maps.c
examples/simple_decoder.c
examples/simple_encoder.c
examples/twopass_encoder.c
examples/vp8cx_set_ref.c
examples/vp9_lossless_encoder.c
examples/vp9_spatial_svc_encoder.c
examples/vpx_temporal_svc_encoder.c