Update of /cvsroot/audacity/audacity-src/src In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv5886/src
Modified Files: FFmpeg.cpp Log Message: Cosmetic: moved symbol loading. Index: FFmpeg.cpp =================================================================== RCS file: /cvsroot/audacity/audacity-src/src/FFmpeg.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- FFmpeg.cpp 28 Jun 2008 15:31:22 -0000 1.17 +++ FFmpeg.cpp 29 Jun 2008 06:15:26 -0000 1.18 @@ -597,14 +597,14 @@ INITDYN(avformat,guess_format); INITDYN(avformat,av_write_trailer); INITDYN(avformat,av_init_packet); + INITDYN(avformat,av_codec_get_id); + INITDYN(avformat,av_codec_get_tag); INITDYN(avcodec,avcodec_init); INITDYN(avcodec,avcodec_find_encoder); INITDYN(avcodec,avcodec_find_encoder_by_name); INITDYN(avcodec,avcodec_find_decoder); INITDYN(avcodec,avcodec_find_decoder_by_name); - INITDYN(avformat,av_codec_get_id); - INITDYN(avformat,av_codec_get_tag); INITDYN(avcodec,avcodec_string); INITDYN(avcodec,avcodec_get_context_defaults); INITDYN(avcodec,avcodec_alloc_context); ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Audacity-cvs mailing list Audacity-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/audacity-cvs