default_pre_build &&
patch $SOURCE_DIRECTORY/src/input/input_cdda.c < ${SCRIPT_DIRECTORY}/input_cdda.patch  &&
cd  $SOURCE_DIRECTORY  &&
# fix a typo (missing quoting) so detection of ffmpeg-cvs works correctly
# compiles but fails to run otherwise
sedit  's/x$FFMPEG_POSTPROC_LIBS/"\0"/'  configure  &&
sedit  's/$(FFMPEG_LIBS)/\0 $(FFMPEG_POSTPROC_LIBS)/'  src/libffmpeg/Makefile.in
