diff options
author | wsnipex <wsnipex@a1.net> | 2012-09-21 15:50:01 +0200 |
---|---|---|
committer | wsnipex <wsnipex@a1.net> | 2012-10-10 10:39:59 +0200 |
commit | d48e3ff6490bd8503fa36bd1d5491982afda2ff5 (patch) | |
tree | af1aa9a2021734339cb95adfaf169ee072cceb8c /configure.in | |
parent | 8756dfbc0a8e511214bd4f42328954a55355562d (diff) |
configure: pass --external-ffmpeg down to pvr-addons, if enabled,
when building them intree
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 38f2e4793a..5d5eb55ae1 100644 --- a/configure.in +++ b/configure.in @@ -2730,11 +2730,15 @@ XB_CONFIG_MODULE([lib/gtest], [ ], [$SKIP_CONFIG_GTEST]) XB_CONFIG_MODULE([pvr-addons], [ + if test "$USE_EXTERNAL_FFMPEG" = 1; then + PVR_EXT_FFMPEG="--enable-external-ffmpeg" + fi ./configure \ --prefix="${prefix}" \ --host=$host_alias \ --build=$build_alias \ --target=$target_alias \ + $PVR_EXT_FFMPEG \ CC="$CC" \ CXX="$CXX" \ CFLAGS="$CFLAGS" \ |