Skip to content

Commit

Permalink
Add libfdk_aac and libaom support
Browse files Browse the repository at this point in the history
  • Loading branch information
ioppermann committed Sep 20, 2024
1 parent c911e5b commit 4b2c231
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ RUN apk add --update \
lame-dev \
opus-dev \
libvorbis-dev \
fdk-aac-dev \
dav1d-dev \
rav1e-dev \
aom-dev \
alsa-lib-dev \
v4l-utils-dev

Expand Down Expand Up @@ -82,8 +84,10 @@ RUN cd /dist/ffmpeg-${FFMPEG_VERSION} && \
--enable-libmp3lame \
--enable-libopus \
--enable-libvorbis \
--enable-libfdk-aac \
--enable-libdav1d \
--enable-librav1e \
--enable-libaom \
--disable-ffplay \
--disable-debug \
--disable-doc \
Expand Down
4 changes: 4 additions & 0 deletions Dockerfile.alpine.rpi
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ RUN apk add -U \
lame-dev \
opus-dev \
libvorbis-dev \
fdk-aac-dev \
dav1d-dev \
rav1e-dev \
aom-dev \
alsa-lib-dev \
v4l-utils-dev \
raspberrypi-dev \
Expand Down Expand Up @@ -91,8 +93,10 @@ RUN cd /dist/ffmpeg-${FFMPEG_VERSION} && \
--enable-libmp3lame \
--enable-libopus \
--enable-libvorbis \
--enable-libfdk-aac \
--enable-libdav1d \
--enable-librav1e \
--enable-libaom \
--disable-ffplay \
--disable-debug \
--disable-doc \
Expand Down

0 comments on commit 4b2c231

Please sign in to comment.