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
1ba2e589
Commit
1ba2e589
authored
Nov 11, 2012
by
Nicolas George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: add --fatal-warnings option.
parent
c551c3b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
configure
configure
+7
-1
No files found.
configure
View file @
1ba2e589
...
@@ -78,6 +78,7 @@ Help options:
...
@@ -78,6 +78,7 @@ Help options:
Standard options:
Standard options:
--logfile=FILE log tests and output to FILE [config.log]
--logfile=FILE log tests and output to FILE [config.log]
--disable-logging do not log configure debug information
--disable-logging do not log configure debug information
--fatal-warnings fail if any configure warning is generated
--prefix=PREFIX install in PREFIX [
$prefix
]
--prefix=PREFIX install in PREFIX [
$prefix
]
--bindir=DIR install binaries in DIR [PREFIX/bin]
--bindir=DIR install binaries in DIR [PREFIX/bin]
--datadir=DIR install data files in DIR [PREFIX/share/ffmpeg]
--datadir=DIR install data files in DIR [PREFIX/share/ffmpeg]
...
@@ -2245,6 +2246,8 @@ for opt do
...
@@ -2245,6 +2246,8 @@ for opt do
;;
;;
--help
|
-h
)
show_help
--help
|
-h
)
show_help
;;
;;
--fatal-warnings
)
enable
fatal_warnings
;;
*
)
*
)
optname
=
"
${
opt
%%=*
}
"
optname
=
"
${
opt
%%=*
}
"
optname
=
"
${
optname
#--
}
"
optname
=
"
${
optname
#--
}
"
...
@@ -4377,7 +4380,10 @@ echo "#endif /* AVUTIL_AVCONFIG_H */" >> $TMPH
...
@@ -4377,7 +4380,10 @@ echo "#endif /* AVUTIL_AVCONFIG_H */" >> $TMPH
cp_if_changed
$TMPH
libavutil/avconfig.h
cp_if_changed
$TMPH
libavutil/avconfig.h
test
-n
"
$WARNINGS
"
&&
printf
"
\n
$WARNINGS
"
if
test
-n
"
$WARNINGS
"
;
then
printf
"
\n
$WARNINGS
"
enabled fatal_warnings
&&
exit
1
fi
# build pkg-config files
# build pkg-config files
...
...
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