forked from mia/Aegisub
Set with_provider_ffmpegsource="no" if libpostproc is not detected.
Originally committed to SVN as r2536.
This commit is contained in:
parent
85f0e5e7f0
commit
f838d6172d
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue