diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-20 23:22:05 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-20 23:22:05 +0000 |
commit | 8851e75bee392ae8fb3a03bd9697b9e4c51c4cc4 (patch) | |
tree | 8d6379681a2dd8ccecb7c78fc8ac12cc35046322 /configure.ac | |
parent | a108514e7ac621aef307e3c122baba34ec0aa3d0 (diff) | |
download | gst-plugins-bad-8851e75bee392ae8fb3a03bd9697b9e4c51c4cc4.tar.gz gst-plugins-bad-8851e75bee392ae8fb3a03bd9697b9e4c51c4cc4.tar.bz2 gst-plugins-bad-8851e75bee392ae8fb3a03bd9697b9e4c51c4cc4.zip |
cleaned some more
Original commit message from CVS:
cleaned some more
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 3874d6ec..40062c7d 100644 --- a/configure.ac +++ b/configure.ac @@ -947,10 +947,6 @@ if test "x$HAVE_LIBJPEG" = xyes; then AC_DEFINE(HAVE_LIBJPEG) fi -if test "x$HAVE_LIBSDL" = xyes; then - AC_DEFINE(HAVE_LIBSDL) -fi - if test "x$HAVE_LIBHERMES" = "xyes"; then AC_DEFINE(HAVE_LIBHERMES) fi @@ -959,6 +955,7 @@ if test "x$HAVE_LIBDVDREAD" = xyes; then AC_DEFINE(HAVE_LIBDVDREAD) fi +dnl FIXME: I think these can go if test "x$HAVE_LINUX_CDROM" = xyes; then AC_DEFINE(HAVE_LINUX_CDROM) fi |