Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
fe5b7db0
Commit
fe5b7db0
authored
Apr 07, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build system: support setting avassert() assert_level
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
ab553612
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
configure
configure
+6
-0
No files found.
configure
View file @
fe5b7db0
...
@@ -277,6 +277,8 @@ Developer options (useful when working on FFmpeg itself):
...
@@ -277,6 +277,8 @@ Developer options (useful when working on FFmpeg itself):
--disable-optimizations disable compiler optimizations
--disable-optimizations disable compiler optimizations
--enable-extra-warnings enable more compiler warnings
--enable-extra-warnings enable more compiler warnings
--disable-stripping disable stripping of executables and shared libraries
--disable-stripping disable stripping of executables and shared libraries
--assert_level=level 0(default), 1 or 2, amount of assertion testing,
2 causes a slowdown at runtime.
--valgrind=VALGRIND run "make fate" tests through valgrind to detect memory
--valgrind=VALGRIND run "make fate" tests through valgrind to detect memory
leaks and errors, using the specified valgrind binary.
leaks and errors, using the specified valgrind binary.
Cannot be combined with --target-exec
Cannot be combined with --target-exec
...
@@ -1304,6 +1306,7 @@ CMDLINE_SET="
...
@@ -1304,6 +1306,7 @@ CMDLINE_SET="
ar
ar
arch
arch
as
as
assert_level
build_suffix
build_suffix
cc
cc
cpu
cpu
...
@@ -3721,6 +3724,9 @@ cat > $TMPH <<EOF
...
@@ -3721,6 +3724,9 @@ cat > $TMPH <<EOF
#define SLIBSUF "
$SLIBSUF
"
#define SLIBSUF "
$SLIBSUF
"
EOF
EOF
test
-n
"
$assert_level
"
&&
echo
"#define ASSERT_LEVEL
$assert_level
"
>>
$TMPH
test
-n
"
$malloc_prefix
"
&&
test
-n
"
$malloc_prefix
"
&&
echo
"#define MALLOC_PREFIX
$malloc_prefix
"
>>
$TMPH
echo
"#define MALLOC_PREFIX
$malloc_prefix
"
>>
$TMPH
...
...
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