diff options
-rw-r--r-- | include/pidip_config.h | 6 | ||||
-rw-r--r-- | include/pidip_config.h.in | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/include/pidip_config.h b/include/pidip_config.h index f4b864c..62dcbf1 100644 --- a/include/pidip_config.h +++ b/include/pidip_config.h @@ -1,4 +1,10 @@ /* 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 */ diff --git a/include/pidip_config.h.in b/include/pidip_config.h.in index 19730c1..d30a458 100644 --- a/include/pidip_config.h.in +++ b/include/pidip_config.h.in @@ -1,3 +1,9 @@ +/* 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 |