[MPlayer-cvslog] r31574 - trunk/configure
siretart
subversion at mplayerhq.hu
Sun Jun 27 21:56:49 CEST 2010
Author: siretart
Date: Sun Jun 27 21:56:49 2010
New Revision: 31574
Log:
reindent after last commit
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Jun 27 21:55:17 2010 (r31573)
+++ trunk/configure Sun Jun 27 21:56:49 2010 (r31574)
@@ -7577,7 +7577,7 @@ echores "$_libschroedinger_lavc"
echocheck "libvpx"
if test "$_libvpx_lavc" = auto; then
_libvpx_lavc=no
- cat > $TMPC << EOF
+ cat > $TMPC << EOF
#include <vpx/vpx_encoder.h>
#include <vpx/vpx_decoder.h>
#include <vpx/vp8dx.h>
@@ -7589,7 +7589,7 @@ int main(void) {
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'
More information about the MPlayer-cvslog
mailing list