From 806f7995fb2910f3b85aa1677b93b87669253e71 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 4 Mar 2019 17:26:09 +0100 Subject: [PATCH] ffmpeg: use libvdpau-1.2 (#2200) This fixes build as later vdpau uses meson and the new build system seems to have bugs or i failed to get it working quickly with oss-fuzz Signed-off-by: Michael Niedermayer --- projects/ffmpeg/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ffmpeg/Dockerfile b/projects/ffmpeg/Dockerfile index 784de969c..8adb7c27f 100644 --- a/projects/ffmpeg/Dockerfile +++ b/projects/ffmpeg/Dockerfile @@ -33,7 +33,7 @@ ADD https://sourceforge.net/projects/lame/files/latest/download lame.tar.gz RUN git clone --depth 1 git://anongit.freedesktop.org/xorg/lib/libXext RUN git clone --depth 1 git://anongit.freedesktop.org/git/xorg/lib/libXfixes RUN git clone --depth 1 https://github.com/01org/libva -RUN git clone --depth 1 git://people.freedesktop.org/~aplattner/libvdpau +RUN git clone --depth 1 -b libvdpau-1.2 git://people.freedesktop.org/~aplattner/libvdpau RUN git clone --depth 1 https://chromium.googlesource.com/webm/libvpx RUN git clone --depth 1 git://git.xiph.org/ogg.git RUN git clone --depth 1 git://git.xiph.org/opus.git