# FIXME:
# [...]/MPlayer-1.5/libao2/ao_openal.c:217:(.text+0x1fa): undefined reference to `alGetSourcei'
abinfo "Appending -lopenal linkage ..."
export LDFLAGS="${LDFLAGS} -lopenal"

# The vendored sources would never build with newer toolchains and causes
# reference conflicts whilst included.
abinfo "Removing vendored ffmpeg sources ..."
rm -rv "$SRCDIR"/ffmpeg

abinfo "Generating version information ..."
"$SRCDIR"/version.sh
