summaryrefslogtreecommitdiffstats
path: root/contrib/libtheora
diff options
context:
space:
mode:
authorkonablend <[email protected]>2014-03-13 02:18:50 +0000
committerkonablend <[email protected]>2014-03-13 02:18:50 +0000
commitdd2082a0f6f973acad63d8004f810f1e227880a9 (patch)
tree72a1424c12b82b92699b72cda34bbe14d9a3e90c /contrib/libtheora
parentb775c903f89b910d0d0cf286e3ca722e5f53b96a (diff)
build: support Xcode 5.1
Unknown compiler options now result in an error, previous behavior they were simply ignored. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6109 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/libtheora')
-rw-r--r--contrib/libtheora/P00-darwin-configure-clang.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/libtheora/P00-darwin-configure-clang.patch b/contrib/libtheora/P00-darwin-configure-clang.patch
new file mode 100644
index 000000000..2981c3b50
--- /dev/null
+++ b/contrib/libtheora/P00-darwin-configure-clang.patch
@@ -0,0 +1,12 @@
+diff -ur libtheora-1.1.0.orig/configure libtheora-1.1.0/configure
+--- libtheora-1.1.0.orig/configure 2009-09-24 16:01:32.000000000 -0400
++++ libtheora-1.1.0/configure 2014-03-11 20:17:28.000000000 -0400
+@@ -11843,7 +11843,7 @@
+ case $host in
+ *)
+ DEBUG="-g -Wall -Wno-parentheses -DDEBUG -D__NO_MATH_INLINES"
+- CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
++ CFLAGS="-Wall -Wno-parentheses -O3 -fomit-frame-pointer -finline-functions -funroll-loops"
+ PROFILE="-Wall -Wno-parentheses -pg -g -O3 -fno-inline-functions -DDEBUG";;
+ esac
+ fi