Mercurial > mplayer.hg
comparison configure @ 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 |
comparison
equal
deleted
inserted
replaced
23762:896a1faed1d2 | 23763:926ca3ac30e5 |
---|---|
5825 _def_theora='#undef HAVE_OGGTHEORA' | 5825 _def_theora='#undef HAVE_OGGTHEORA' |
5826 _nocodecmodules="libtheora $_nocodecmodules" | 5826 _nocodecmodules="libtheora $_nocodecmodules" |
5827 fi | 5827 fi |
5828 echores "$_theora" | 5828 echores "$_theora" |
5829 | 5829 |
5830 echocheck "mp3lib support" | 5830 echocheck "internal mp3lib support" |
5831 if test "$_mp3lib" = yes ; then | 5831 if test "$_mp3lib" = yes ; then |
5832 _def_mp3lib='#define USE_MP3LIB 1' | 5832 _def_mp3lib='#define USE_MP3LIB 1' |
5833 _codecmodules="mp3lib $_codecmodules" | 5833 _codecmodules="mp3lib $_codecmodules" |
5834 else | 5834 else |
5835 _def_mp3lib='#undef USE_MP3LIB' | 5835 _def_mp3lib='#undef USE_MP3LIB' |
5836 _nocodecmodules="mp3lib $_nocodecmodules" | 5836 _nocodecmodules="mp3lib $_nocodecmodules" |
5837 fi | 5837 fi |
5838 echores "$_mp3lib" | 5838 echores "$_mp3lib" |
5839 | 5839 |
5840 echocheck "liba52 support" | 5840 echocheck "internal liba52 support" |
5841 if test "$_liba52" = yes ; then | 5841 if test "$_liba52" = yes ; then |
5842 _def_liba52='#define USE_LIBA52 1' | 5842 _def_liba52='#define USE_LIBA52 1' |
5843 _codecmodules="liba52 $_codecmodules" | 5843 _codecmodules="liba52 $_codecmodules" |
5844 else | 5844 else |
5845 _def_liba52='#undef USE_LIBA52' | 5845 _def_liba52='#undef USE_LIBA52' |
5846 _nocodecmodules="liba52 $_nocodecmodules" | 5846 _nocodecmodules="liba52 $_nocodecmodules" |
5847 fi | 5847 fi |
5848 echores "$_liba52" | 5848 echores "$_liba52" |
5849 | 5849 |
5850 | 5850 |
5851 echocheck "libmpeg2 support" | 5851 echocheck "internal libmpeg2 support" |
5852 if test "$_libmpeg2" = yes ; then | 5852 if test "$_libmpeg2" = yes ; then |
5853 _def_libmpeg2='#define USE_LIBMPEG2 1' | 5853 _def_libmpeg2='#define USE_LIBMPEG2 1' |
5854 _codecmodules="libmpeg2 $_codecmodules" | 5854 _codecmodules="libmpeg2 $_codecmodules" |
5855 else | 5855 else |
5856 _def_libmpeg2='#undef USE_LIBMPEG2' | 5856 _def_libmpeg2='#undef USE_LIBMPEG2' |