Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 705 Bytes

File metadata and controls

19 lines (12 loc) · 705 Bytes

Installing libpostproc

  1. Type ./configure to create the configuration. A list of configure options is printed by running configure --help.

    configure can 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 launching configure, e.g. /postprocdir/postproc/configure.

  2. Then type make to build libpostproc. GNU Make 3.81 or later is required.

  3. Type make install to install all binaries and libraries you built.

NOTICE

  • if you want to install libpostproc without libavutil use ./configure --disable-avutil

  • Non system dependencies (e.g. libx264, libvpx) are disabled by default.