Mercurial > mplayer.hg
changeset 35614:cd707857326e
10l: Use correct variable name for libilbc config line.
author | cehoyos |
---|---|
date | Sun, 23 Dec 2012 02:19:57 +0000 |
parents | 4bcf4d38c8ad |
children | 26a91d76cfda |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Dec 23 01:25:26 2012 +0000 +++ b/configure Sun Dec 23 02:19:57 2012 +0000 @@ -6637,7 +6637,7 @@ libavdecoders="$libavdecoders LIBILBC_DECODER" codecmodules="ilbc $codecmodules" else - def_libopenjpeg='#define CONFIG_ILBC 0' + def_libilbc='#define CONFIG_ILBC 0' nocodecmodules="ilbc $nocodecmodules" fi