Skip to content

Commit

Permalink
jpegenc 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sasgas committed Mar 20, 2023
1 parent f1a545a commit b7a7f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_gstreamer1185.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -x #echo on
cd ~
pip3 uninstall -y meson
pip3 install meson==0.59.0
yum -y install flex bison libmount-devel; yum -y clean all
yum -y install flex bison libmount-devel libjpeg-turbo-devel; yum -y clean all
wget -nv --no-check-certificate --content-disposition https://github.com/GStreamer/gst-build/archive/refs/tags/1.18.5.tar.gz
tar xf gst-build-1.18.5.tar.gz
cd gst-build-1.18.5
Expand Down

0 comments on commit b7a7f22

Please sign in to comment.