[FFmpeg-cvslog] configure: Move log2 dependency declaration to a place it takes effect
Diego Biurrun
git at videolan.org
Tue Dec 10 12:13:38 CET 2013
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Dec 10 09:25:18 2013 +0100| [1a5fdf9519d7f4b9a1bdda623516c37744f569bd] | committer: Diego Biurrun
configure: Move log2 dependency declaration to a place it takes effect
It was incorrectly moved in c869fcdeac3b7cd71a852b928902daadeca55685.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1a5fdf9519d7f4b9a1bdda623516c37744f569bd
---
configure | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/configure b/configure
index 4491ff5..f624cfc 100755
--- a/configure
+++ b/configure
@@ -1578,6 +1578,9 @@ fast_unaligned_if_any="ppc x86"
need_memalign="altivec neon sse"
+# system capabilities
+log2_deps="!libc_msvcrt"
+
symver_if_any="symver_asm_label symver_gnu_asm"
# subsystems
@@ -3453,7 +3456,6 @@ case $libc_type in
add_compat msvcrt/snprintf.o snprintf=avpriv_snprintf \
_snprintf=avpriv_snprintf \
vsnprintf=avpriv_vsnprintf
- disable log2
;;
esac
More information about the ffmpeg-cvslog
mailing list