mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
removing versioning please check ;)
Original commit message from CVS: removing versioning please check ;)
This commit is contained in:
parent
96e19b930b
commit
2a75dee620
3 changed files with 7 additions and 2 deletions
|
@ -329,6 +329,11 @@ main() { atomic_t t; atomic_set(&t,0); atomic_inc(&t); atomic_add(1,&t);return 0
|
||||||
])
|
])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
dnl ==========================================================================
|
||||||
|
dnl ============================= gst plugins ================================
|
||||||
|
dnl ==========================================================================
|
||||||
|
GST_PLUGIN_LDFLAGS='-module -avoid-version'
|
||||||
|
AC_SUBST(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
dnl ######################################################################
|
dnl ######################################################################
|
||||||
dnl # Check command line parameters, and set shell variables accordingly #
|
dnl # Check command line parameters, and set shell variables accordingly #
|
||||||
|
|
|
@ -20,7 +20,7 @@ libgstelements_la_SOURCES = \
|
||||||
gstmd5sink.c
|
gstmd5sink.c
|
||||||
libgstelements_la_CFLAGS = $(GST_CFLAGS)
|
libgstelements_la_CFLAGS = $(GST_CFLAGS)
|
||||||
libgstelements_la_LIBADD = $(GST_LIBS)
|
libgstelements_la_LIBADD = $(GST_LIBS)
|
||||||
libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
libgstelements_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gstfakesrc.h \
|
gstfakesrc.h \
|
||||||
|
|
|
@ -20,7 +20,7 @@ libgstelements_la_SOURCES = \
|
||||||
gstmd5sink.c
|
gstmd5sink.c
|
||||||
libgstelements_la_CFLAGS = $(GST_CFLAGS)
|
libgstelements_la_CFLAGS = $(GST_CFLAGS)
|
||||||
libgstelements_la_LIBADD = $(GST_LIBS)
|
libgstelements_la_LIBADD = $(GST_LIBS)
|
||||||
libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
libgstelements_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gstfakesrc.h \
|
gstfakesrc.h \
|
||||||
|
|
Loading…
Reference in a new issue