This commit is contained in:
2024-02-23 23:22:38 -06:00
parent 32a143a8d6
commit 90a0eed988

View File

@@ -99,6 +99,7 @@ export CFLAGS="-O3 -flto $COMP_FLAGS"
./configure || exit
make -j "$(nproc)" || exit
sudo make install || exit
unset CFLAGS
# ldconfig for shared libs
echo "/usr/local/lib" | sudo tee /etc/ld.so.conf.d/ffmpeg.conf