Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

Commit

Permalink
Remove bundled ffmpeg from dependencies script
Browse files Browse the repository at this point in the history
  • Loading branch information
kbhomes committed Jan 3, 2019
1 parent e3574b7 commit ce2fe29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies/dependencies.sh
Expand Up @@ -18,8 +18,8 @@ echo "Installing necessary dependencies for moonlight-switch"
$PACMAN -S --needed --noconfirm \
switch-pkg-config devkitpro-pkgbuild-helpers \
switch-sdl2 switch-sdl2_gfx switch-sdl2_ttf switch-sdl2_image \
switch-libexpat switch-libopus switch-bzip2 switch-zlib
switch-libexpat switch-bzip2 switch-zlib \
switch-libopus switch-ffmpeg

echo "Building and installing the bundled dependencies to $MOONLIGHT_DEPDIR"
(cd switch-libavcodec; $MAKEPKG --needed --noconfirm;)
(cd switch-openssl; $MAKEPKG --needed --noconfirm;)

0 comments on commit ce2fe29

Please sign in to comment.