default_pre_build          &&
cd $SOURCE_DIRECTORY 	   &&
#fix bad pkg-config files
sed -i \
-e '/^pkg.*{/,/^}/ s|\$libdir|\$\{prefix\}/lib|;s|\$incdir|\$\{prefix\}/include|'\
   configure &&
#s|\\\$|\$|;
sedit  '/#define LIBAVCODEC_VERSION_INT/i#if !defined INT64_C\n#if defined __WORDSIZE && __WORDSIZE == 64\n#define INT64_C(c) c ## L\n#else\n#define INT64_C(c) c ## LL\n#endif\n#endif'  libavcodec/avcodec.h

#cd libavcodec       &&
#case $FFAMR in
#    none);;
#    *)
#message amr-nb=$VERSION2         &&
#      unpack_file 2              &&
#      unzip ${VERSION2}*.zip     &&
#      mv c-code amr_float        &&
#message amr-nb-fixed=$VERSION3   &&
#      unpack_file 3              &&
#      unzip ${VERSION3}*.zip     &&
#      mv c-code amr              &&
#message amr-wb=$VERSION4         &&
#      unpack_file 4              &&
#      unzip ${VERSION4}*.zip     &&
#      mv c-code amrwb_float
#esac
