Mercurial > mplayer.hg
changeset 19028:b2dde05fbfc8
Make libavutil mandatory.
author | diego |
---|---|
date | Wed, 12 Jul 2006 14:19:08 +0000 |
parents | 87d755e003e7 |
children | b8f5eff8a732 |
files | configure |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Jul 12 14:06:43 2006 +0000 +++ b/configure Wed Jul 12 14:19:08 2006 +0000 @@ -6173,6 +6173,10 @@ _res_comment="using libavutil.so, but static libavutil is recommended" fi fi +# neither static nor shared libavutil is available, but it is mandatory ... +if test "$_libavutil_so" = no ; then + die "You need static or shared libavutil, MPlayer will not compile without!" +fi echores "$_libavutil_so" fi #if test "$_libavutil" != yes ; then