. "$GRIMOIRE/FUNCTIONS"
           SPELL=faad2
if [ "$FAAD2_BRANCH" = "scm" ]; then
         VERSION=$(get_scm_version)
          SOURCE=$SPELL-cvs.tar.bz2
   SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/faac:faad2
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
else
         VERSION=2.10.0
  SECURITY_PATCH=1
	 XVERSION=${VERSION//./_}
     SOURCE_HASH=sha512:92c8b5e79f85b7a7caac9e7954959c26d74ef148a658dcb37e2c1b303fc2fcc5a0d12f21e7bd476870498109bdd03916a56c13f578186a69d6eceb103222e771
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$XVERSION
   SOURCE_URL[0]=https://github.com/knik0/faad2/archive/${XVERSION}.tar.gz
fi
        WEB_SITE=http://www.audiocoding.com/
      LICENSE[0]=GPL
         ENTERED=20030203
        KEYWORDS="iso audio libs"
           SHORT="FAAD2 is the fastest ISO AAC audio decoder available."
cat << EOF
FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly decodes
all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC files.
There is a stable version of FAAD2 available, source code can be downloaded on
the download page. The advantage of this new library is the lack of copyrighted
code written by third parties. Further it is coded much cleaner and will give a
much better understanding of the AAC coding algorithms.
EOF
