From: Thomas Vander Stichele Date: Sun, 16 Oct 2005 13:55:41 +0000 (+0000) Subject: comment; update win32 config.h X-Git-Tag: RELEASE-0_9_4~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1233601cb4732ff0a17886325d487a4ceefc43fe;p=platform%2Fupstream%2Fgstreamer.git comment; update win32 config.h Original commit message from CVS: comment; update win32 config.h --- diff --git a/configure.ac b/configure.ac index 30acf15..eeebcfe 100644 --- a/configure.ac +++ b/configure.ac @@ -37,6 +37,7 @@ dnl - library source changed -> increment REVISION dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0 dnl - interfaces added -> increment AGE dnl - interfaces removed -> AGE = 0 +dnl sets GST_LT_LDFLAGS AS_LIBTOOL(GST, 7, 0, 0) AS_LIBTOOL_TAGS AM_PROG_LIBTOOL @@ -431,6 +432,8 @@ dnl I presume it is given that it contains the symbols that _() stuff maps to GST_ALL_LIBS="$GLIB_LIBS $LTLIBINTL" dnl LDFLAGS modifier defining exported symbols from built shared objects EXPORT_LDFLAGS="-export-symbols-regex [_]*\(gst_\|Gst\|GST_\).*" +dnl LDFLAGS 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_ALL_LDFLAGS="$EXPORT_LDFLAGS -no-undefined" AC_SUBST(GST_ALL_CFLAGS) AC_SUBST(GST_ALL_LIBS) diff --git a/win32/common/config.h b/win32/common/config.h index dc3a2f8..bbbe1ca 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -196,7 +196,7 @@ #undef PACKAGE_VERSION /* Define the plugin directory */ -#define PLUGINS_DIR PREFIX "\\lib\\gstreamer-0.9" +#define PLUGINDIR PREFIX "\\lib\\gstreamer-0.9" /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS