[MPlayer-cvslog] r34011 - trunk/configure
diego
subversion at mplayerhq.hu
Thu Aug 25 21:19:52 CEST 2011
Author: diego
Date: Thu Aug 25 21:19:51 2011
New Revision: 34011
Log:
configure: cosmetics: eliminate tabs
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Aug 24 21:16:02 2011 (r34010)
+++ trunk/configure Thu Aug 25 21:19:51 2011 (r34011)
@@ -6761,10 +6761,10 @@ if test "$_librtmp" = auto && test "$ne
_librtmp=yes && extra_ldflags="$extra_ldflags -lrtmp"
if test "$_librtmp" != yes && $_pkg_config --exists librtmp ; then
inc_tmp=$($_pkg_config --cflags librtmp)
- ld_tmp=$($_pkg_config --libs librtmp)
- cc_check $inc_tmp $ld_tmp && _librtmp=yes &&
- extra_ldflags="$extra_ldflags $ld_tmp" &&
- extra_cflags="$extra_cflags $inc_tmp"
+ ld_tmp=$($_pkg_config --libs librtmp)
+ cc_check $inc_tmp $ld_tmp && _librtmp=yes &&
+ extra_ldflags="$extra_ldflags $ld_tmp" &&
+ extra_cflags="$extra_cflags $inc_tmp"
fi
fi
if test "$_librtmp" = yes && test "$networking" = yes; then
More information about the MPlayer-cvslog
mailing list