badswap.blogg.se

How to install ffmpeg on ubuntu 16.04 lts
How to install ffmpeg on ubuntu 16.04 lts









There are some oddities with cmake not finding headers for libraries so it falls back to Externals. The following will be needed to build dolphin properly on OpenSuse Tumbleweed. The following dependencies are best from RPM Fusion and may not be provided in Fedora repos.ĭnf install ffmpeg ffmpeg-devel OpenSuse Tumbleweed Sudo apt install -no-install-recommends ca-certificates qtbase5-dev qtbase5-private-dev git cmake make gcc g++ pkg-config libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libxi-dev libxrandr-dev libudev-dev libevdev-dev libsfml-dev libminiupnpc-dev libmbedtls-dev libcurl4-openssl-dev libhidapi-dev libsystemd-dev libbluetooth-dev libasound2-dev libpulse-dev libpugixml-dev libbz2-dev libzstd-dev liblzo2-dev libpng-dev libusb-1.0-0-dev gettextĪdd -DUSE_SHARED_ENET=ON on cmake line if you want to build Dolphin against shared libenet-dev.ĭnf install cmake git gcc-c++ libXext-devel libgudev qt5-devel systemd-devel openal-soft-devel libevdev-devel libao-devel SOIL-devel libXrandr-devel pulseaudio-libs-devel bluez-libs-devel libusb-devel Install all necessary packages by running the following command:

how to install ffmpeg on ubuntu 16.04 lts

It probably also works for Debian GNU/Linux 10. There's a PPA with Dolphin already built, easy to use.įollow this step for Ubuntu 18.04 LTS and later.

how to install ffmpeg on ubuntu 16.04 lts how to install ffmpeg on ubuntu 16.04 lts

Step 1 - Installing the Dependencies Ubuntuįollow the steps below only if you like to make your own package or use a specific git commit version.











How to install ffmpeg on ubuntu 16.04 lts