From 292057d62734b6ae6291451f8898761d58efef16 Mon Sep 17 00:00:00 2001 From: huanghai <10402852@qq.com> Date: Thu, 9 Jul 2020 14:04:17 +0800 Subject: [PATCH] 'commit' --- dsSupport/Shell/install_ffmpeg.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/dsSupport/Shell/install_ffmpeg.sh b/dsSupport/Shell/install_ffmpeg.sh index b3bbf83b..8f3204f2 100644 --- a/dsSupport/Shell/install_ffmpeg.sh +++ b/dsSupport/Shell/install_ffmpeg.sh @@ -25,8 +25,6 @@ echo "include ld.so.conf.d/*.conf" >> /etc/ld.so.conf echo "/usr/local/ffmpeg/lib/" >> /etc/ld.so.conf ldconfig -/usr/local/ffmpeg/ffmpeg-4.1/ffmpeg -version - #配置环境变量 echo "PATH=$PATH:/usr/local/ffmpeg/bin" >> /etc/profile echo "export PATH" >> /etc/profile