Christian Marillat <[EMAIL PROTECTED]> writes: > Francesco Romani <[EMAIL PROTECTED]> writes: > >> Hi all > > Hi again, > >> I'd like the announce the avalability of transcode 1.0.4 RC 0, the first >> Release Candidate that will lead (hopefully) soon to transcode 1.0.4. >> ImageMagick 6.3.x HDR fix is the main missing piece to complete the >> 1.0.4 cycle, but it is expected (relatively) soon[1]. >> >> Beside the usual fixes, 1.0.4 release highlights are >> - Fix interaction of export audio modules with newer libavcodecs (done) >> - Drop gtk+ support (done) > > The configure script still contains checks for gtk+, would be nice if > you remove that.
Another problem, transcode doesn't build with a recent ffmpeg 2007/06/18. ,---- | aud_aux.c: In function 'audio_init_ffmpeg': | aud_aux.c:364: error: 'ac3_encoder' undeclared (first use in this function) | aud_aux.c:364: error: (Each undeclared identifier is reported only once | aud_aux.c:364: error: for each function it appears in.) | aud_aux.c:365: error: 'mp2_encoder' undeclared (first use in this function) | aud_aux.c: In function 'audio_encode_mp3': `---- Christian