Remove boost check, the macro I'm using has serious bugs that only shows up on some systems.

Originally committed to SVN as r3659.
This commit is contained in:
Amar Takhar 2009-10-09 15:21:59 +00:00
parent a67728516e
commit 0227c77de4
1 changed files with 5 additions and 5 deletions

View File

@ -680,12 +680,12 @@ else
with_provider_ffmpegsource="no"
fi
BOOST_REQUIRE([boost_required_version])
BOOST_FIND_HEADER([boost/format.hpp], [found_boost="no"; with_provider_ffmpegsource="no"])
#BOOST_REQUIRE([boost_required_version])
#BOOST_FIND_HEADER([boost/format.hpp], [found_boost="no"; with_provider_ffmpegsource="no"])
if test "$found_boost" = "no"; then
AC_MSG_WARN([Boost is required for FFmpegSource support.])
fi
#if test "$found_boost" = "no"; then
# AC_MSG_WARN([Boost is required for FFmpegSource support.])
#fi
AM_CONDITIONAL([HAVE_PROVIDER_FFMPEGSOURCE], [test "$with_provider_ffmpegsource" = "yes"])
AC_SUBST(LIBPOSTPROC_LIBS)