summaryrefslogtreecommitdiff
path: root/aconfigure
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2016-06-29 04:58:16 +0000
committerNanang Izzuddin <nanang@teluu.com>2016-06-29 04:58:16 +0000
commite791baea6f2888e8ed1913a5ae0e9f618dff46c8 (patch)
treef0164880cbee0e89f04fe844f8e17e0f91963f4f /aconfigure
parentab23651f0272ef8976a962a2b4fd5572cd984e8c (diff)
Re #1937: Keep libyuv enabled in configure script even when ffmpeg swscale is detected because video orientation feature requires libyuv. However, put ffmpeg swscale priority higher than libyuv in video converter.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5364 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'aconfigure')
-rwxr-xr-xaconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/aconfigure b/aconfigure
index 736f1dff..f2e722cd 100755
--- a/aconfigure
+++ b/aconfigure
@@ -6919,7 +6919,6 @@ $as_echo_n "checking ffmpeg packages... " >&6; }
if $PKG_CONFIG --exists libswscale; then
ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBSWSCALE=1"
av_pkg="$av_pkg libswscale"
- enable_libyuv="no"
fi
if $PKG_CONFIG --exists libavutil; then
ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVUTIL=1"
@@ -7158,7 +7157,6 @@ $as_echo "$ac_cv_lib_swscale_sws_scale" >&6; }
if test "x$ac_cv_lib_swscale_sws_scale" = xyes; then :
ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBSWSCALE=1"
ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lswscale"
- enable_libyuv="no"
fi