소스 검색

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