diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-05-03 14:25:41 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-05-03 14:25:41 +0000 |
commit | 7bb45c11d77959af5a48e53b9c52034a6fc8871d (patch) | |
tree | 73b0d27351739a96e2515381dfb285ad627f0665 | |
parent | 34e74e991401a7067125e67b3f9125a81c4f8780 (diff) | |
download | xine-lib-7bb45c11d77959af5a48e53b9c52034a6fc8871d.tar.gz xine-lib-7bb45c11d77959af5a48e53b9c52034a6fc8871d.tar.bz2 |
having DVDNAV_CFLAGS globally is not necessary any more, since spu_decoder_api.h
does not depend on nav_types.h any more
CVS patchset: 4756
CVS date: 2003/05/03 14:25:41
-rw-r--r-- | configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 173b1d7c1..3a9a80809 100644 --- a/configure.ac +++ b/configure.ac @@ -802,10 +802,7 @@ AC_ARG_WITH(external-dvdnav,[ --with-external-dvdnav Use external dvdnav libra if test x"$external_dvdnav" = "xyes"; then AM_PATH_DVDNAV(0.1.9, - [ - CFLAGS="$CFLAGS $DVDNAV_CFLAGS" - AC_DEFINE(HAVE_DVDNAV,1,[Define this if you have a suitable version of libdvdnav]) - ], + AC_DEFINE(HAVE_DVDNAV,1,[Define this if you have a suitable version of libdvdnav]), [AC_MSG_RESULT([*** no usable version of libdvdnav found, using internal copy ***])]) else AC_MSG_RESULT([Use included DVDNAV support]) |