mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
configure.ac: Disable dvdnavsrc for now.
Original commit message from CVS: * configure.ac: Disable dvdnavsrc for now.
This commit is contained in:
parent
57d8b3a5fc
commit
237953af4e
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-02-26 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* configure.ac:
|
||||
Disable dvdnavsrc for now.
|
||||
|
||||
2006-02-26 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -298,6 +298,11 @@ GST_CHECK_FEATURE(DVDNAV, [dvdnav library], dvdnavsrc, [
|
|||
HAVE_DVDNAV="no"
|
||||
])
|
||||
AS_SCRUB_INCLUDE(DVDNAV_CFLAGS)
|
||||
|
||||
dnl disabled until plugin is fully functional
|
||||
HAVE_DVDNAV=no
|
||||
], disabled, , [
|
||||
AC_MSG_NOTICE([dvdnavsrc not stable yet, not building])
|
||||
])
|
||||
|
||||
dnl *** lame ***
|
||||
|
|
Loading…
Reference in a new issue