mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Reorder FFmpeg configure args
All --disable, then all --enable.
This commit is contained in:
parent
0c840829b8
commit
2fe45b58ef
1 changed files with 1 additions and 1 deletions
|
|
@ -65,6 +65,7 @@ else
|
|||
--disable-avdevice \
|
||||
--disable-network \
|
||||
--disable-everything \
|
||||
--disable-vulkan \
|
||||
--enable-swresample \
|
||||
--enable-decoder=h264 \
|
||||
--enable-decoder=hevc \
|
||||
|
|
@ -83,7 +84,6 @@ else
|
|||
--enable-muxer=opus \
|
||||
--enable-muxer=flac \
|
||||
--enable-muxer=wav \
|
||||
--disable-vulkan
|
||||
fi
|
||||
|
||||
make -j
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue