audio/xmms2: Fixed build with ffmpeg and noted it as an opt. dep.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2012-09-06 09:37:56 +02:00 committed by Robby Workman
parent 6bba9d3bbf
commit 9cb99b50d7
2 changed files with 5 additions and 0 deletions

View file

@ -4,3 +4,5 @@ flexible design. The goal is to make the system easy for developers to
maintain and integrate with. In terms of the listening experience, XMMS2
makes it possible for anyone to easily manage their music collection and to
interact with it in a flexible manner.
ffmpeg is an optional dependency.

View file

@ -52,6 +52,9 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
# This fixes building over the newer ffmpeg
sed -i "s|^\ \ \ \ flags\.enable_c_error.*||" wscript
export CCFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS"