OSDN Git Service

Fix check_func_headers. The reference to the function under test was being
authorMartin Storsjö <martin@martin.st>
Thu, 16 Jul 2009 16:02:50 +0000 (16:02 +0000)
committerRamiro Polla <ramiro.polla@gmail.com>
Thu, 16 Jul 2009 16:02:50 +0000 (16:02 +0000)
commit2b2c2a8179144db8858d91c55c2eb807e7d443ba
tree154619b5b94a5e36721620b65b314d66d84c926f
parent973859f5230e77beea7bb59dc081870689d6d191
Fix check_func_headers. The reference to the function under test was being
optimized out by gcc when the headers lied about the function existing,
rendering the test useless in that situation.
This new test throws a warning in mingw-w64, but that should not be a problem.
Patch by Martin Storsjö <martin at martin dot st>

Originally committed as revision 19440 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure