From 77040f373d355ea84c8e219e3e6d6da7296b9648 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Mon, 28 Feb 2011 18:33:49 +0100 Subject: [PATCH 1/4] Automatic update of common submodule From 1de7f6a to 6aec6b9 --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common b/common index 1de7f6ab2d..6aec6b9716 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 1de7f6ab2d4bc1af69f06079cf0f4e2cbbfdc178 +Subproject commit 6aec6b9716c184c60c4bc6a5916a2471cfa8c8cd From 68e51f2a15907121bbd821b092796f443411a73c Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Thu, 27 Jan 2011 22:22:22 +0100 Subject: [PATCH 2/4] configure.ac: export plugin description more platform independent Fixes #642504. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 98e02137b2..ef809c15f7 100644 --- a/configure.ac +++ b/configure.ac @@ -183,7 +183,7 @@ AC_SUBST(GST_ALL_LDFLAGS) dnl this really should only contain flags, not libs - they get added before dnl whatevertarget_LIBS and -L flags here affect the rest of the linking -GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc\$\$' $GST_ALL_LDFLAGS" +GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc.*' $GST_ALL_LDFLAGS" AC_SUBST(GST_PLUGIN_LDFLAGS) dnl Add MacOSX specific flags From 4be4063fd943d361629d00f9c780c653614fb882 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Thu, 27 Jan 2011 22:22:02 +0100 Subject: [PATCH 3/4] configure.ac: cygwin/mingw32; enable linking static non-import libs ... such as to internal ffmpeg static libs. Fixes #642507. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index ef809c15f7..66a61cb84c 100644 --- a/configure.ac +++ b/configure.ac @@ -41,6 +41,8 @@ dnl we override it here if we need to for the release candidate of new series GST_MAJORMINOR=0.10 AC_SUBST(GST_MAJORMINOR) +AG_GST_LIBTOOL_PREPARE + AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL From 74145fb2e50c74990433ba42404be159232736c8 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Sun, 23 Jan 2011 14:43:26 +0100 Subject: [PATCH 4/4] configure.ac: no need to mess with AS --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 66a61cb84c..c66e75c0c9 100644 --- a/configure.ac +++ b/configure.ac @@ -79,9 +79,6 @@ dnl find a compiler AC_PROG_CC AC_PROG_CC_STDC -# FIXME: is this line needed? -AS="${CC}" - dnl check if the compiler supports '-c' and '-o' options AM_PROG_CC_C_O