Update of /cvsroot/pure-data/externals/pidip/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27081
Modified Files: pidip_config.h pidip_config.h.in Log Message: added QUICKTIME_NEWER
Index: pidip_config.h =================================================================== RCS file: /cvsroot/pure-data/externals/pidip/include/pidip_config.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pidip_config.h 9 Jul 2005 19:35:40 -0000 1.2 --- pidip_config.h 11 Dec 2006 23:04:36 -0000 1.3 *************** *** 1,3 **** --- 1,9 ---- /* include/pidip_config.h. Generated by configure. */ + /* quicktime library minor version */ + #define QUICKTIME_NEWER 1 + + /* Define to 1 if you have image magick */ + #define HAVE_IMAGE_MAGICK 1 + /* Define to 1 if you have ffmpeg source tree */ /* #undef HAVE_PIDIP_FFMPEG */
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.2 diff -C2 -d -r1.1 -r1.2 *** pidip_config.h.in 30 Mar 2004 03:06:25 -0000 1.1 --- pidip_config.h.in 11 Dec 2006 23:04:36 -0000 1.2 *************** *** 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