Mercurial > mplayer.hg
changeset 13746:03b6c4539b3c
_def_enca should always be set to something! And preferrably correctly..
author | reimar |
---|---|
date | Sun, 24 Oct 2004 13:37:35 +0000 |
parents | 3db10035d297 |
children | 1bdec8201f77 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Oct 24 00:29:57 2004 +0000 +++ b/configure Sun Oct 24 13:37:35 2004 +0000 @@ -4867,13 +4867,13 @@ EOF _enca=no cc_check -lenca && _enca=yes +fi if test "$_enca" = yes ; then _def_enca='#define HAVE_ENCA 1' _ld_enca='-lenca' else _def_enca='#undef HAVE_ENCA' fi -fi echores "$_enca"