Skip to content

Commit

Permalink
build(ffmpeg): disable v4l2-m2m
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester committed Nov 18, 2023
1 parent 4086579 commit 99d3a02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildscripts/scripts/ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ cpuflags=
--enable-{jni,mediacodec,mbedtls,libdav1d} --disable-vulkan \
--disable-static --enable-shared --enable-{gpl,version3} \
--disable-{stripping,doc,programs} \
--disable-{muxers,encoders,devices,filters}
--disable-{muxers,encoders,devices,filters} \
--disable-v4l2-m2m

make -j$cores
make DESTDIR="$prefix_dir" install
Expand Down

0 comments on commit 99d3a02

Please sign in to comment.