#!/bin/sh

PKGS="gstreamer0.10-fluendo-plugins-aac gstreamer0.10-fluendo-plugins-h264 gstreamer0.10-fluendo-plugins-mpeg4 gstreamer0.10-fluendo-plugins-wmv gstreamer0.10-fluendo-plugins-mms gstreamer0.10-fluendo-plugins-mp3"

apt-get $APT_OPTIONS install -y --force-yes --ignore-missing $PKGS

