How to Install libvpx-dev in Ubuntu 18.04



Install libvpx-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libvpx-dev

Description:

VP8 and VP9 video codec (development files)

VP8 and VP9 are open video codecs, originally developed by On2 and released as open source by Google Inc. They are the successor of the VP3 codec, on which the Theora codec was based. . This package contains the development libraries, header files needed by programs that want to compile with libvpx.

Homepage: http://www.webmproject.org

Version: 1.7.0-3

Section: libdevel