Here are some minor nits in compilling and configure.  In CVS
from today.  On a freebsd 5 system, things in their default places.

I need to 
SDL_CONFIG=/usr/local/bin/sdl11-config                    \
MOC=/usr/X11R6/bin/moc2 LIBQT="-lqt2"                     \
./configure --with-qt-includes=/usr/X11R6/include/qt2"

to get configure to complete.  So a test for qt header files would
be nice.

Also to complete a build I needed to fix:

because of include/renderer.h lib/impl_video.cpp needs to
-I$(X11_INCLUDE)
  
plugins/libffmpeg/libavcodec/common.c wants netinet./in.h for htonl,
freebsd has it in #include <sys/param.h>

plugins/libffmpeg/libavcodec/dsputil.h wants #include <stdint.h> I
dunno why

samples/misc/avimake.cpp needs to -I/usr/local/include for jpeg
headers

avimake needs -ljpeg

        --Mat


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

Reply via email to