default_pre_build      &&
cd  $SOURCE_DIRECTORY  &&
# fix the pkgconfig file, avifile install header to include/avifile-0.7,
# not include/avifile
sedit  's:\(@includedir@/avifile\):\1-0.7:' avifile.pc.in  &&
# remove player and samples from the build, they both fail due to issues
# with newer gcc versions
sedit 's:player samples::'  Makefile.in
