From c34fa140d0c16ce688e42947a8668049ce22cdb7 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 26 Feb 2008 10:09:38 +0000 Subject: configure.ac: Detect and indicate if GCC inline assembly syntax is available. Original commit message from CVS: * configure.ac: Detect and indicate if GCC inline assembly syntax is available. * gst/goom/Makefile.am: * gst/goom/convolve_fx.c: * gst/goom/flying_stars_fx.c: * gst/goom/goom_config.h: * gst/goom/goom_core.c: * gst/goom/goomsl.c: * gst/goom/ifs.c: * gst/goom/mmx.c: * gst/goom/plugin_info.c: * gst/goom/xmmx.c: Fix various GCC-isms, and only build the inline assembly with compilers that support GCC inline assembly. Fix a couple of other warnings shown with Forte. --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common b/common index 1c5138ef..e746d20e 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 1c5138efc5679d9eaee66c84dcfabdec5b727493 +Subproject commit e746d20ef536a73aea9964666c7d5f6d5c9465df -- cgit