mirror of
https://github.com/v0l/route96.git
synced 2025-06-15 16:03:00 +00:00
This commit is contained in:
@ -12,13 +12,14 @@ RUN apt update && \
|
|||||||
apt install -y \
|
apt install -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
libx264-dev \
|
libx264-dev \
|
||||||
|
libx265-dev \
|
||||||
libwebp-dev \
|
libwebp-dev \
|
||||||
libvpx-dev \
|
libvpx-dev \
|
||||||
nasm \
|
nasm \
|
||||||
libclang-dev \
|
libclang-dev \
|
||||||
protobuf-compiler && \
|
protobuf-compiler && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
RUN git clone --single-branch --branch master https://git.v0l.io/ffmpeg/FFmpeg.git && \
|
RUN git clone --single-branch --branch release/7.1 https://git.v0l.io/ffmpeg/FFmpeg.git && \
|
||||||
cd FFmpeg && \
|
cd FFmpeg && \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=${FFMPEG_DIR} \
|
--prefix=${FFMPEG_DIR} \
|
||||||
@ -27,6 +28,7 @@ RUN git clone --single-branch --branch master https://git.v0l.io/ffmpeg/FFmpeg.g
|
|||||||
--disable-network \
|
--disable-network \
|
||||||
--enable-gpl \
|
--enable-gpl \
|
||||||
--enable-libx264 \
|
--enable-libx264 \
|
||||||
|
--enable-libx265 \
|
||||||
--enable-libwebp \
|
--enable-libwebp \
|
||||||
--enable-libvpx \
|
--enable-libvpx \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
Reference in New Issue
Block a user