Update of /cvsroot/pure-data/externals/pidip/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32601/include
Modified Files: Tag: branch-v0-39-2-extended pdp_streaming.h pidip_config.h.in Log Message: imported recent changes from HEAD; quick kludge for absolute path to pdp_colorgrid background image; fixed object name in pdp_colorgrid help
Index: pdp_streaming.h =================================================================== RCS file: /cvsroot/pure-data/externals/pidip/include/pdp_streaming.h,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** pdp_streaming.h 14 Nov 2004 22:52:21 -0000 1.2 --- pdp_streaming.h 10 May 2007 05:03:57 -0000 1.2.2.1 *************** *** 31,34 **** int height; struct timeval etime; // valid until 2038 ! int clength; } t_hpacket; --- 31,34 ---- int height; struct timeval etime; // valid until 2038 ! unsigned int clength; } t_hpacket;
Index: pidip_config.h.in =================================================================== RCS file: /cvsroot/pure-data/externals/pidip/include/pidip_config.h.in,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** pidip_config.h.in 30 Mar 2004 03:06:25 -0000 1.1 --- pidip_config.h.in 10 May 2007 05:03:57 -0000 1.1.2.1 *************** *** 1,2 **** --- 1,8 ---- + /* quicktime library minor version */ + #undef QUICKTIME_NEWER + + /* Define to 1 if you have image magick */ + #undef HAVE_IMAGE_MAGICK + /* Define to 1 if you have ffmpeg source tree */ #undef HAVE_PIDIP_FFMPEG