while preparing the package for debian, i noticed two more issues:
- - the (lib)v4l check in configure seems to be confused. namely
AC_CHECK_HEADERS([libv4l1-videodev.h], have_v4l="yes")
AC_CHECK_HEADERS([linux/videodev.h], have_libv4l="yes")
seems to be reversed: if libv4l1-videodev.h is found, then libv4l is
installed; if linux/videodev.h then the (old, deprecated)
kernel-header for native v4l1 support is detected. the attached patch
swaps the two checks.
thanks for the patch.
- - closing the glx window quits Pd without error :-(
strange. for me window close doesn't work at all (tried on xmonad and
xfce4)
what window manager are you using?
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list