summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-07-21 21:12:25 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-07-21 21:12:25 +0000
commitb51449357b6295902d87475448e6232620e357ed (patch)
tree36f3c2336dfe10ccde720551bfedd66d5641013a /configure.ac
parent7f21077a802f3d3c144b086c969d54a36775992e (diff)
downloadgst-plugins-bad-b51449357b6295902d87475448e6232620e357ed.tar.gz
gst-plugins-bad-b51449357b6295902d87475448e6232620e357ed.tar.bz2
gst-plugins-bad-b51449357b6295902d87475448e6232620e357ed.zip
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 50ebcb74..d900d9fe 100644
--- a/configure.ac
+++ b/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)
])