From 49d345d9ef32b3a019cb7ec1f8d4546145c15b59 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 17 Dec 2001 18:37:01 +0000 Subject: building up speed Original commit message from CVS: building up speed --- acconfig.h | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 acconfig.h (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h new file mode 100644 index 00000000..0b2f1651 --- /dev/null +++ b/acconfig.h @@ -0,0 +1,60 @@ +#undef PACKAGE +#undef VERSION +#undef GST_VERSION_RELEASE + +/* Gettext stuff */ +#undef ENABLE_NLS +#undef HAVE_CATGETS +#undef HAVE_GETTEXT +#undef HAVE_LC_MESSAGES +#undef HAVE_STPCPY + +#undef USE_GLIB2 +#undef HAVE_LIBXML2 + +#undef PLUGINS_DIR +#undef PLUGINS_BUILDDIR +#undef PLUGINS_USE_BUILDDIR + +#undef GST_CONFIG_DIR +#undef GST_WIN32_LIBDIR + +#undef HAVE_CPU_I386 +#undef HAVE_CPU_PPC +#undef HAVE_CPU_ALPHA +#undef HAVE_CPU_ARM +#undef HAVE_CPU_SPARC + +#undef HAVE_RDTSC + +#undef HAVE_LIBGHTTP +#undef HAVE_LIBMMX +#undef HAVE_LIBXV +#undef HAVE_OSS +#undef HAVE_XAUDIO +#undef HAVE_LIBDVDREAD +#undef HAVE_VORBIS +#undef HAVE_AALIB +#undef HAVE_LIBMAD +#undef HAVE_LIBMIKMOD +#undef HAVE_LIBJPEG +#undef HAVE_LIBGSM +#undef HAVE_LIBSDL +#undef HAVE_LIBHERMES +#undef HAVE_NASM +#undef HAVE_A52DEC +#undef HAVE_MPEG2DEC +#undef HAVE_FLACLIB +#undef HAVE_LIBRTP +#undef HAVE_LINUX_CDROM +#undef HAVE_LINUX_VIDEODEV +#undef HAVE_LIBSDL +#undef HAVE_LIBOPENQUICKTIME + +#undef HAVE_ATOMIC_H + +#undef GST_DEBUG_ENABLED +#undef GST_INFO_ENABLED +#undef GST_DEBUG_COLOR + +#undef GST_DISABLE_LOADSAVE -- cgit v1.2.1