# HG changeset patch # User diego # Date 1268609942 0 # Node ID c57c53fcda6b8773608e187d4cab3d214537d34b # Parent a6003c74bc85977bf5aef051a1e757a715ffdc42 variable renaming cosmetics: _have_yasm --> have_yasm diff -r a6003c74bc85 -r c57c53fcda6b configure --- a/configure Sun Mar 14 23:37:58 2010 +0000 +++ b/configure Sun Mar 14 23:39:02 2010 +0000 @@ -2681,11 +2681,11 @@ yasm_check || _yasm="" if test $_yasm ; then def_yasm='#define HAVE_YASM 1' - _have_yasm="yes" + have_yasm="yes" echores "$_yasm" else def_yasm='#define HAVE_YASM 0' - _have_yasm="no" + have_yasm="no" echores "no" fi @@ -8737,7 +8737,7 @@ HAVE_PTHREADS = $_pthreads HAVE_SHM = $_shm HAVE_W32THREADS = $_w32threads -HAVE_YASM = $_have_yasm +HAVE_YASM = $have_yasm $(echo $_libavdecoders | tr '[a-z] ' '[A-Z]\n' | sed 's/^/CONFIG_/;s/$/=yes/') $(echo $_libavencoders | tr '[a-z] ' '[A-Z]\n' | sed 's/^/CONFIG_/;s/$/=yes/')