> The real problem is that it is not possible to build an application 
> using avifile without X-Window and heavy libraries. For example a little 
> program using avifile can't be linked or can't run without X-Window.

> So it is possible to cut libavifile in two libraries, one for avi file and 
> codec management, and another for graphical purpose ?

If you know a bit of autoconf and automake, you can savely kick out the
directories "lib/aviplay" and "lib/video" from the sourcetree (you must
remove them from configure.in and lib/Makefile.am).

You will then get a library, which can only read/write AVIs, but has no
player functionality. As far as I know, there won't be any references to X
libraries then. Only pthread is still required.

Note that the compilation of the programs (aviplay..) will also fail then,
so you might want to disable their subdirectories too.


_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to