projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5558bda
)
Suppress possible error from ulimit not having -c or being missing.
author
François Revol
<revol@free.fr>
Fri, 6 Apr 2007 15:02:13 +0000
(15:02 +0000)
committer
François Revol
<revol@free.fr>
Fri, 6 Apr 2007 15:02:13 +0000
(15:02 +0000)
Originally committed as revision 8634 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 5ea8a5e061297ffa7bb3768892183d71d90e37d9..096ba3b28bb29e4cc524602a41929d4a86ceee02 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1196,7
+1196,7
@@
strip="${cross_prefix}${strip}"
# Disable core dumps so that intentional execution of broken apps doesn't
# pollute the current directory.
-ulimit -c 0
+ulimit -c 0
>/dev/null 2>&1
# we need to build at least one lib type
if disabled_all static shared; then