gadgetsnsa.blogg.se

Ubuntu ffmpeg build
Ubuntu ffmpeg build








ubuntu ffmpeg build ubuntu ffmpeg build

Ln -s /usr/local/lib/libmp3lame.so.0.0.0 /usr/lib64/libmp3lame.so.FFmpeg is one of the best multimedia frameworks that contains various tools for different tasks. Make make install ln -s /usr/ffmpeg/bin/ffmpeg /usr/local/bin/ configure -enable-shared -enable-pthreads -enable-version3 -enable-avresample -cc =clang -host-cflags = -host-ldflags = -enable-ffplay -enable-gpl -enable-libmp3lame -enable-libx264 -disable-indev =jack -enable-cross-compile -enable-libopenjpeg -prefix =/usr/ffmpeg configure -prefix =/usr -disable-profile -enable-add-ons -with-headers configure -prefix =/opt/make & make & make install export PATH =/opt/make/bin: $PATH ln -s /opt/make/bin/make /opt/make/bin/gmake Make make install ln -s /usr/Python-3.8.0/bin/python3 /usr/bin/python3 #建立软连接 ln -s /usr/Python-3.8.0/bin/pip3 /usr/bin/pip3

ubuntu ffmpeg build

Make & make install echo -e '\nexport PATH=/usr/local/gcc-9.2.0/bin: $PATH\n' > /etc/profile.d/gcc.sh & source /etc/profile.d/gcc.sh #绑定解释器 ln -sv /usr/local/gcc-9.2.0/include/ /usr/include/gcc #建立软连接 configure -prefix =/usr/local/gcc-9.2.0 -enable-bootstrap -enable-checkible-multilib










Ubuntu ffmpeg build