multimedia/ffmpeg: Disable building of opencl support.

This has just to many variables right now to build reliably.
Leave it commented out until the situation around libOpenCL has
improved.

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2013-11-03 11:00:16 +01:00 committed by Robby Workman
parent f4c2df5f4d
commit 72516c852f
2 changed files with 1 additions and 3 deletions

View file

@ -18,7 +18,6 @@ LADSPA=yes|no (default: no), requires ladspa_sdk
LAME=yes|no (default: yes), requires lame
MODPLUG=yes|no (default: no), requires libmodplug
OPENAL=yes|no (default: no), requires OpenAL
OPENCL=yes|no (default: no), requires opencl-headers
OPENCORE=yes|no (default: no), requires opencore-amr
OPENSSL=yes|no (default: no), creates non-redistributable binary
OPUS=yes|no (default: no), requires opus

View file

@ -93,7 +93,7 @@ libmodplug=""; [ "${MODPLUG:-no}" != "no" ] && libmodplug="--enable-libmod
libopus=""; [ "${OPUS:-no}" != "no" ] && libopus="--enable-libopus"
libtwolame=""; [ "${TWOLAME:-no}" != "no" ] && libtwolame="--enable-libtwolame"
ladspa=""; [ "${LADSPA:-no}" != "no" ] && ladspa="--enable-ladspa"
opencl=""; [ "${OPENCL:-no}" != "no" ] && opencl="--enable-opencl"
#opencl=""; [ "${OPENCL:-no}" != "no" ] && opencl="--enable-opencl"
opencore_amr="" ; [ "${OPENCORE:-no}" != "no" ] && \
opencore_amr="--enable-libopencore-amrnb --enable-libopencore-amrwb"
@ -170,7 +170,6 @@ CXXFLAGS="$SLKCFLAGS" \
$libopus \
$libtwolame \
$ladspa \
$opencl \
$ssl
make