mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
cleaned some more
Original commit message from CVS: cleaned some more
This commit is contained in:
parent
a108514e7a
commit
8851e75bee
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue