Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
fb269ef0
Commit
fb269ef0
authored
Jun 30, 2014
by
Vittorio Giovara
Committed by
Felix Paul Kühne
Jul 02, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: theora: fix building on OSX 10.9 with clang
Signed-off-by:
Felix Paul Kühne
<
fkuehne@videolan.org
>
parent
4546118c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
contrib/src/theora/libtheora-no-forceaddr.patch
contrib/src/theora/libtheora-no-forceaddr.patch
+22
-0
contrib/src/theora/rules.mak
contrib/src/theora/rules.mak
+3
-0
No files found.
contrib/src/theora/libtheora-no-forceaddr.patch
0 → 100644
View file @
fb269ef0
--- a/configure.ac.orig 2014-06-27 16:45:06.000000000 -0400
+++ b/configure.ac 2014-06-27 16:45:23.000000000 -0400
@@ -180,7 +180,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
--- a/configure.orig 2014-06-27 16:57:16.000000000 -0400
+++ b/configure 2014-06-27 16:57:21.000000000 -0400
@@ -11863,7 +11863,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
contrib/src/theora/rules.mak
View file @
fb269ef0
...
@@ -17,6 +17,9 @@ $(TARBALLS)/libtheora-$(THEORA_VERSION).tar.xz:
...
@@ -17,6 +17,9 @@ $(TARBALLS)/libtheora-$(THEORA_VERSION).tar.xz:
libtheora
:
libtheora-$(THEORA_VERSION).tar.xz .sum-theora
libtheora
:
libtheora-$(THEORA_VERSION).tar.xz .sum-theora
$(UNPACK)
$(UNPACK)
$(APPLY)
$(SRC)
/theora/libtheora-compiler-differentiation.patch
$(APPLY)
$(SRC)
/theora/libtheora-compiler-differentiation.patch
ifdef
HAVE_MACOSX
$(APPLY)
$(SRC)
/theora/libtheora-no-forceaddr.patch
endif
$(UPDATE_AUTOCONFIG)
$(UPDATE_AUTOCONFIG)
$(MOVE)
$(MOVE)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment