mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +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
b21da019f3
commit
827d3f924a
13 changed files with 15 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\
|
||||
|
|
|
@ -22,6 +22,7 @@ libgstarts_la_SOURCES = gst_arts.c gst_artsio.cc gst_artsio_impl.cc
|
|||
libgstarts_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstarts_la_CXXFLAGS = $(ARTS_CXXFLAGS) $(GST_CFLAGS)
|
||||
libgstarts_la_LIBADD = $(GST_LIBS) $(ARTS_LIBS)
|
||||
libgstarts_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
EXTRA_DIST = gst_artsio.idl
|
||||
else
|
||||
|
|
|
@ -5,5 +5,6 @@ plugin_LTLIBRARIES = libartsdsink.la
|
|||
libartsdsink_la_SOURCES = gstartsdsink.c
|
||||
libartsdsink_la_CFLAGS = $(GST_CFLAGS) $(ARTSC_CFLAGS)
|
||||
libartsdsink_la_LIBADD = $(GST_LIBS) $(ARTSC_LIBS)
|
||||
libartsdsink_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = gstartsdsink.h
|
||||
|
|
|
@ -5,9 +5,11 @@ plugin_LTLIBRARIES = libafsink.la libafsrc.la
|
|||
libafsink_la_SOURCES = gstafsink.c
|
||||
libafsink_la_CFLAGS = $(GST_CFLAGS)
|
||||
libafsink_la_LIBADD = $(GST_LIBS) $(AUDIOFILE_LIBS)
|
||||
libafsink_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
libafsrc_la_SOURCES = gstafsrc.c
|
||||
libafsrc_la_CFLAGS = $(GST_CFLAGS)
|
||||
libafsrc_la_LIBADD = $(GST_LIBS) $(AUDIOFILE_LIBS)
|
||||
libafsrc_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = gstafsink.h gstafsrc.h
|
||||
|
|
|
@ -5,6 +5,7 @@ plugin_LTLIBRARIES = libgstgsm.la
|
|||
libgstgsm_la_SOURCES = gstgsm.c gstgsmdec.c gstgsmenc.c
|
||||
libgstgsm_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstgsm_la_LIBADD = $(GST_LIBS) $(GSM_LIBS)
|
||||
libgstgsm_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = gstgsmenc.h gstgsmdec.h
|
||||
|
||||
|
|
|
@ -17,5 +17,6 @@ endif
|
|||
libgstcolorspace_la_SOURCES = gstcolorspace.c yuv2yuv.c yuv2rgb.c rgb2yuv.c $(ARCHSRCS)
|
||||
libgstcolorspace_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstcolorspace_la_LIBADD = $(GST_LIBS) $(PLUGIN_EXTRA_LIBS)
|
||||
libgstcolorspace_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = gstcolorspace.h yuv2rgb.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
|
||||
|
|
|
@ -6,5 +6,6 @@ libsdlvideosink_la_SOURCES = sdlvideosink.c
|
|||
## FIXME I have my doubts about these opti flags
|
||||
libsdlvideosink_la_CFLAGS = $(GST_CFLAGS) $(SDL_CFLAGS) -ffast-math -finline-functions
|
||||
libsdlvideosink_la_LIBADD = $(GST_LIBS) $(SDL_LIBS)
|
||||
libsdlvideosink_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = sdlvideosink.h
|
||||
|
|
|
@ -5,5 +5,6 @@ plugin_LTLIBRARIES = libgstshout.la
|
|||
libgstshout_la_SOURCES = gstshout.c
|
||||
libgstshout_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstshout_la_LIBADD = $(GST_LIBS) $(SHOUT_LIBS)
|
||||
libgstshout_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = gstshout.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,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
|
||||
|
||||
|
|
|
@ -7,5 +7,6 @@ EXTRA_DIST = qcam-os.c qcam-Linux.c
|
|||
libgstqcam_la_SOURCES = gstqcamsrc.c qcam-lib.c exposure.c
|
||||
libgstqcam_la_CFLAGS = -O2 $(GST_CFLAGS)
|
||||
libgstqcam_la_LIBADD = $(GST_LIBS)
|
||||
libgstqcam_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = gstqcamsrc.h qcam-os.h qcam.h qcamip.h qcam-Linux.h
|
||||
|
|
|
@ -5,5 +5,6 @@ plugin_LTLIBRARIES = libvcdsrc.la
|
|||
libvcdsrc_la_SOURCES = vcdsrc.c
|
||||
libvcdsrc_la_CFLAGS = $(GST_CFLAGS)
|
||||
libvcdsrc_la_LIBADD = $(GST_LIBS)
|
||||
libvcdsrc_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = vcdsrc.h
|
||||
|
|
Loading…
Reference in a new issue