Mercurial > mplayer.hg
comparison configure @ 5648:c3ca8f05b3a9
add jpeg support for libvo
author | pontscho |
---|---|
date | Tue, 16 Apr 2002 11:21:59 +0000 |
parents | cc24d5e2573f |
children | 71f221e98fa4 |
comparison
equal
deleted
inserted
replaced
5647:5a2d49aa72c2 | 5648:c3ca8f05b3a9 |
---|---|
2151 fi | 2151 fi |
2152 echores "$_jpg" | 2152 echores "$_jpg" |
2153 | 2153 |
2154 if test "$_jpg" = yes ; then | 2154 if test "$_jpg" = yes ; then |
2155 _def_jpg='#define HAVE_JPEG 1' | 2155 _def_jpg='#define HAVE_JPEG 1' |
2156 _vosrc="$_vosrc vo_jpeg.c" | |
2157 _vomodules="jpeg $_vomodules" | |
2156 _ld_jpg="-ljpeg" | 2158 _ld_jpg="-ljpeg" |
2157 _mkf_jpg="yes" | 2159 _mkf_jpg="yes" |
2158 else | 2160 else |
2159 _def_jpg='#undef HAVE_JPEG' | 2161 _def_jpg='#undef HAVE_JPEG' |
2162 _novomodules="jpeg $_novomodules" | |
2160 _mkf_jpg="no" | 2163 _mkf_jpg="no" |
2161 fi | 2164 fi |
2162 | 2165 |
2163 | 2166 |
2164 if test "$_vesa" != no ; then | 2167 if test "$_vesa" != no ; then |