mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
- plugins are built without versioning info
Original commit message from CVS: - plugins are built without versioning info
This commit is contained in:
parent
a7465f6f46
commit
7304bf825b
11 changed files with 13 additions and 0 deletions
|
@ -239,6 +239,8 @@ AC_SUBST(X_LIBS)
|
|||
dnl ==========================================================================
|
||||
dnl ============================= gst plugins ================================
|
||||
dnl ==========================================================================
|
||||
GST_PLUGIN_LDFLAGS='-module -avoid-version'
|
||||
AC_SUBST(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
GST_PLUGINS_ALL="\
|
||||
ac3parse adder audioscale auparse avi chart\
|
||||
|
|
|
@ -5,5 +5,6 @@ plugin_LTLIBRARIES = libgstaasink.la
|
|||
libgstaasink_la_SOURCES = gstaasink.c
|
||||
libgstaasink_la_CFLAGS = $(GST_CFLAGS) $(AALIB_CFLAGS)
|
||||
libgstaasink_la_LIBADD = $(GST_LIBS) $(AALIB_LIBS)
|
||||
libgstaasink_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = gstaasink.h
|
||||
|
|
|
@ -5,6 +5,7 @@ plugin_LTLIBRARIES = libgstdvdec.la
|
|||
libgstdvdec_la_SOURCES = gstdvdec.c
|
||||
libgstdvdec_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstdvdec_la_LIBADD = $(GST_LIBS) $(DV_LIBS)
|
||||
libgstdvdec_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = gstdvdec.h
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ plugin_LTLIBRARIES = libesdsink.la
|
|||
libesdsink_la_SOURCES = esdsink.c
|
||||
libesdsink_la_CFLAGS = $(GST_CFLAGS) $(ESD_CFLAGS)
|
||||
libesdsink_la_LIBADD = $(GST_LIBS) $(ESD_LIBS)
|
||||
libesdsink_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = esdsink.h
|
||||
EXTRA_DIST = README
|
||||
|
|
|
@ -5,5 +5,6 @@ plugin_LTLIBRARIES = libgstflac.la
|
|||
libgstflac_la_SOURCES = gstflac.c gstflacenc.c gstflacdec.c
|
||||
libgstflac_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstflac_la_LIBADD = $(GST_LIBS) $(FLAC_LIBS)
|
||||
libgstflac_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = gstflacenc.h gstflacdec.h
|
||||
|
|
|
@ -7,5 +7,6 @@ libgstjpeg_la_CFLAGS = $(GST_CFLAGS)
|
|||
## FIXME: check these CFLAGS
|
||||
## -O3 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math -DNDEBUG
|
||||
libgstjpeg_la_LIBADD = $(GST_LIBS) $(JPEG_LIBS)
|
||||
libgstjpeg_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = gstjpegdec.h gstjpegenc.h
|
||||
|
|
|
@ -5,5 +5,6 @@ plugin_LTLIBRARIES = libgstladspa.la
|
|||
libgstladspa_la_SOURCES = gstladspa.c search.c load.c
|
||||
libgstladspa_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstladspa_la_LIBADD = $(GST_LIBS)
|
||||
libgstladspa_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = gstladspa.h ladspa.h utils.h
|
||||
|
|
|
@ -5,6 +5,7 @@ plugin_LTLIBRARIES = libgstmikmod.la
|
|||
libgstmikmod_la_SOURCES = gstmikmod.c drv_gst.c mikmod_reader.c mikmod_types.c
|
||||
libgstmikmod_la_CFLAGS = $(GST_CFLAGS) $(MIKMOD_CFLAGS)
|
||||
libgstmikmod_la_LIBADD = $(GST_LIBS) $(MIKMOD_LIBS)
|
||||
libgstmikmod_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = gstmikmod.h
|
||||
|
||||
|
|
|
@ -5,5 +5,6 @@ plugin_LTLIBRARIES = libgst1394.la
|
|||
libgst1394_la_SOURCES = gst1394.c gstdv1394src.c
|
||||
libgst1394_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgst1394_la_LIBADD = $(GST_LIBS) $(raw1394_LIBS)
|
||||
libgst1394_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = gstdv1394src.h
|
||||
|
|
|
@ -5,6 +5,7 @@ plugin_LTLIBRARIES = libgstsmoothwave.la
|
|||
libgstsmoothwave_la_SOURCES = gstsmoothwave.c
|
||||
libgstsmoothwave_la_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
||||
libgstsmoothwave_la_LIBADD = $(GST_LIBS) $(GTK_LIBS)
|
||||
libgstsmoothwave_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = gstsmoothwave.h
|
||||
|
||||
|
|
|
@ -5,8 +5,10 @@ plugin_LTLIBRARIES = libgstossaudio.la libgstosshelper.la
|
|||
libgstossaudio_la_SOURCES = gstosssink.c gstosssrc.c gstossaudio.c gstossgst.c
|
||||
libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstossaudio_la_LIBADD = $(GST_LIBS)
|
||||
libgstossaudio_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
libgstosshelper_la_SOURCES = gstosshelper.c
|
||||
libgstosshelper_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstosshelper.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue