summaryrefslogtreecommitdiff
path: root/test/vp10_dct_test.cc
diff options
context:
space:
mode:
authorBrion Vibber <bvibber@wikimedia.org>2016-05-02 12:41:59 -0400
committerBrion Vibber <bvibber@wikimedia.org>2016-05-12 08:26:01 -0700
commit992e4b7090cbb6f6f5fead22d98b2e9005a544c0 (patch)
tree062efe45d9117bbe08be27345e01ab7374261519 /test/vp10_dct_test.cc
parent04246a60d781ac5450b5099f73befb3293415e02 (diff)
downloadlibvpx-992e4b7090cbb6f6f5fead22d98b2e9005a544c0.tar
libvpx-992e4b7090cbb6f6f5fead22d98b2e9005a544c0.tar.gz
libvpx-992e4b7090cbb6f6f5fead22d98b2e9005a544c0.tar.bz2
libvpx-992e4b7090cbb6f6f5fead22d98b2e9005a544c0.zip
Add --enable-shared option to iosbuild.sh to build dynamic framework
Also allows use of --enable-shared when configuring for Mac OS X, producing a bare .dylib. Enabling the shared framework bumps the iOS deployment target to 8.0, the minimum required to support dynamic framework deployment in apps. When not using --enable-shared, a static library for iOS 6.0+ will still be built. Minimum version settings have been moved into ios-version.sh so they can be updated in a single place. As with the static build, unless header search paths are manually tweaked, users must add a VPX prefix on includes, such as: #include <VPX/vpx/vpx_decoder.h> A module map for headers is not yet included as inttypes.h is not modular; this means that VPX cannot be used directly in Swift code, but can still be pulled in through an Objective-C wrapper. BUG=https://bugs.chromium.org/p/webm/issues/detail?id=1092 Change-Id: I28fb06ce65e48ed167a88c14a7bfb2861989317e
Diffstat (limited to 'test/vp10_dct_test.cc')
0 files changed, 0 insertions, 0 deletions