mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagi...
Original commit message from CVS: s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagically, and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
This commit is contained in:
parent
0dd72c66b4
commit
0f1d754932
22 changed files with 28 additions and 28 deletions
|
@ -5,6 +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@
|
||||
libgstaasink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstaasink.h
|
||||
|
|
|
@ -5,7 +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@
|
||||
libgstdvdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstdvdec.h
|
||||
|
||||
|
|
|
@ -5,12 +5,12 @@ plugin_LTLIBRARIES = libesdsink.la libesdmon.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@
|
||||
libesdsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
libesdmon_la_SOURCES = esdmon.c
|
||||
libesdmon_la_CFLAGS = $(GST_CFLAGS) $(ESD_CFLAGS)
|
||||
libesdmon_la_LIBADD = $(GST_LIBS) $(ESD_LIBS)
|
||||
libesdmon_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
libesdmon_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = esdsink.h
|
||||
EXTRA_DIST = README
|
||||
|
|
|
@ -5,6 +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@
|
||||
libgstflac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstflacenc.h gstflacdec.h
|
||||
|
|
|
@ -7,6 +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@
|
||||
libgstjpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstjpegdec.h gstjpegenc.h
|
||||
|
|
|
@ -5,6 +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@
|
||||
libgstladspa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstladspa.h ladspa.h utils.h
|
||||
|
|
|
@ -5,7 +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@
|
||||
libgstmikmod_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstmikmod.h
|
||||
|
||||
|
|
|
@ -5,6 +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@
|
||||
libgst1394_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstdv1394src.h
|
||||
|
|
|
@ -5,6 +5,6 @@ plugin_LTLIBRARIES = libgstauparse.la
|
|||
libgstauparse_la_SOURCES = gstauparse.c
|
||||
libgstauparse_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstauparse_la_LIBADD = $(GST_LIBS)
|
||||
libgstauparse_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
libgstauparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstauparse.h
|
||||
|
|
|
@ -21,18 +21,18 @@ noinst_HEADERS = \
|
|||
|
||||
libgstavidemux_la_CFLAGS = -O2 -ffast-math $(GST_CFLAGS)
|
||||
libgstavidemux_la_LIBADD = $(GST_LIBS)
|
||||
libgstavidemux_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
libgstavidemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
libgstavimux_la_CFLAGS = -O2 -ffast-math $(GST_CFLAGS)
|
||||
libgstavimux_la_LIBADD = $(GST_LIBS)
|
||||
libgstavimux_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
libgstavimux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
libgstaviaudiodecoder_la_CFLAGS = -O2 -ffast-math $(GST_CFLAGS)
|
||||
libgstaviaudiodecoder_la_LIBADD = $(GST_LIBS)
|
||||
libgstaviaudiodecoder_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
libgstaviaudiodecoder_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
libgstcdxaparse_la_CFLAGS = -O2 -ffast-math $(GST_CFLAGS)
|
||||
libgstcdxaparse_la_LIBADD = $(GST_LIBS)
|
||||
libgstcdxaparse_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
libgstcdxaparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
EXTRA_DIST = README_win32dll README
|
||||
|
|
|
@ -5,7 +5,7 @@ plugin_LTLIBRARIES = libgstcutter.la
|
|||
libgstcutter_la_SOURCES = gstcutter.c
|
||||
libgstcutter_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstcutter_la_LIBADD = $(GST_LIBS)
|
||||
libgstcutter_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
libgstcutter_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstcutter.h filter.func
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ plugin_LTLIBRARIES = libgstflxdec.la
|
|||
libgstflxdec_la_SOURCES = gstflxdec.c flx_color.c
|
||||
libgstflxdec_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstflxdec_la_LIBADD = $(GST_LIBS)
|
||||
libgstflxdec_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
libgstflxdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = flx_fmt.h flx_color.h gstflxdec.h
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ noinst_HEADERS = filters.h goom_core.h goom_tools.h graphic.h lines.h
|
|||
#CFLAGS += -Wall -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -DNDEBUG
|
||||
libgstgoom_la_CFLAGS = -O2 -ffast-math $(GST_CFLAGS) $(GOOM_FILTER_CFLAGS)
|
||||
libgstgoom_la_LIBADD = $(GST_LIBS)
|
||||
libgstgoom_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
libgstgoom_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
EXTRA_DIST = filters.c filters_mmx.s
|
||||
|
||||
|
|
|
@ -5,11 +5,11 @@ plugin_LTLIBRARIES = libgstalaw.la libgstmulaw.la
|
|||
libgstalaw_la_SOURCES = alaw-encode.c mulaw-conversion.c alaw-conversion.c alaw-decode.c alaw.c
|
||||
libgstalaw_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstalaw_la_LIBADD = $(GST_LIBS)
|
||||
libgstalaw_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
libgstalaw_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
libgstmulaw_la_SOURCES = mulaw-encode.c mulaw-conversion.c mulaw-decode.c mulaw.c
|
||||
libgstmulaw_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstmulaw_la_LIBADD = $(GST_LIBS)
|
||||
libgstmulaw_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
libgstmulaw_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = mulaw-conversion.h alaw-encode.h alaw-decode.h alaw-conversion.h mulaw-encode.h mulaw-decode.h
|
||||
|
|
|
@ -5,7 +5,7 @@ plugin_LTLIBRARIES = libgstlevel.la
|
|||
libgstlevel_la_SOURCES = gstlevel.c
|
||||
libgstlevel_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstlevel_la_LIBADD = $(GST_LIBS)
|
||||
libgstlevel_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
libgstlevel_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstlevel.h filter.func
|
||||
|
||||
|
|
|
@ -6,6 +6,6 @@ libgstmedian_la_SOURCES = gstmedian.c
|
|||
|
||||
libgstmedian_la_CFLAGS = -O3 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math $(GST_CFLAGS)
|
||||
libgstmedian_la_LIBADD = $(GST_LIBS)
|
||||
libgstmedian_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
libgstmedian_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstmedian.h
|
||||
|
|
|
@ -8,5 +8,5 @@ noinst_HEADERS = monoscope.h convolve.h
|
|||
|
||||
libgstmonoscope_la_CFLAGS = -O2 -ffast-math $(GST_CFLAGS)
|
||||
libgstmonoscope_la_LIBADD = $(GST_LIBS)
|
||||
libgstmonoscope_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
libgstmonoscope_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
|
|
|
@ -5,7 +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@
|
||||
libgstsmoothwave_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstsmoothwave.h
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ plugin_LTLIBRARIES = libgstspectrum.la
|
|||
libgstspectrum_la_SOURCES = gstspectrum.c fix_fft.c
|
||||
libgstspectrum_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstspectrum_la_LIBADD = $(GST_LIBS)
|
||||
libgstspectrum_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
libgstspectrum_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstspectrum.h
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ plugin_LTLIBRARIES = libgstudp.la
|
|||
libgstudp_la_SOURCES = gstudp.c gstudpsrc.c gstudpsink.c
|
||||
libgstudp_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstudp_la_LIBADD = $(GST_LIBS)
|
||||
libgstudp_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
libgstudp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstudpsink.h gstudpsrc.h
|
||||
|
||||
|
|
|
@ -5,6 +5,6 @@ plugin_LTLIBRARIES = libgstwavparse.la
|
|||
libgstwavparse_la_SOURCES = gstwavparse.c gstriff.c
|
||||
libgstwavparse_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstwavparse_la_LIBADD = $(GST_LIBS)
|
||||
libgstwavparse_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
libgstwavparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstwavparse.h gstriff.h
|
||||
|
|
|
@ -5,10 +5,10 @@ plugin_LTLIBRARIES = libgstossaudio.la libgstosshelper.la
|
|||
libgstossaudio_la_SOURCES = gstosssink.c gstosssrc.c gstossaudio.c gstossgst.c gstossclock.c
|
||||
libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstossaudio_la_LIBADD = $(GST_LIBS)
|
||||
libgstossaudio_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
libgstossaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
libgstosshelper_la_SOURCES = gstosshelper.c
|
||||
libgstosshelper_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
libgstosshelper_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstosshelper.h gstossclock.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue