Skip to content

Commit

Permalink
need ffmpeg for comskip
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Oct 9, 2018
1 parent b5b5512 commit 69e3a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mv /tmp/scripts-master/shell/arch/docker/*.sh /root/
####

# define pacman packages
pacman_packages="git wget"
pacman_packages="git wget libx264 libvpx"

# install compiled packages using pacman
if [[ ! -z "${pacman_packages}" ]]; then
Expand All @@ -39,7 +39,7 @@ source /root/aor.sh
####

# define aur packages
aur_packages="tvheadend comskip"
aur_packages="ffmpeg-headless comskip tvheadend"

# call aur install script (arch user repo)
source /root/aur.sh
Expand Down

0 comments on commit 69e3a4f

Please sign in to comment.