diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2002-03-21 23:44:14 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2002-03-21 23:44:14 +0000 |
commit | 1ca4ae60d2fd9190f24c57f311d84f2e56baaafa (patch) | |
tree | 0c5a0d8d1007bddbc9fbde3d05fe2cd9dcf1d16e /acconfig.h | |
parent | 5dbd908f00b0f2c194b977e9d1e29817732094e2 (diff) | |
download | gst-plugins-bad-1ca4ae60d2fd9190f24c57f311d84f2e56baaafa.tar.gz gst-plugins-bad-1ca4ae60d2fd9190f24c57f311d84f2e56baaafa.tar.bz2 gst-plugins-bad-1ca4ae60d2fd9190f24c57f311d84f2e56baaafa.zip |
acconfig.h usage deprecated
Original commit message from CVS:
acconfig.h usage deprecated
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/acconfig.h b/acconfig.h deleted file mode 100644 index b6e24c42..00000000 --- a/acconfig.h +++ /dev/null @@ -1,56 +0,0 @@ -#undef PACKAGE -#undef VERSION -#undef GST_PLUGINS -#undef GST_PLUGINS_RELEASE -#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_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 GSM_HEADER_IN_SUBDIR - -#undef HAVE_ATOMIC_H - -#undef GST_DEBUG_ENABLED -#undef GST_INFO_ENABLED -#undef GST_DEBUG_COLOR - -#undef GST_DISABLE_LOADSAVE |