Mercurial > mplayer.hg
changeset 23118:d23870bed7ee
Ooops, variable names got confused during copy and paste:
USE_LIBAVCODEC* belongs in _def_libavcodec*.
author | diego |
---|---|
date | Thu, 26 Apr 2007 13:11:22 +0000 |
parents | 1f11bc1afc2f |
children | a27a3743f4b9 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Apr 26 13:01:54 2007 +0000 +++ b/configure Thu Apr 26 13:11:22 2007 +0000 @@ -6218,10 +6218,8 @@ test "$_libavcodec_a" = yes || test "$_libavcodec_so" = yes && _libavcodec=yes test "$_libavcodec_a" = yes \ && _def_lavc_dsputil='#define USE_LIBAVCODEC_DSPUTIL' -test "$_libavcodec_so" = yes \ - && _def_lavc_dsputil='#define USE_LIBAVCODEC_SO 1' -test "$_libavcodec" = yes \ - && _def_lavc_dsputil='#define USE_LIBAVCODEC 1' +test "$_libavcodec" = yes && _def_libavcodec='#define USE_LIBAVCODEC 1' +test "$_libavcodec_so" = yes && _def_libavcodec='#define USE_LIBAVCODEC_SO 1' test "$_libavcodec_mpegaudio_hp" = yes \ && _def_libavcodec_mpegaudio_hp='#define CONFIG_MPEGAUDIO_HP 1' if test "$_libavcodec_a" = yes ; then