forked from HandBrake/HandBrake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
3 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
diff -ur x264.orig/configure x264/configure | ||
--- x264.orig/configure 2014-01-21 16:40:15.000000000 -0500 | ||
+++ x264/configure 2014-03-11 20:33:33.000000000 -0400 | ||
@@ -467,7 +467,6 @@ | ||
;; | ||
darwin*) | ||
SYS="MACOSX" | ||
- CFLAGS="$CFLAGS -falign-loops=16" | ||
libm="-lm" | ||
if [ "$pic" = "no" ]; then | ||
cc_check "" -mdynamic-no-pic && CFLAGS="$CFLAGS -mdynamic-no-pic" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters