]> git.sesse.net Git - ffmpeg/commit
makedef: Pass EXTERN_PREFIX from configure to makedef
authorMartin Storsjö <martin@martin.st>
Thu, 16 Nov 2017 07:32:15 +0000 (09:32 +0200)
committerMartin Storsjö <martin@martin.st>
Thu, 16 Nov 2017 14:54:08 +0000 (16:54 +0200)
commitbad7ce1d82f0b7da55086b8c6124eff0d35a1b1a
tree113aa37b79e22a4234d585d5cc641c4856c668aa
parentd070b9b703a542429a13db9623109ae20474c775
makedef: Pass EXTERN_PREFIX from configure to makedef

This avoids having to use either "dumpbin -headers" to find out
the current architecture, or pass $ARCH from configure to deduce it.

When configuring with --disable-asm, ARCH is equal to "c", which doesn't
give any indication of what symbol prefix is to be used.

Signed-off-by: Martin Storsjö <martin@martin.st>
compat/windows/makedef
configure