Skip to content

Commit

Permalink
update gstreamer version to 1.0 in archlinux install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Knofe committed Feb 15, 2013
1 parent 56ff1ef commit 5512016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/linux/archlinux/install_codecs.sh
@@ -1,2 +1,2 @@
pacman -Sy --needed mpg123 gstreamer0.10-ugly-plugins gstreamer0.10-ffmpeg
pacman -Sy --needed mpg123 gst-plugins-ugly

2 changes: 1 addition & 1 deletion scripts/linux/archlinux/install_dependencies.sh
Expand Up @@ -10,7 +10,7 @@ if [ $EUID != 0 ]; then
exit 1
fi

pacman -Sy --needed make pkg-config gcc openal python-lxml glew freeglut freeimage jack gstreamer0.10-good-plugins gstreamer0.10-bad-plugins portaudio
pacman -Sy --needed make pkg-config gcc openal python-lxml glew freeglut freeimage jack gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-libav portaudio

exit_code=$?
if [ $exit_code != 0 ]; then
Expand Down

0 comments on commit 5512016

Please sign in to comment.