Fix r4483, close conditionals (i was a bit zealous in cutting.)

Originally committed to SVN as r4484.
This commit is contained in:
Amar Takhar 2010-06-12 06:51:25 +00:00
parent 74905e5f4d
commit b1a0142c93
1 changed files with 2 additions and 0 deletions

View File

@ -1165,6 +1165,7 @@ if ! test -z "$with_provider_video"; then
else
if test "$with_provider_ffmpegsource" = "yes"; then
default_provider_video="ffmpegsource"
fi
fi
AC_DEFINE_UNQUOTED([DEFAULT_PROVIDER_VIDEO], ["$default_provider_video"], [Default Video Provider.])
@ -1174,6 +1175,7 @@ if ! test -z "$with_provider_audio"; then
else
if test "$with_provider_ffmpegsource" = "yes"; then
default_provider_audio="ffmpegsource"
fi
fi
AC_DEFINE_UNQUOTED([DEFAULT_PROVIDER_AUDIO], ["$default_provider_audio"], [Default Video Provider.])