Mercurial > mplayer.hg
changeset 23763:926ca3ac30e5
Mark mp3lib, liba52 and libmpeg2 tests as internal.
author | diego |
---|---|
date | Sat, 14 Jul 2007 15:13:25 +0000 |
parents | 896a1faed1d2 |
children | cd8985396f48 |
files | configure |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Jul 14 15:11:08 2007 +0000 +++ b/configure Sat Jul 14 15:13:25 2007 +0000 @@ -5827,7 +5827,7 @@ fi echores "$_theora" -echocheck "mp3lib support" +echocheck "internal mp3lib support" if test "$_mp3lib" = yes ; then _def_mp3lib='#define USE_MP3LIB 1' _codecmodules="mp3lib $_codecmodules" @@ -5837,7 +5837,7 @@ fi echores "$_mp3lib" -echocheck "liba52 support" +echocheck "internal liba52 support" if test "$_liba52" = yes ; then _def_liba52='#define USE_LIBA52 1' _codecmodules="liba52 $_codecmodules" @@ -5848,7 +5848,7 @@ echores "$_liba52" -echocheck "libmpeg2 support" +echocheck "internal libmpeg2 support" if test "$_libmpeg2" = yes ; then _def_libmpeg2='#define USE_LIBMPEG2 1' _codecmodules="libmpeg2 $_codecmodules"