# HG changeset patch # User siretart # Date 1277668609 0 # Node ID effd6503b84c751fb2b503e527ea468124852575 # Parent a99971661060604a6441e58bd75f828d630b45ef reindent after last commit diff -r a99971661060 -r effd6503b84c configure --- a/configure Sun Jun 27 19:55:17 2010 +0000 +++ b/configure Sun Jun 27 19:56:49 2010 +0000 @@ -7577,7 +7577,7 @@ echocheck "libvpx" if test "$_libvpx_lavc" = auto; then _libvpx_lavc=no - cat > $TMPC << EOF + cat > $TMPC << EOF #include #include #include @@ -7589,7 +7589,7 @@ return 0; } EOF - cc_check -lvpx && _libvpx_lavc=yes && extra_ldflags="$extra_ldflags -lvpx" + cc_check -lvpx && _libvpx_lavc=yes && extra_ldflags="$extra_ldflags -lvpx" fi if test "$_libvpx_lavc" = yes ; then def_libvpx_lavc='#define CONFIG_LIBVPX 1'