Skip to content

Commit 69e3a4f

Browse files
committed
need ffmpeg for comskip
1 parent b5b5512 commit 69e3a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/root/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mv /tmp/scripts-master/shell/arch/docker/*.sh /root/
1919
####
2020

2121
# define pacman packages
22-
pacman_packages="git wget"
22+
pacman_packages="git wget libx264 libvpx"
2323

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

4141
# define aur packages
42-
aur_packages="tvheadend comskip"
42+
aur_packages="ffmpeg-headless comskip tvheadend"
4343

4444
# call aur install script (arch user repo)
4545
source /root/aur.sh

0 commit comments

Comments
 (0)