-
Type
./configureto create the configuration. A list of configure options is printed by runningconfigure --help.configurecan be launched from a directory different from the libpostproc sources to build the objects out of tree. To do this, use an absolute path when launchingconfigure, e.g./postprocdir/postproc/configure. -
Then type
maketo build libpostproc. GNU Make 3.81 or later is required. -
Type
make installto install all binaries and libraries you built.
-
if you want to install libpostproc without libavutil use ./configure --disable-avutil
-
Non system dependencies (e.g. libx264, libvpx) are disabled by default.