summaryrefslogtreecommitdiffstats
path: root/macosx/xcconfig/base/os.osx109.xcconfig
diff options
context:
space:
mode:
authorkonablend <[email protected]>2013-11-02 23:48:48 +0000
committerkonablend <[email protected]>2013-11-02 23:48:48 +0000
commit84b852016b06067426bfaada5b3b8aeeb85d4ce2 (patch)
tree34b6b8c07df0c73c3eed55e399851fb491c3af0f /macosx/xcconfig/base/os.osx109.xcconfig
parent76a8130ce4929b1e2ce4df53aba006e3fa0eef5a (diff)
fix a52dec and mpeg2dec duplicate symbols w/ OSX 10.9 SDK
- disable AC_C_ALWAYS_INLINE for a52dec (patch activates on darwin only) - disable AC_C_ALWAYS_INLINE for mpeg2dec (patch activates on darwin only) - enable mpeg2dec autoreconf (darwin only) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5872 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/xcconfig/base/os.osx109.xcconfig')
-rw-r--r--macosx/xcconfig/base/os.osx109.xcconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/xcconfig/base/os.osx109.xcconfig b/macosx/xcconfig/base/os.osx109.xcconfig
new file mode 100644
index 000000000..f702daa15
--- /dev/null
+++ b/macosx/xcconfig/base/os.osx109.xcconfig
@@ -0,0 +1,2 @@
+SDKROOT = macosx10.9
+MACOSX_DEPLOYMENT_TARGET = 10.9