download_and_compile.sh: also install ffmpeg libraries for video encoding support.
This commit is contained in:
parent
d7abbaa10f
commit
52c0efedb7
@ -585,7 +585,8 @@ function _installOrUpdateDistroPackages(){
|
||||
if _elementIn "SIMGEAR" "${WHATTOBUILD[@]}" || \
|
||||
_elementIn "FGFS" "${WHATTOBUILD[@]}"; then
|
||||
PKG+=(zlib1g-dev freeglut3-dev libglew-dev libopenal-dev libboost-dev \
|
||||
liblzma-dev)
|
||||
liblzma-dev \
|
||||
libavcodec-dev libavutil-dev libswscale-dev libavformat-dev)
|
||||
|
||||
if ! _elementIn "OSG" "${WHATTOBUILD[@]}"; then
|
||||
_mandatory_pkg_alternative libopenscenegraph-3.4-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user