Skip to content

Commit 097901a

Browse files
committed
feat: add libx264
1 parent 445a840 commit 097901a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fpm-alpine/8.3/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RUN pecl install imagick-3.6.0 && \
6464
# Compile and install FFmpeg with libfdk-aac support
6565
RUN git clone --depth 1 https://git.ffmpeg.org/ffmpeg.git /ffmpeg && \
6666
cd /ffmpeg && \
67-
./configure --prefix=/usr/local --enable-gpl --enable-nonfree --enable-libfdk-aac && \
67+
./configure --prefix=/usr/local --enable-gpl --enable-nonfree --enable-libfdk-aac --enable-libx264 && \
6868
make -j$(nproc) && \
6969
make install && \
7070
make clean && \

0 commit comments

Comments
 (0)