Mercurial > mplayer.hg
comparison configure @ 23126:99dc21f992c3
10l: Remove stray 'fi'.
author | diego |
---|---|
date | Thu, 26 Apr 2007 20:37:24 +0000 |
parents | a27a3743f4b9 |
children | 6b1fb3b25e3d |
comparison
equal
deleted
inserted
replaced
23125:48fdbc777870 | 23126:99dc21f992c3 |
---|---|
6264 test "$_libavformat_a" = yes || test "$_libavformat_so" = yes && _libavformat=yes | 6264 test "$_libavformat_a" = yes || test "$_libavformat_so" = yes && _libavformat=yes |
6265 test "$_libavformat" = yes && _def_libavformat='#define USE_LIBAVFORMAT 1' | 6265 test "$_libavformat" = yes && _def_libavformat='#define USE_LIBAVFORMAT 1' |
6266 test "$_libavformat_a" = yes && _def_libavformat='#define USE_LIBAVFORMAT_A 1' | 6266 test "$_libavformat_a" = yes && _def_libavformat='#define USE_LIBAVFORMAT_A 1' |
6267 test "$_libavformat_so" = yes \ | 6267 test "$_libavformat_so" = yes \ |
6268 && _def_libavformat_so='#define USE_LIBAVFORMAT_SO 1' | 6268 && _def_libavformat_so='#define USE_LIBAVFORMAT_SO 1' |
6269 fi | |
6270 echores "$_libavformat" | 6269 echores "$_libavformat" |
6271 | 6270 |
6272 echocheck "FFmpeg libpostproc" | 6271 echocheck "FFmpeg libpostproc" |
6273 if test "$_libpostproc_a" = auto ; then | 6272 if test "$_libpostproc_a" = auto ; then |
6274 _libpostproc_a=no | 6273 _libpostproc_a=no |