X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=configure.in;h=a195d00d310f664a9d46dc10b8a8d2087a8815c9;hb=38cf539dcacdb6219b8972e1749f436f83c0a5b4;hp=f3e142f26be334864f2fae1f7ac40d37f496af74;hpb=a2b7ded9fd35c6323355fb8af88f250db8a8bebe;p=vuplus_xbmc diff --git a/configure.in b/configure.in index f3e142f..a195d00 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([xbmc], [13.0.0], [http://issues.xbmc.org]) +AC_INIT([xbmc], [13.1.0], [http://issues.xbmc.org]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_prog_cc_for_build.m4]) @@ -1531,9 +1531,10 @@ fi if test "$use_librtmp" != "no"; then PKG_CHECK_MODULES([LIBRTMP], [librtmp], [INCLUDES="$INCLUDES $LIBRTMP_CFLAGS"; LIBS="$LIBS $LIBRTMP_LIBS"; + XB_FIND_SONAME([RTMP], [rtmp], [use_librtmp]) AC_DEFINE([HAS_LIBRTMP], [1], [Whether to use libRTMP library.]) RTMP_ALL_LIBS=$(${PKG_CONFIG} --static --libs-only-l --silence-errors librtmp) - test "$use_static_ffmpeg" = "yes" && LIBS="$LIBS $RTMP_ALL_LIBS"], + test "$use_static_ffmpeg" = "yes" && LIBS="$LIBS $RTMP_ALL_LIBS"; LIBS="`echo $LIBS | sed 's/-lrtmp//g'`"], [AC_CHECK_HEADERS([librtmp/log.h librtmp/amf.h librtmp/rtmp.h],, [if test "$use_librtmp" = "yes"; then AC_MSG_ERROR($librtmp_not_found)