default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

# really fix for gcc-4.4.0
if spell_ok gcc && [[ $(installed_version gcc) > 4.3.99 ]]; then
  sed -i "s/^char/const char/" common/mp4v2/mpeg4ip.h &&
  sed -i "s/^\(.*strcasestr\)/\/\/ This is in libc and conflicts: \1 /" common/mp4v2/mpeg4ip.h
fi
