Commit fce12fa7 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Wrap

(cherry picked from commit 81516c0e)
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 0c66fb4f
......@@ -1098,7 +1098,15 @@ ffmpeg: ffmpeg-$(FFMPEG_VERSION).tar.gz
$(EXTRACT_GZ)
endif
FFMPEGCONF += --enable-gpl --enable-postproc --disable-ffserver --disable-ffmpeg --disable-ffplay --disable-devices --disable-protocols --disable-network
FFMPEGCONF += \
--enable-gpl \
--enable-postproc \
--disable-ffserver \
--disable-ffmpeg \
--disable-ffplay \
--disable-devices \
--disable-protocols \
--disable-network
ifdef HAVE_WIN32
FFMPEGCONF += --disable-bzlib --disable-decoder=dca
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment