On Sun, 2008-01-06 at 14:32 -0500, patrick wrote: > hi, > > using ubuntu gutsy:
attached patch (will be included in 1.0.6) should fix the problem I'm also tempted to provide some unofficial 1.0.5/1.0.6/1.1.0* transcode packages for gutsy and beyond, of course with minimal changes to debian-multimedia ones, since ubuntu packagers are still stuck on (ancient) 1.0.2... Bests, -- Francesco Romani // Ikitt [ Out of memory. ~ We wish to hold the whole sky, ~ But we never will. ]
Index: import/af6_decore.cpp =================================================================== RCS file: /cvstc/transcode/import/Attic/af6_decore.cpp,v retrieving revision 1.14 diff -u -r1.14 af6_decore.cpp --- import/af6_decore.cpp 12 Jul 2005 06:49:27 -0000 1.14 +++ import/af6_decore.cpp 12 Jan 2008 11:50:23 -0000 @@ -35,6 +35,7 @@ #if HAVE_AVIFILE_INCLUDES == 7 #include <avifile-0.7/avm_fourcc.h> +#include <avifile-0.7/videodecoder.h> #include <avifile-0.7/avifile.h> #include <avifile-0.7/image.h> #include <avifile-0.7/aviplay.h> @@ -45,6 +46,7 @@ #include <avifile-0.7/avm_creators.h> #elif HAVE_AVIFILE_INCLUDES == 0 #include <avifile/avm_fourcc.h> +#include <avifile/videodecoder.h> #include <avifile/avifile.h> #include <avifile/image.h> #include <avifile/aviplay.h>