X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure;h=0848fed3e615719414f53110ac611af39d6b4164;hb=1d36defe94c7d7ebf995d4dbb4f878d06272f9c6;hp=1e3295e477e5aa1be96cf48408fe9a0a875ae3e9;hpb=8447658550006996d30e232b1d77614c92a4cc5e;p=ffmpeg diff --git a/configure b/configure index 1e3295e477e..0848fed3e61 100755 --- a/configure +++ b/configure @@ -2499,6 +2499,7 @@ hqdn3d_filter_deps="gpl" interlace_filter_deps="gpl" kerndeint_filter_deps="gpl" ladspa_filter_deps="ladspa dlopen" +ladspa_filter_extralibs='$ldl' mcdeint_filter_deps="avcodec gpl" movie_filter_deps="avcodec avformat" mp_filter_deps="gpl avcodec swscale inline_asm" @@ -3615,7 +3616,10 @@ elif enabled arm; then case "$subarch" in armv5t*) enable fast_clz ;; - armv[6-8]*) enable fast_clz fast_unaligned ;; + armv[6-8]*) + enable fast_clz + disabled fast_unaligned || enable fast_unaligned + ;; esac elif enabled avr32; then @@ -5396,7 +5400,7 @@ get_version(){ map 'get_version $v' $LIBRARY_LIST -map 'eval echo "FFLIBS-${v}=\$${v}_deps" >> config.mak' $LIBRARY_LIST +map 'eval echo "${v}_FFLIBS=\$${v}_deps" >> config.mak' $LIBRARY_LIST print_program_libs(){ eval "program_libs=\$${1}_libs"