[Spice-devel] [PATCH 1/3] autotools: Add automake conditional for gstreamer

Christophe Fergeau cfergeau at redhat.com
Mon Jan 16 10:10:41 UTC 2017


On Sun, Jan 15, 2017 at 06:12:20PM +0200, Snir Sheriber wrote:
> Adding conditional for having gstreamer_0_10 or gstreamer_1_0
> ---
>  configure.ac | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configure.ac b/configure.ac
> index a78b4ec..f95239b 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -101,6 +101,7 @@ if test "x$enable_gstreamer" != "xno" && test "x$enable_gstreamer" != "x1.0"; th
>      ])
>  fi
>  AM_CONDITIONAL(HAVE_GSTREAMER_0_10, test "x$have_gstreamer_0_10" = "xyes")
> +AM_CONDITIONAL(HAVE_GSTREAMER, test "x$have_gstreamer_0_10" = "xyes" || test "x$have_gstreamer_1_0" = "xyes")

Looks good to me, but see my comment on patch 3/3

Reviewed-by: Christophe Fergeau <cfergeau at redhat.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20170116/dd026536/attachment-0001.sig>


More information about the Spice-devel mailing list