projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
cc181b4
)
Remove the ugly and unnecessary require_cpp_condition() function.
author
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Sun, 19 Oct 2008 11:07:45 +0000
(11:07 +0000)
committer
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Sun, 19 Oct 2008 11:07:45 +0000
(11:07 +0000)
Originally committed as revision 15646 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
0e871d2
..
2ef0498
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-627,14
+627,6
@@
require2(){
check_lib2 "$headers" $func "$@" || die "ERROR: $name not found"
}
-require_cpp_condition(){
- name="$1"
- header="$2"
- cpp_condition="$3"
- shift 3
- check_cpp_condition $header "$cpp_condition" || die "ERROR: $name does not satisfy CPP condition: $cpp_condition"
-}
-
check_foo_config(){
cfg=$1
pkg=$2