Mercurial > mplayer.hg
comparison configure @ 2732:ae79207a3055
Move yuv2rgb to postprocess
author | nick |
---|---|
date | Tue, 06 Nov 2001 11:22:40 +0000 |
parents | a44484066941 |
children | 1438574ccdc3 |
comparison
equal
deleted
inserted
replaced
2731:214f79969a80 | 2732:ae79207a3055 |
---|---|
2314 | 2314 |
2315 if test "$_mlib" = yes ; then | 2315 if test "$_mlib" = yes ; then |
2316 _mlibdef='#define HAVE_MLIB' | 2316 _mlibdef='#define HAVE_MLIB' |
2317 _mlibinc="-I$_mlibdir/include" | 2317 _mlibinc="-I$_mlibdir/include" |
2318 _mliblib="-L$_mlibdir/lib -R$_mlibdir/lib -lmlib" | 2318 _mliblib="-L$_mlibdir/lib -R$_mlibdir/lib -lmlib" |
2319 _vosrc=$_vosrc' yuv2rgb_mlib.c' | |
2320 else | 2319 else |
2321 _mlibdef='#undef HAVE_MLIB' | 2320 _mlibdef='#undef HAVE_MLIB' |
2322 _mlibinc= _mliblib= | 2321 _mlibinc= _mliblib= |
2323 fi | 2322 fi |
2324 | 2323 |