mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
comment; update win32 config.h
Original commit message from CVS: comment; update win32 config.h
This commit is contained in:
parent
c0b08f1bfb
commit
1233601cb4
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue