[MPlayer-users] MPlayer/MEncoder last CVS compiling problem - Shared Postprocessing?

Michael Niedermayer michaelni at gmx.at
Sat Nov 2 17:17:01 CET 2002


Hi

On Saturday 02 November 2002 15:14, Andrzej Nikitorowicz wrote:
[...]
> /ld: cannot find -lpostproc
[...]
> libpostproc.so is not installed yet when mplayer is compiling.
> Only just I've modify config.mak:
> PP_LIB = -lpostproc --> PP_LIB = -lpostproc -L postproc
> then compiling is successed. In configure is: --enabled-shared-pp,
> should be --enable-shared-pp.
> Maybe configure is require correction.
yes, thanks, its fixed now

> POSTPROCESSING:
> From MPlayer-20021029 postprocessing is shared lib, fine.
no, the shared lib is supported but its not needed (if u dont use 
--enable-shared-pp then it will simply be compiled as static lib)

> But how to use now postprocessing:
>
> old postprocessing:
> (...) -npp hb:90:5,vb:90:5,h1,v1,lb,li,ci,md,fq:3,tn:64:128:256 (...)
>
> new postprocessing?
"," -> "/" so hb,vb -> hb/vb
thats because "," is used as seperator of the filters for -vop

[...]

Michael




More information about the MPlayer-users mailing list