From c51a32d16e43ca3bda9e22a8c184fedd46f2e0b4 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 6 Jan 2016 16:15:30 -0600 Subject: system/virtualbox: Enabled vpx and pulseaudio Signed-off-by: Robby Workman --- system/virtualbox/README | 3 --- system/virtualbox/virtualbox.SlackBuild | 19 +------------------ 2 files changed, 1 insertion(+), 21 deletions(-) (limited to 'system') diff --git a/system/virtualbox/README b/system/virtualbox/README index 6a9da63a9b..283c5faba6 100644 --- a/system/virtualbox/README +++ b/system/virtualbox/README @@ -19,9 +19,6 @@ This will require jdk as optional dependency. If you want to attach VirtualBox to a VDE network you will need vde2. -If you want to be able to capture the video output of your virtual -hosts you will need libvpx, then pass to the script VPX=yes. - See README.SLACKWARE for some setup notes. NOTE: This will not build on a stock x86_64 system. diff --git a/system/virtualbox/virtualbox.SlackBuild b/system/virtualbox/virtualbox.SlackBuild index 26e1d33011..67e22f4fb3 100644 --- a/system/virtualbox/virtualbox.SlackBuild +++ b/system/virtualbox/virtualbox.SlackBuild @@ -77,21 +77,6 @@ else java="" fi -# Enable vpx support for video capturing -if [ "${VPX:-no}" = "no" ]; then - libvpx="--disable-libvpx" -else - libvpx="" -fi - -# Enable pulseaudio integration -if [ "${PULSE:-no}" = "no" ]; then - libpulse="--disable-pulse" -else - libpulse="" -fi - - if [ "${WEBSERVICE:-no}" = "no" ]; then web_service="" vboxwebsrv="" @@ -156,9 +141,7 @@ CXXFLAGS="$SLKCFLAGS" \ $web_service \ $harden \ $gui \ - $java \ - $libvpx \ - $libpulse + $java . ./env.sh -- cgit v1.2.3