Skip to content

Commit

Permalink
Comment out apt install of FFmpeg source built libs
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat2004 committed Jan 3, 2020
1 parent 6468400 commit 86226e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions opencvDirectInstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fi


execute sudo apt-get update
execute sudo apt-get install build-essential curl g++ cmake cmake-curses-gui git pkg-config checkinstall -y
execute sudo apt-get install build-essential curl g++ cmake cmake-curses-gui git pkg-config checkinstall yasm -y
execute sudo apt-get install libopenblas-dev liblapacke-dev libatlas-base-dev gfortran -y

spatialPrint "Image manipulation libraries"
Expand Down Expand Up @@ -134,9 +134,9 @@ execute sudo apt-get install libxine2-dev -y

spatialPrint "Codecs"
# execute sudo apt-get install libswscale-dev libavformat-dev libavutil-dev libavcodec-dev -y
execute sudo apt-get install libfaac-dev libmp3lame-dev -y
execute sudo apt-get install libopencore-amrnb-dev libopencore-amrwb-dev -y
execute sudo apt-get install yasm libtheora-dev libvorbis-dev libxvidcore-dev -y
# execute sudo apt-get install libfaac-dev libmp3lame-dev -y
# execute sudo apt-get install libopencore-amrnb-dev libopencore-amrwb-dev -y
# execute sudo apt-get install libtheora-dev libvorbis-dev libxvidcore-dev -y
execute sudo apt-get install libv4l-dev v4l-utils libdc1394-22-dev libdc1394-utils libgphoto2-dev -y # Uncommend if you want to enable other backends
execute sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly -y

Expand Down

0 comments on commit 86226e7

Please sign in to comment.