Set with_provider_ffmpegsource="no" if libpostproc is not detected.

Originally committed to SVN as r2536.
This commit is contained in:
Amar Takhar 2008-12-27 11:45:38 +00:00
parent 85f0e5e7f0
commit f838d6172d
1 changed files with 3 additions and 0 deletions

View File

@ -488,7 +488,10 @@ if test "$with_ffmpegsource" != "no"; then
found_video_provider="yes"
with_provider_ffmpegsource="yes"
AC_DEFINE(WITH_FFMPEGSOURCE, 1, [Enable FFmpegSource2 Video Provider])
else
with_provider_ffmpegsource="no"
fi
fi
AC_SUBST(POSTPROC_LDFLAGS)