forked from forks/ffprobe-wasm
feat: remove gpl, add codecs and containers - lgpl compliance step 2
Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -41,18 +41,13 @@ RUN emconfigure ./configure \
|
||||
--disable-all \
|
||||
--enable-avcodec \
|
||||
--enable-avformat \
|
||||
--enable-avfilter \
|
||||
--enable-avdevice \
|
||||
--enable-avutil \
|
||||
--enable-swresample \
|
||||
--enable-swscale \
|
||||
--enable-protocol=file \
|
||||
--enable-decoder=h264,aac,pcm_s16le,mp3 \
|
||||
--enable-demuxer=mov,matroska,mp3 \
|
||||
--enable-muxer=mp4 \
|
||||
--enable-gpl \
|
||||
--enable-libx264 \
|
||||
--enable-libmp3lame \
|
||||
--enable-decoder=h264,hevc,vp8,vp9,av1,prores,aac,mp3,opus,vorbis,flac,alac,pcm_s16le,pcm_s16be,pcm_s24le,pcm_s24be \
|
||||
--enable-demuxer=mov,matroska,webm,mpegts,mxf,mp3,wav,ogg,avi,aiff,flac,hevc,h264,av1 \
|
||||
--enable-parser=h264,hevc,vp8,vp9,av1,aac,mpegaudio,opus,vorbis,flac \
|
||||
--extra-cflags="$CFLAGS" \
|
||||
--extra-cxxflags="$CFLAGS" \
|
||||
--extra-ldflags="$LDFLAGS" \
|
||||
|
||||
Reference in New Issue
Block a user