mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
configure.ac: Don't check for nav_print.h any more - it should be included in the libdvdnav development package if li...
Original commit message from CVS: * configure.ac: Don't check for nav_print.h any more - it should be included in the libdvdnav development package if libdvdnav headers depend on it. Fixes: #543846
This commit is contained in:
parent
7f21077a80
commit
b51449357b
2 changed files with 7 additions and 5 deletions
|
@ -1,3 +1,10 @@
|
|||
2008-07-21 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* configure.ac:
|
||||
Don't check for nav_print.h any more - it should be included in
|
||||
the libdvdnav development package if libdvdnav headers depend on it.
|
||||
Fixes: #543846
|
||||
|
||||
2008-07-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -517,11 +517,6 @@ AG_GST_CHECK_FEATURE(DVDNAV, [dvdnav library], resindvd, [
|
|||
AC_DEFINE(DVDNAV_OLD, 1, [Define if an old libdvdnav is used])
|
||||
fi
|
||||
fi
|
||||
dnl now check for dvdread/nav_print.h - see #133002
|
||||
AC_CHECK_HEADER(dvdread/nav_print.h, , [
|
||||
AC_MSG_WARN([header dvdread/nav_print.h from dvdread missing])
|
||||
HAVE_DVDNAV="no"
|
||||
], [ #include "_stdint.h" ])
|
||||
AS_SCRUB_INCLUDE(DVDNAV_CFLAGS)
|
||||
])
|
||||
|
||||
|
|
Loading…
Reference in a new issue