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
c41fcd64
Commit
c41fcd64
authored
Apr 10, 2015
by
Tristan Matthews
Committed by
Jean-Baptiste Kempf
Apr 10, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: flac: use -mstackrealign on win32
Fixes #14104 Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
624a2a4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
contrib/src/flac/rules.mak
contrib/src/flac/rules.mak
+6
-1
No files found.
contrib/src/flac/rules.mak
View file @
c41fcd64
...
@@ -42,10 +42,15 @@ FLACCONF += --disable-asm-optimizations
...
@@ -42,10 +42,15 @@ FLACCONF += --disable-asm-optimizations
endif
endif
endif
endif
FLAC_CFLAGS
:=
$(CFLAGS)
ifdef
HAVE_WIN32
FLAC_CFLAGS
+=
-mstackrealign
endif
DEPS_flac
=
ogg
$(DEPS_ogg)
DEPS_flac
=
ogg
$(DEPS_ogg)
.flac
:
flac
.flac
:
flac
cd
$<
&&
$(HOSTVARS)
./configure
$(FLACCONF)
cd
$<
&&
$(HOSTVARS)
CFLAGS
=
"
$(FLAC_CFLAGS)
"
./configure
$(FLACCONF)
cd
$<
/include
&&
$(MAKE)
install
cd
$<
/include
&&
$(MAKE)
install
cd
$<
/src
&&
$(MAKE)
-C
share
install
&&
$(MAKE)
-C
libFLAC
install
cd
$<
/src
&&
$(MAKE)
-C
share
install
&&
$(MAKE)
-C
libFLAC
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