Browse Source

linux-fresh: Add libavfilter-dev

Required for citra-emu/citra#5411
master
zhupengfei 6 years ago
parent
commit
6a0e2acfe3
No known key found for this signature in database GPG Key ID: DD129E108BD09378
  1. 2
      linux-fresh/Dockerfile

2
linux-fresh/Dockerfile

@ -1,4 +1,4 @@
FROM ubuntu:18.04
LABEL maintainer="citraemu"
RUN apt-get update && apt-get -y full-upgrade
RUN apt-get install -y p7zip-full build-essential libsdl2-dev qtbase5-dev libqt5opengl5-dev qtmultimedia5-dev qttools5-dev qttools5-dev-tools libavcodec-dev libavformat-dev libswscale-dev wget git ccache cmake ninja-build
RUN apt-get install -y p7zip-full build-essential libsdl2-dev qtbase5-dev libqt5opengl5-dev qtmultimedia5-dev qttools5-dev qttools5-dev-tools libavcodec-dev libavfilter-dev libavformat-dev libswscale-dev wget git ccache cmake ninja-build
Loading…
Cancel
Save