ソースを参照

remove pkg-config

gemer 4 年 前
コミット
f474585181
1 ファイル変更1 行追加1 行削除
  1. 1 1
      install-ffmpeg

+ 1 - 1
install-ffmpeg

@@ -246,7 +246,7 @@ PKG_CONFIG_PATH+=":/usr/local/share/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfi
 export PKG_CONFIG_PATH
 
 buildEssentialLib() {
-  sudo apt-get install -y build-essential pkg-config autoconf m4 libtool curl -y
+  sudo apt-get install -y build-essential autoconf m4 libtool curl -y
 }
 buildEssentialLib