Enable libvpx
This commit is contained in:
parent
da2448fae9
commit
423fbfdb77
@ -9,6 +9,7 @@ RUN apt update && \
|
|||||||
build-essential \
|
build-essential \
|
||||||
libx264-dev \
|
libx264-dev \
|
||||||
libwebp-dev \
|
libwebp-dev \
|
||||||
|
libvpx-dev \
|
||||||
nasm \
|
nasm \
|
||||||
libclang-dev && \
|
libclang-dev && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
@ -23,6 +24,7 @@ RUN git clone --depth=1 https://git.ffmpeg.org/ffmpeg.git && \
|
|||||||
--enable-version3 \
|
--enable-version3 \
|
||||||
--enable-libx264 \
|
--enable-libx264 \
|
||||||
--enable-libwebp \
|
--enable-libwebp \
|
||||||
|
--enable-libvpx \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-shared && \
|
--enable-shared && \
|
||||||
make -j8 && make install
|
make -j8 && make install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user