2008/5/11 Tatsuro MATSUOKA <[EMAIL PROTECTED]>: > Hello Xavier > > Today I and Michael personally exchaged the main about ffmpeg and video > packages. > Michael succeeded to compile to video packages after the modification. > If you are interested in his modificastion. > Please contact him.
Indeed, I could compile FFMpeg and the video package, but it required some tricks, especially on the FFMpeg front, because this one can not be compiled by MSVC (but I discovered that gcc can link executables against the same runtime version as MSVC2005; it's still quite buggy, but with some patience and motivation, there's hope...) Unfortunately, when testing the video package, octave crashed and libavcodec reported an error message about data alignment, because of buggy compiler (the message tells me to try with gcc >= 4.2). I compiled FFMpeg with cygwin gcc-3.4.4 with the -mno-cygwin flag (and -lmsvcr80 link flag). Does anyone have any clue about this problem. Michael. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
