Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
9bbd6a4c
Commit
9bbd6a4c
authored
May 24, 2011
by
Mans Rullgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: enable memalign_hack automatically when needed
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
a724ee62
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
configure
configure
+3
-5
No files found.
configure
View file @
9bbd6a4c
...
@@ -2823,11 +2823,6 @@ check_header X11/extensions/XvMClib.h
...
@@ -2823,11 +2823,6 @@ check_header X11/extensions/XvMClib.h
check_struct dxva2api.h DXVA_PictureParameters wDecodedPictureIndex
check_struct dxva2api.h DXVA_PictureParameters wDecodedPictureIndex
if
!
enabled_any memalign memalign_hack posix_memalign malloc_aligned
&&
enabled_any
$need_memalign
;
then
die
"Error, no aligned memory allocator but SSE enabled, disable it or use --enable-memalign-hack."
fi
disabled zlib
||
check_lib zlib.h zlibVersion
-lz
||
disable zlib
disabled zlib
||
check_lib zlib.h zlibVersion
-lz
||
disable zlib
disabled bzlib
||
check_lib2 bzlib.h BZ2_bzlibVersion
-lbz2
||
disable bzlib
disabled bzlib
||
check_lib2 bzlib.h BZ2_bzlibVersion
-lbz2
||
disable bzlib
...
@@ -3091,6 +3086,9 @@ check_deps $CONFIG_LIST \
...
@@ -3091,6 +3086,9 @@ check_deps $CONFIG_LIST \
enabled asm
||
{
arch
=
c
;
disable
$ARCH_LIST
$ARCH_EXT_LIST
;
}
enabled asm
||
{
arch
=
c
;
disable
$ARCH_LIST
$ARCH_EXT_LIST
;
}
!
enabled_any memalign posix_memalign malloc_aligned
&&
enabled_any
$need_memalign
&&
enable
memalign_hack
echo
"install prefix
$prefix
"
echo
"install prefix
$prefix
"
echo
"source path
$source_path
"
echo
"source path
$source_path
"
echo
"C compiler
$cc
"
echo
"C compiler
$cc
"
...
...
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