Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
09b142d5
Commit
09b142d5
authored
Aug 02, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: libmad: do not mess with GCC (antiquated) optimization flags
parent
ac836406
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
contrib/src/mad/mad-noopt.patch
contrib/src/mad/mad-noopt.patch
+12
-0
contrib/src/mad/rules.mak
contrib/src/mad/rules.mak
+3
-0
No files found.
contrib/src/mad/mad-noopt.patch
0 → 100644
View file @
09b142d5
diff -Nru libmad.orig//configure.ac libmad/configure.ac
--- libmad.orig//configure.ac 2011-08-02 12:39:34.000000000 +0300
+++ libmad/configure.ac 2011-08-02 12:52:11.000000000 +0300
@@ -122,7 +122,7 @@
esac
done
-if test "$GCC" = yes
+if false
then
if test -z "$arch"
then
contrib/src/mad/rules.mak
View file @
09b142d5
...
@@ -21,9 +21,12 @@ ifdef HAVE_MACOSX
...
@@ -21,9 +21,12 @@ ifdef HAVE_MACOSX
-e
's%-dynamiclib%-dynamiclib -arch
$(ARCH)
%'
\
-e
's%-dynamiclib%-dynamiclib -arch
$(ARCH)
%'
\
-i
.orig configure
-i
.orig configure
endif
endif
$(APPLY)
$(SRC)
/mad/mad-noopt.patch
$(MOVE)
$(MOVE)
.mad
:
libmad
.mad
:
libmad
touch
libmad/NEWS libmad/AUTHORS libmad/ChangeLog
$(RECONF)
cd
$<
&&
$(HOSTVARS)
CFLAGS
=
"
$(CFLAGS)
-O3
$(NOTHUMB)
"
./configure
$(HOSTCONF)
cd
$<
&&
$(HOSTVARS)
CFLAGS
=
"
$(CFLAGS)
-O3
$(NOTHUMB)
"
./configure
$(HOSTCONF)
cd
$<
&&
$(MAKE)
install
cd
$<
&&
$(MAKE)
install
touch
$@
touch
$@
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