Mercurial > mplayer.hg
changeset 31508:effd6503b84c
reindent after last commit
author | siretart |
---|---|
date | Sun, 27 Jun 2010 19:56:49 +0000 |
parents | a99971661060 |
children | 34d6e6051cc4 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <vpx/vpx_encoder.h> #include <vpx/vpx_decoder.h> #include <vpx/vp8dx.h> @@ -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'