mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-10 16:32:36 +00:00
Don't install static libs for plugins. Fixes #550851 for -bad.
Original commit message from CVS: * ext/alsaspdif/Makefile.am: * ext/amrwb/Makefile.am: * ext/apexsink/Makefile.am: * ext/arts/Makefile.am: * ext/artsd/Makefile.am: * ext/audiofile/Makefile.am: * ext/audioresample/Makefile.am: * ext/bz2/Makefile.am: * ext/cdaudio/Makefile.am: * ext/celt/Makefile.am: * ext/dc1394/Makefile.am: * ext/dirac/Makefile.am: * ext/directfb/Makefile.am: * ext/divx/Makefile.am: * ext/dts/Makefile.am: * ext/faac/Makefile.am: * ext/faad/Makefile.am: * ext/gsm/Makefile.am: * ext/hermes/Makefile.am: * ext/ivorbis/Makefile.am: * ext/jack/Makefile.am: * ext/jp2k/Makefile.am: * ext/ladspa/Makefile.am: * ext/lcs/Makefile.am: * ext/libfame/Makefile.am: * ext/libmms/Makefile.am: * ext/metadata/Makefile.am: * ext/mpeg2enc/Makefile.am: * ext/mplex/Makefile.am: * ext/musepack/Makefile.am: * ext/musicbrainz/Makefile.am: * ext/mythtv/Makefile.am: * ext/nas/Makefile.am: * ext/neon/Makefile.am: * ext/ofa/Makefile.am: * ext/polyp/Makefile.am: * ext/resindvd/Makefile.am: * ext/sdl/Makefile.am: * ext/shout/Makefile.am: * ext/snapshot/Makefile.am: * ext/sndfile/Makefile.am: * ext/soundtouch/Makefile.am: * ext/spc/Makefile.am: * ext/swfdec/Makefile.am: * ext/tarkin/Makefile.am: * ext/theora/Makefile.am: * ext/timidity/Makefile.am: * ext/twolame/Makefile.am: * ext/x264/Makefile.am: * ext/xine/Makefile.am: * ext/xvid/Makefile.am: * gst-libs/gst/app/Makefile.am: * gst-libs/gst/dshow/Makefile.am: * gst/aiffparse/Makefile.am: * gst/app/Makefile.am: * gst/audiobuffer/Makefile.am: * gst/bayer/Makefile.am: * gst/cdxaparse/Makefile.am: * gst/chart/Makefile.am: * gst/colorspace/Makefile.am: * gst/dccp/Makefile.am: * gst/deinterlace/Makefile.am: * gst/deinterlace2/Makefile.am: * gst/dvdspu/Makefile.am: * gst/festival/Makefile.am: * gst/filter/Makefile.am: * gst/flacparse/Makefile.am: * gst/flv/Makefile.am: * gst/games/Makefile.am: * gst/h264parse/Makefile.am: * gst/librfb/Makefile.am: * gst/mixmatrix/Makefile.am: * gst/modplug/Makefile.am: * gst/mpeg1sys/Makefile.am: * gst/mpeg4videoparse/Makefile.am: * gst/mpegdemux/Makefile.am: * gst/mpegtsmux/Makefile.am: * gst/mpegvideoparse/Makefile.am: * gst/mve/Makefile.am: * gst/nsf/Makefile.am: * gst/nuvdemux/Makefile.am: * gst/overlay/Makefile.am: * gst/passthrough/Makefile.am: * gst/pcapparse/Makefile.am: * gst/playondemand/Makefile.am: * gst/rawparse/Makefile.am: * gst/real/Makefile.am: * gst/rtjpeg/Makefile.am: * gst/rtpmanager/Makefile.am: * gst/scaletempo/Makefile.am: * gst/sdp/Makefile.am: * gst/selector/Makefile.am: * gst/smooth/Makefile.am: * gst/smoothwave/Makefile.am: * gst/speed/Makefile.am: * gst/speexresample/Makefile.am: * gst/stereo/Makefile.am: * gst/subenc/Makefile.am: * gst/tta/Makefile.am: * gst/vbidec/Makefile.am: * gst/videodrop/Makefile.am: * gst/videosignal/Makefile.am: * gst/virtualdub/Makefile.am: * gst/vmnc/Makefile.am: * gst/y4m/Makefile.am: * sys/acmenc/Makefile.am: * sys/cdrom/Makefile.am: * sys/dshowdecwrapper/Makefile.am: * sys/dshowsrcwrapper/Makefile.am: * sys/dvb/Makefile.am: * sys/dxr3/Makefile.am: * sys/fbdev/Makefile.am: * sys/oss4/Makefile.am: * sys/qcam/Makefile.am: * sys/qtwrapper/Makefile.am: * sys/vcd/Makefile.am: * sys/wininet/Makefile.am: * win32/common/config.h: Don't install static libs for plugins. Fixes #550851 for -bad.
This commit is contained in:
parent
e199d5b587
commit
a14e8e07df
119 changed files with 261 additions and 21 deletions
122
ChangeLog
122
ChangeLog
|
@ -1,3 +1,125 @@
|
|||
2008-11-04 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* ext/alsaspdif/Makefile.am:
|
||||
* ext/amrwb/Makefile.am:
|
||||
* ext/apexsink/Makefile.am:
|
||||
* ext/arts/Makefile.am:
|
||||
* ext/artsd/Makefile.am:
|
||||
* ext/audiofile/Makefile.am:
|
||||
* ext/audioresample/Makefile.am:
|
||||
* ext/bz2/Makefile.am:
|
||||
* ext/cdaudio/Makefile.am:
|
||||
* ext/celt/Makefile.am:
|
||||
* ext/dc1394/Makefile.am:
|
||||
* ext/dirac/Makefile.am:
|
||||
* ext/directfb/Makefile.am:
|
||||
* ext/divx/Makefile.am:
|
||||
* ext/dts/Makefile.am:
|
||||
* ext/faac/Makefile.am:
|
||||
* ext/faad/Makefile.am:
|
||||
* ext/gsm/Makefile.am:
|
||||
* ext/hermes/Makefile.am:
|
||||
* ext/ivorbis/Makefile.am:
|
||||
* ext/jack/Makefile.am:
|
||||
* ext/jp2k/Makefile.am:
|
||||
* ext/ladspa/Makefile.am:
|
||||
* ext/lcs/Makefile.am:
|
||||
* ext/libfame/Makefile.am:
|
||||
* ext/libmms/Makefile.am:
|
||||
* ext/metadata/Makefile.am:
|
||||
* ext/mpeg2enc/Makefile.am:
|
||||
* ext/mplex/Makefile.am:
|
||||
* ext/musepack/Makefile.am:
|
||||
* ext/musicbrainz/Makefile.am:
|
||||
* ext/mythtv/Makefile.am:
|
||||
* ext/nas/Makefile.am:
|
||||
* ext/neon/Makefile.am:
|
||||
* ext/ofa/Makefile.am:
|
||||
* ext/polyp/Makefile.am:
|
||||
* ext/resindvd/Makefile.am:
|
||||
* ext/sdl/Makefile.am:
|
||||
* ext/shout/Makefile.am:
|
||||
* ext/snapshot/Makefile.am:
|
||||
* ext/sndfile/Makefile.am:
|
||||
* ext/soundtouch/Makefile.am:
|
||||
* ext/spc/Makefile.am:
|
||||
* ext/swfdec/Makefile.am:
|
||||
* ext/tarkin/Makefile.am:
|
||||
* ext/theora/Makefile.am:
|
||||
* ext/timidity/Makefile.am:
|
||||
* ext/twolame/Makefile.am:
|
||||
* ext/x264/Makefile.am:
|
||||
* ext/xine/Makefile.am:
|
||||
* ext/xvid/Makefile.am:
|
||||
* gst-libs/gst/app/Makefile.am:
|
||||
* gst-libs/gst/dshow/Makefile.am:
|
||||
* gst/aiffparse/Makefile.am:
|
||||
* gst/app/Makefile.am:
|
||||
* gst/audiobuffer/Makefile.am:
|
||||
* gst/bayer/Makefile.am:
|
||||
* gst/cdxaparse/Makefile.am:
|
||||
* gst/chart/Makefile.am:
|
||||
* gst/colorspace/Makefile.am:
|
||||
* gst/dccp/Makefile.am:
|
||||
* gst/deinterlace/Makefile.am:
|
||||
* gst/deinterlace2/Makefile.am:
|
||||
* gst/dvdspu/Makefile.am:
|
||||
* gst/festival/Makefile.am:
|
||||
* gst/filter/Makefile.am:
|
||||
* gst/flacparse/Makefile.am:
|
||||
* gst/flv/Makefile.am:
|
||||
* gst/games/Makefile.am:
|
||||
* gst/h264parse/Makefile.am:
|
||||
* gst/librfb/Makefile.am:
|
||||
* gst/mixmatrix/Makefile.am:
|
||||
* gst/modplug/Makefile.am:
|
||||
* gst/mpeg1sys/Makefile.am:
|
||||
* gst/mpeg4videoparse/Makefile.am:
|
||||
* gst/mpegdemux/Makefile.am:
|
||||
* gst/mpegtsmux/Makefile.am:
|
||||
* gst/mpegvideoparse/Makefile.am:
|
||||
* gst/mve/Makefile.am:
|
||||
* gst/nsf/Makefile.am:
|
||||
* gst/nuvdemux/Makefile.am:
|
||||
* gst/overlay/Makefile.am:
|
||||
* gst/passthrough/Makefile.am:
|
||||
* gst/pcapparse/Makefile.am:
|
||||
* gst/playondemand/Makefile.am:
|
||||
* gst/rawparse/Makefile.am:
|
||||
* gst/real/Makefile.am:
|
||||
* gst/rtjpeg/Makefile.am:
|
||||
* gst/rtpmanager/Makefile.am:
|
||||
* gst/scaletempo/Makefile.am:
|
||||
* gst/sdp/Makefile.am:
|
||||
* gst/selector/Makefile.am:
|
||||
* gst/smooth/Makefile.am:
|
||||
* gst/smoothwave/Makefile.am:
|
||||
* gst/speed/Makefile.am:
|
||||
* gst/speexresample/Makefile.am:
|
||||
* gst/stereo/Makefile.am:
|
||||
* gst/subenc/Makefile.am:
|
||||
* gst/tta/Makefile.am:
|
||||
* gst/vbidec/Makefile.am:
|
||||
* gst/videodrop/Makefile.am:
|
||||
* gst/videosignal/Makefile.am:
|
||||
* gst/virtualdub/Makefile.am:
|
||||
* gst/vmnc/Makefile.am:
|
||||
* gst/y4m/Makefile.am:
|
||||
* sys/acmenc/Makefile.am:
|
||||
* sys/cdrom/Makefile.am:
|
||||
* sys/dshowdecwrapper/Makefile.am:
|
||||
* sys/dshowsrcwrapper/Makefile.am:
|
||||
* sys/dvb/Makefile.am:
|
||||
* sys/dxr3/Makefile.am:
|
||||
* sys/fbdev/Makefile.am:
|
||||
* sys/oss4/Makefile.am:
|
||||
* sys/qcam/Makefile.am:
|
||||
* sys/qtwrapper/Makefile.am:
|
||||
* sys/vcd/Makefile.am:
|
||||
* sys/wininet/Makefile.am:
|
||||
* win32/common/config.h:
|
||||
Don't install static libs for plugins. Fixes #550851 for -bad.
|
||||
|
||||
2008-11-04 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||
|
||||
patch by: Sebastian Pölsterl
|
||||
|
|
|
@ -8,6 +8,7 @@ libgstalsaspdif_la_SOURCES = alsaspdifsink.c
|
|||
libgstalsaspdif_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(ALSA_CFLAGS)
|
||||
libgstalsaspdif_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) $(GST_BASE_LIBS) $(GST_LIBS) $(ALSA_LIBS)
|
||||
libgstalsaspdif_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstalsaspdif_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
# headers we need but don't want installed
|
||||
noinst_HEADERS = alsaspdifsink.h
|
||||
|
|
|
@ -9,6 +9,7 @@ libgstamrwb_la_SOURCES = \
|
|||
libgstamrwb_la_CFLAGS = $(GST_CFLAGS) $(AMRWB_CFLAGS)
|
||||
libgstamrwb_la_LIBADD = $(GST_BASE_LIBS) $(AMRWB_LIBS)
|
||||
libgstamrwb_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstamrwb_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstamrwbdec.h \
|
||||
|
|
|
@ -4,5 +4,6 @@ libgstapexsink_la_SOURCES = gstapexplugin.c gstapexraop.c gstapexsink.c
|
|||
libgstapexsink_la_CFLAGS = $(APEXSINK_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstapexsink_la_LIBADD = $(APEXSINK_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) -lgstaudio-$(GST_MAJORMINOR) -lgstinterfaces-$(GST_MAJORMINOR)
|
||||
libgstapexsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstapexsink_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstapexraop.h gstapexsink.h
|
||||
|
|
|
@ -20,6 +20,7 @@ libgstarts_la_CFLAGS = $(GST_CFLAGS)
|
|||
libgstarts_la_CXXFLAGS = $(ARTS_CXXFLAGS) $(GST_CFLAGS)
|
||||
libgstarts_la_LIBADD = $(ARTS_LIBS) -lartsflow -lartsflow_idl
|
||||
libgstarts_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstarts_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gst_arts.h gst_artsio_impl.h
|
||||
|
||||
|
|
|
@ -5,5 +5,6 @@ libgstartsdsink_la_SOURCES = gstartsdsink.c
|
|||
libgstartsdsink_la_CFLAGS = $(GST_CFLAGS) $(ARTSC_CFLAGS)
|
||||
libgstartsdsink_la_LIBADD = $(ARTSC_LIBS)
|
||||
libgstartsdsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstartsdsink_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstartsdsink.h
|
||||
|
|
|
@ -5,5 +5,6 @@ libgstaudiofile_la_SOURCES = gstaf.c gstafsink.c gstafsrc.c gstafparse.c
|
|||
libgstaudiofile_la_CFLAGS = $(GST_CFLAGS) $(AUDIOFILE_CFLAGS)
|
||||
libgstaudiofile_la_LIBADD = $(AUDIOFILE_LIBS)
|
||||
libgstaudiofile_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstaudiofile_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstafsink.h gstafsrc.h gstafparse.h
|
||||
|
|
|
@ -5,6 +5,7 @@ libgstaudioresample_la_SOURCES = gstaudioresample.c
|
|||
libgstaudioresample_la_CFLAGS = $(GST_CFLAGS) $(AUDIORESAMPLE_CFLAGS)
|
||||
libgstaudioresample_la_LIBADD = $(AUDIORESAMPLE_LIBS)
|
||||
libgstaudioresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstaudioresample_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstaudioresample.h
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ libgstbz2_la_SOURCES = \
|
|||
libgstbz2_la_CFLAGS = $(GST_BASE_CFLAGS)
|
||||
libgstbz2_la_LIBADD = $(GST_BASE_LIBS) $(BZ2_LIBS)
|
||||
libgstbz2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstbz2_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstbz2dec.h gstbz2enc.h
|
||||
|
|
|
@ -4,3 +4,5 @@ libgstcdaudio_la_SOURCES = gstcdaudio.c
|
|||
libgstcdaudio_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstcdaudio_la_LIBADD = $(GST_LIBS)
|
||||
libgstcdaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lcdaudio
|
||||
libgstcdaudio_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
|
@ -11,5 +11,6 @@ libgstcelt_la_LIBADD = \
|
|||
$(GST_LIBS) \
|
||||
$(CELT_LIBS)
|
||||
libgstcelt_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBM)
|
||||
libgstcelt_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstceltenc.h gstceltdec.h
|
||||
|
|
|
@ -9,6 +9,7 @@ libgstdc1394_la_CFLAGS = $(GST_CFLAGS) \
|
|||
$(LIBDC1394_CFLAGS)
|
||||
|
||||
libgstdc1394_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstdc1394_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
libgstdc1394_la_LIBADD = $(GST_BASE_LIBS) \
|
||||
$(LIBDC1394_LIBS)
|
||||
|
|
|
@ -7,6 +7,7 @@ libgstdirac_la_SOURCES = \
|
|||
libgstdirac_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(DIRAC_CFLAGS)
|
||||
libgstdirac_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(DIRAC_LIBS) -lz $(LIBM)
|
||||
libgstdirac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstdirac_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstdiracdec.h
|
||||
|
|
|
@ -10,6 +10,7 @@ libgstdfbvideosink_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
|||
-lgstinterfaces-$(GST_MAJORMINOR) \
|
||||
$(DIRECTFB_LIBS) $(LIBOIL_LIBS)
|
||||
libgstdfbvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstdfbvideosink_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = dfbvideosink.h
|
||||
|
||||
|
|
|
@ -5,9 +5,11 @@ AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(DIVX_CFLAGS)
|
|||
libgstdivxenc_la_SOURCES = gstdivxenc.c
|
||||
libgstdivxenc_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(DIVXENC_LIBS)
|
||||
libgstdivxenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstdivxenc_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
libgstdivxdec_la_SOURCES = gstdivxdec.c
|
||||
libgstdivxdec_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(DIVXDEC_LIBS)
|
||||
libgstdivxdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstdivxdec_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstdivxenc.h gstdivxdec.h
|
||||
|
|
|
@ -5,5 +5,6 @@ libgstdtsdec_la_CFLAGS = $(GST_CFLAGS) $(LIBOIL_CFLAGS) $(GST_PLUGINS_BASE_CFLAG
|
|||
libgstdtsdec_la_LIBADD = $(DTS_LIBS) $(LIBOIL_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstaudio-@GST_MAJORMINOR@
|
||||
libgstdtsdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstdtsdec_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstdtsdec.h
|
||||
|
|
|
@ -5,5 +5,6 @@ libgstfaac_la_CFLAGS = $(FAAC_CFLAGS) $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|||
libgstfaac_la_LIBADD = $(FAAC_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstaudio-@GST_MAJORMINOR@
|
||||
libgstfaac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstfaac_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstfaac.h
|
||||
|
|
|
@ -5,5 +5,6 @@ libgstfaad_la_CFLAGS = $(FAAD_CFLAGS) $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|||
libgstfaad_la_LIBADD = $(FAAD_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstaudio-@GST_MAJORMINOR@
|
||||
libgstfaad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstfaad_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstfaad.h
|
||||
|
|
|
@ -10,5 +10,6 @@ libgstgsm_la_LIBADD = \
|
|||
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@ \
|
||||
$(GST_BASE_LIBS)
|
||||
libgstgsm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstgsm_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstgsmenc.h gstgsmdec.h
|
||||
|
|
|
@ -7,4 +7,5 @@ libgsthermescolorspace_la_SOURCES = gsthermescolorspace.c
|
|||
libgsthermescolorspace_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgsthermescolorspace_la_LIBADD = $(PLUGIN_EXTRA_LIBS)
|
||||
libgsthermescolorspace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgsthermescolorspace_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
|
@ -8,5 +8,6 @@ libgstivorbis_la_LIBADD = $(IVORBIS_LIBS) \
|
|||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstaudio-@GST_MAJORMINOR@
|
||||
libgstivorbis_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstivorbis_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = vorbisdec.h vorbisenc.h
|
||||
|
|
|
@ -5,6 +5,7 @@ libgstjack_la_SOURCES = gstjack.c gstjackaudiosrc.c gstjackaudiosink.c gstjackau
|
|||
libgstjack_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(JACK_CFLAGS)
|
||||
libgstjack_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) $(JACK_LIBS)
|
||||
libgstjack_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstjack_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstjackaudiosrc.h gstjackaudiosink.h gstjackaudioclient.h gstjack.h gstjackringbuffer.h
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ libgstjp2k_la_LIBADD = \
|
|||
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
|
||||
$(GST_LIBS) $(JP2K_LIBS)
|
||||
libgstjp2k_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstjp2k_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstjasperdec.h
|
|
@ -4,5 +4,6 @@ libgstladspa_la_SOURCES = gstsignalprocessor.c gstladspa.c search.c load.c
|
|||
libgstladspa_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CONTROLLER_CFLAGS) $(GST_CFLAGS)
|
||||
libgstladspa_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) $(LIBM) $(LADSPA_LIBS)
|
||||
libgstladspa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstladspa_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstsignalprocessor.h gstladspa.h utils.h
|
||||
|
|
|
@ -4,3 +4,5 @@ libgstlcscolorspace_la_SOURCES = gstcolorspace.c
|
|||
libgstlcscolorspace_la_CFLAGS = $(GST_CFLAGS) $(LCS_CFLAGS)
|
||||
libgstlcscolorspace_la_LIBADD = $(LCS_LIBS)
|
||||
libgstlcscolorspace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstlcscolorspace_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
|
@ -5,5 +5,6 @@ libgstlibfame_la_SOURCES = gstlibfame.c
|
|||
libgstlibfame_la_CFLAGS = $(GST_CFLAGS) $(LIBFAME_CFLAGS)
|
||||
libgstlibfame_la_LIBADD = $(LIBFAME_LIBS)
|
||||
libgstlibfame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstlibfame_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS=gstlibfame.h
|
||||
|
|
|
@ -5,5 +5,6 @@ libgstmms_la_SOURCES = gstmms.c
|
|||
libgstmms_la_CFLAGS = $(GST_CFLAGS) $(LIBMMS_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstmms_la_LIBADD = $(GST_LIBS) $(LIBMMS_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS)
|
||||
libgstmms_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstmms_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstmms.h
|
||||
|
|
|
@ -19,6 +19,7 @@ libgstmetadata_la_SOURCES = gstmetadata.c \
|
|||
libgstmetadata_la_CFLAGS = $(METADATA_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstmetadata_la_LIBADD = $(METADATA_LIBS) -lgsttag-@GST_MAJORMINOR@ $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS)
|
||||
libgstmetadata_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstmetadata_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstmetadatademux.h \
|
||||
metadata.h \
|
||||
|
|
|
@ -12,6 +12,7 @@ libgstmpeg2enc_la_CXXFLAGS = \
|
|||
libgstmpeg2enc_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) $(MPEG2ENC_LIBS)
|
||||
libgstmpeg2enc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstmpeg2enc_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstmpeg2enc.hh \
|
||||
|
|
|
@ -11,6 +11,7 @@ libgstmplex_la_CXXFLAGS = \
|
|||
libgstmplex_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(MPLEX_LIBS)
|
||||
libgstmplex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstmplex_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstmplex.hh \
|
||||
|
|
|
@ -6,6 +6,7 @@ libgstmusepack_la_SOURCES = \
|
|||
libgstmusepack_la_CFLAGS = $(MUSEPACK_CFLAGS) $(GST_CFLAGS)
|
||||
libgstmusepack_la_LIBADD = $(MUSEPACK_LIBS) $(GST_LIBS)
|
||||
libgstmusepack_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstmusepack_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstmusepackdec.h \
|
||||
|
|
|
@ -7,3 +7,5 @@ libgsttrm_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(MUSICBRAINZ_CFL
|
|||
libgsttrm_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) $(MUSICBRAINZ_LIBS) \
|
||||
-lgsttag-@GST_MAJORMINOR@
|
||||
libgsttrm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgsttrm_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ libgstmythtvsrc_la_CFLAGS = \
|
|||
|
||||
libgstmythtvsrc_la_LDFLAGS = \
|
||||
$(GST_PLUGIN_LDFLAGS)
|
||||
libgstmythtvsrc_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
libgstmythtvsrc_la_LIBADD = \
|
||||
$(GST_BASE_LIBS) \
|
||||
|
|
|
@ -6,5 +6,6 @@ libgstnassink_la_CFLAGS = \
|
|||
libgstnassink_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) $(NAS_LIBS)
|
||||
libgstnassink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstnassink_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = nassink.h
|
||||
|
|
|
@ -5,5 +5,6 @@ libgstneonhttpsrc_la_SOURCES = gstneonhttpsrc.c
|
|||
libgstneonhttpsrc_la_CFLAGS = $(GST_CFLAGS) $(NEON_CFLAGS)
|
||||
libgstneonhttpsrc_la_LIBADD = $(GST_BASE_LIBS) $(NEON_LIBS)
|
||||
libgstneonhttpsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstneonhttpsrc_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstneonhttpsrc.h
|
||||
|
|
|
@ -14,5 +14,6 @@ libgstofa_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
|||
$(OFA_LIBS)
|
||||
|
||||
libgstofa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstofa_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstofa.h
|
||||
|
|
|
@ -4,5 +4,6 @@ libgstpolypaudio_la_SOURCES = plugin.c polypsink.c
|
|||
libgstpolypaudio_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstpolypaudio_la_LIBADD = $(GST_LIBS) $(POLYP_LIBS)
|
||||
libgstpolypaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstpolypaudio_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = polypsink.h
|
||||
|
|
|
@ -19,6 +19,7 @@ libresindvd_la_SOURCES = \
|
|||
libresindvd_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(DVDNAV_CFLAGS)
|
||||
libresindvd_la_LIBADD = $(GST_PLUGINS_BASE_CFLAGS) -lgstvideo-$(GST_MAJORMINOR) $(GST_BASE_LIBS) $(GST_LIBS) $(DVDNAV_LIBS)
|
||||
libresindvd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libresindvd_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = resindvdbin.h \
|
||||
rsnaudiomunge.h \
|
||||
|
|
|
@ -12,6 +12,7 @@ libgstsdl_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
|||
-lgstinterfaces-$(GST_MAJORMINOR) \
|
||||
$(SDL_LIBS)
|
||||
libgstsdl_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstsdl_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = \
|
||||
sdlvideosink.h \
|
||||
|
|
|
@ -5,5 +5,6 @@ libgstshout_la_SOURCES = gstshout.c
|
|||
libgstshout_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstshout_la_LIBADD = $(SHOUT_LIBS)
|
||||
libgstshout_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstshout_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstshout.h
|
||||
|
|
|
@ -6,5 +6,6 @@ libgstsnapshot_la_SOURCES = \
|
|||
libgstsnapshot_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstsnapshot_la_LIBADD = $(GST_LIBS) $(LIBPNG_LIBS)
|
||||
libgstsnapshot_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
libgstsnapshot_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstsnapshot.h
|
||||
|
|
|
@ -5,5 +5,6 @@ libgstsndfile_la_SOURCES = gstsf.c gstsfsrc.c gstsfsink.c
|
|||
libgstsndfile_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(SNDFILE_CFLAGS)
|
||||
libgstsndfile_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(SNDFILE_LIBS)
|
||||
libgstsndfile_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstsndfile_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstsf.h gstsfsrc.h gstsfsink.h
|
||||
|
|
|
@ -9,5 +9,6 @@ libgstsoundtouch_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST
|
|||
libgstsoundtouch_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CXXFLAGS) $(SOUNDTOUCH_CFLAGS)
|
||||
libgstsoundtouch_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) $(GST_BASE_LIBS) $(GST_CONTROLLER_LIBS) $(GST_LIBS) $(SOUNDTOUCH_LIBS) -lBPM $(LIBM)
|
||||
libgstsoundtouch_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstsoundtouch_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstpitch.hh gstbpmdetect.hh
|
||||
|
|
|
@ -5,5 +5,6 @@ libgstspc_la_SOURCES = gstspc.c tag.c
|
|||
libgstspc_la_CFLAGS = $(GST_CFLAGS) $(SPC_CFLAGS)
|
||||
libgstspc_la_LIBADD = $(GST_LIBS) $(SPC_LIBS)
|
||||
libgstspc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstspc_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstspc.h tag.h
|
||||
|
|
|
@ -4,5 +4,6 @@ libgstswfdec_la_SOURCES = gstswfdec.c
|
|||
libgstswfdec_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(SWFDEC_CFLAGS)
|
||||
libgstswfdec_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BLIBS) $(SWFDEC_LIBS)
|
||||
libgstswfdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstswfdec_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstswfdec.h
|
||||
|
|
|
@ -10,5 +10,6 @@ libgsttarkin_la_CFLAGS = $(GST_CFLAGS) $(VORBIS_CFLAGS) -DTYPE_BITS=10 -DTYPE=in
|
|||
## AM_PATH_VORBIS also sets VORBISENC_LIBS
|
||||
libgsttarkin_la_LIBADD = $(VORBIS_LIBS) $(VORBISENC_LIBS)
|
||||
libgsttarkin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgsttarkin_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gsttarkinenc.h mem.h tarkin.h yuv.h wavelet.h
|
||||
|
|
|
@ -12,3 +12,5 @@ libgsttheoraexp_la_LIBADD = \
|
|||
$(GST_LIBS) \
|
||||
$(THEORADEC_LIBS)
|
||||
libgsttheoraexp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgsttheoraexp_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ libgsttimidity_la_SOURCES = gsttimidity.c
|
|||
libgsttimidity_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(TIMIDITY_CFLAGS)
|
||||
libgsttimidity_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(TIMIDITY_LIBS)
|
||||
libgsttimidity_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgsttimidity_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
endif
|
||||
|
||||
if USE_WILDMIDI
|
||||
|
@ -25,6 +26,7 @@ libgstwildmidi_la_SOURCES = gstwildmidi.c
|
|||
libgstwildmidi_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(WILDMIDI_CFLAGS)
|
||||
libgstwildmidi_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(WILDMIDI_LIBS)
|
||||
libgstwildmidi_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstwildmidi_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
endif
|
||||
|
||||
noinst_HEADERS = gsttimidity.h gstwildmidi.h
|
||||
|
|
|
@ -4,5 +4,6 @@ libgsttwolame_la_SOURCES = gsttwolame.c
|
|||
libgsttwolame_la_CFLAGS = $(GST_CFLAGS) $(TWOLAME_CFLAGS)
|
||||
libgsttwolame_la_LIBADD = $(TWOLAME_LIBS) $(GST_LIBS)
|
||||
libgsttwolame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgsttwolame_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gsttwolame.h
|
||||
|
|
|
@ -10,5 +10,6 @@ libgstx264_la_LIBADD = \
|
|||
$(GST_LIBS) \
|
||||
$(X264_LIBS)
|
||||
libgstx264_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstx264_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstx264enc.h
|
||||
|
|
|
@ -9,5 +9,6 @@ libgstxine_la_SOURCES = \
|
|||
libgstxine_la_CFLAGS = $(GST_CFLAGS) $(XINE_CFLAGS)
|
||||
libgstxine_la_LIBADD = $(XINE_LIBS)
|
||||
libgstxine_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstxine_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstxine.h
|
||||
|
|
|
@ -4,5 +4,6 @@ libgstxvid_la_SOURCES = gstxvidenc.c gstxviddec.c gstxvid.c
|
|||
libgstxvid_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(XVID_CFLAGS)
|
||||
libgstxvid_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(XVID_LIBS)
|
||||
libgstxvid_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstxvid_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstxvidenc.h gstxviddec.h gstxvid.h
|
||||
|
|
|
@ -18,6 +18,7 @@ libgstapp_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
|
|||
$(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstapp_@GST_MAJORMINOR@_la_LIBADD = $(GST_BASE_LIBS)
|
||||
libgstapp_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_ALL_LDFLAGS)
|
||||
libgstapp_@GST_MAJORMINOR@_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
libgstapp_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/app
|
||||
libgstapp_@GST_MAJORMINOR@include_HEADERS = \
|
||||
|
|
|
@ -5,6 +5,7 @@ libgstdshow_@GST_MAJORMINOR@_la_CXXFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
|
|||
$(GST_PLUGINS_BASE_CFLAGS) -DLIBDSHOW_EXPORTS
|
||||
libgstdshow_@GST_MAJORMINOR@_la_LIBADD = $(GST_BASE_LIBS)
|
||||
libgstdshow_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_ALL_LDFLAGS)
|
||||
libgstdshow_@GST_MAJORMINOR@_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
libgstdshow_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/dshow
|
||||
libgstdshow_@GST_MAJORMINOR@include_HEADERS = gstdshow.h gstdshowfakesink.h gstdshowfakesrc.h gstdshowinterface.h
|
||||
|
|
|
@ -10,5 +10,6 @@ libgstaiffparse_la_LIBADD = \
|
|||
$(GST_BASE_LIBS) \
|
||||
$(LIBM)
|
||||
libgstaiffparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstaiffparse_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = aiffparse.h
|
||||
|
|
|
@ -4,4 +4,5 @@ libgstapp_la_SOURCES = gstapp.c
|
|||
libgstapp_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstapp_la_LIBADD = $(GST_BASE_LIBS) $(top_builddir)/gst-libs/gst/app/libgstapp-@GST_MAJORMINOR@.la
|
||||
libgstapp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstapp_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
|
@ -7,4 +7,5 @@ libgstaudiobuffer_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
|
|||
-lgstaudio-$(GST_MAJORMINOR)
|
||||
|
||||
libgstaudiobuffer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstaudiobuffer_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
|
@ -6,4 +6,5 @@ libgstbayer_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
|
|||
libgstbayer_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
|
||||
$(GST_BASE_LIBS)
|
||||
libgstbayer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstbayer_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
|
@ -21,3 +21,5 @@ libgstcdxaparse_la_LIBADD = \
|
|||
-lgstriff-@GST_MAJORMINOR@
|
||||
|
||||
libgstcdxaparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstcdxaparse_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
|
@ -5,3 +5,5 @@ libgstchart_la_SOURCES = gstchart.c
|
|||
libgstchart_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstchart_la_LIBADD =
|
||||
libgstchart_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstchart_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
|
@ -10,5 +10,6 @@ libgstyuvtorgbcolorspace_la_SOURCES = gstcolorspace.c yuv2rgb.c
|
|||
libgstyuvtorgbcolorspace_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstyuvtorgbcolorspace_la_LIBADD =
|
||||
libgstyuvtorgbcolorspace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstyuvtorgbcolorspace_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = yuv2rgb.h gstcolorspace.h
|
||||
|
|
|
@ -1,18 +1,7 @@
|
|||
# plugindir is set in configure
|
||||
|
||||
##############################################################################
|
||||
# change libgstplugin.la to something more suitable, e.g. libmysomething.la #
|
||||
##############################################################################
|
||||
plugin_LTLIBRARIES = libgstdccp.la
|
||||
|
||||
##############################################################################
|
||||
# for the next set of variables, rename the prefix if you renamed the .la, #
|
||||
# e.g. libgstplugin_la_SOURCES => libmysomething_la_SOURCES #
|
||||
# libgstplugin_la_CFLAGS => libmysomething_la_CFLAGS #
|
||||
# libgstplugin_la_LIBADD => libmysomething_la_LIBADD #
|
||||
# libgstplugin_la_LDFLAGS => libmysomething_la_LDFLAGS #
|
||||
##############################################################################
|
||||
|
||||
# sources used to compile this plug-in
|
||||
libgstdccp_la_SOURCES = gstdccpplugin.c \
|
||||
gstdccp.c \
|
||||
|
@ -22,10 +11,10 @@ libgstdccp_la_SOURCES = gstdccpplugin.c \
|
|||
gstdccpclientsrc.c
|
||||
|
||||
# flags used to compile this plugin
|
||||
# add other _CFLAGS and _LIBS as needed
|
||||
libgstdccp_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstdccp_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
||||
libgstdccp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstdccp_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
# headers we need but don't want installed
|
||||
noinst_HEADERS = gstdccp.h \
|
||||
|
|
|
@ -6,6 +6,7 @@ libgstdeinterlace_la_CFLAGS = \
|
|||
libgstdeinterlace_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) $(GST_BASE_LIBS)
|
||||
libgstdeinterlace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstdeinterlace_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstdeinterlace.h
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@ libgstdeinterlace2_la_CFLAGS = $(GST_CFLAGS) \
|
|||
libgstdeinterlace2_la_LIBADD = $(GST_LIBS) \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) $(GST_BASE_LIBS) $(LIBOIL_LIBS)
|
||||
libgstdeinterlace2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstdeinterlace2_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstdeinterlace2.h \
|
||||
|
|
|
@ -6,6 +6,7 @@ libgstdvdspu_la_SOURCES = gstdvdspu.c gstdvdspu-render.c
|
|||
libgstdvdspu_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstdvdspu_la_LIBADD = $(GST_LIBS)
|
||||
libgstdvdspu_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstdvdspu_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstdvdspu.h
|
||||
|
||||
|
|
|
@ -14,5 +14,6 @@ libgstfestival_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|||
libgstfestival_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstaudio-0.10 $(WINSOCK2_LIBS)
|
||||
libgstfestival_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstfestival_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstfestival.h
|
||||
|
|
|
@ -12,5 +12,6 @@ libgstfilter_la_LIBADD = \
|
|||
$(LIBM)
|
||||
|
||||
libgstfilter_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstfilter_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstfilter.h gstiir.h iir.h
|
||||
|
|
|
@ -7,5 +7,6 @@ libgstflacparse_la_LIBADD = \
|
|||
-lgstaudio-$(GST_MAJORMINOR) \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS)
|
||||
libgstflacparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstflacparse_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstbitreader.h gstbytereader.h gstbaseparse.h gstflacparse.h
|
||||
|
|
|
@ -4,5 +4,6 @@ libgstflv_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|||
libgstflv_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
||||
libgstflv_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
|
||||
libgstflv_la_SOURCES = gstflvdemux.c gstflvparse.c gstflvmux.c
|
||||
libgstflv_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstflvdemux.h gstflvparse.h gstflvmux.h
|
||||
|
|
|
@ -8,5 +8,6 @@ libgstpuzzle_la_SOURCES = \
|
|||
libgstpuzzle_la_CFLAGS = $(GST_CFLAGS) $(LIBOIL_CFLAGS) -I$(top_srcdir)/gst/videofilter
|
||||
libgstpuzzle_la_LIBADD =
|
||||
libgstpuzzle_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBOIL_LIBS)
|
||||
libgstpuzzle_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstvideoimage.h
|
||||
|
|
|
@ -9,3 +9,5 @@ noinst_HEADERS = \
|
|||
libgsth264parse_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
|
||||
libgsth264parse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
||||
libgsth264parse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgsth264parse_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ libgstrfbsrc_la_SOURCES = gstrfbsrc.c
|
|||
libgstrfbsrc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) -I$(srcdir)/..
|
||||
libgstrfbsrc_la_LIBADD = $(GST_BASE_LIBS) librfb.la
|
||||
libgstrfbsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstrfbsrc_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
librfb_la_SOURCES = \
|
||||
rfbbuffer.c \
|
||||
|
|
|
@ -5,3 +5,5 @@ libgstmixmatrix_la_SOURCES = mixmatrix.c
|
|||
libgstmixmatrix_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstmixmatrix_la_LIBADD =
|
||||
libgstmixmatrix_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstmixmatrix_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
|
@ -6,5 +6,6 @@ libgstmodplug_la_SOURCES = gstmodplug.cc
|
|||
libgstmodplug_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS)
|
||||
libgstmodplug_la_LIBADD = $(top_builddir)/gst/modplug/libmodplug/libmodplug.la $(GST_PLUGINS_BASE_LIBS) -lstdc++
|
||||
libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstmodplug_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstmodplug.h
|
||||
|
|
|
@ -7,6 +7,7 @@ libgstmpeg1systemencode_la_SOURCES = gstmpeg1systemencode.c \
|
|||
libgstmpeg1systemencode_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstmpeg1systemencode_la_LIBADD =
|
||||
libgstmpeg1systemencode_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstmpeg1systemencode_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstmpeg1systemencode.h \
|
||||
main.h \
|
||||
|
|
|
@ -5,5 +5,6 @@ libgstmpeg4videoparse_la_SOURCES = mpeg4videoparse.c
|
|||
libgstmpeg4videoparse_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstmpeg4videoparse_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
||||
libgstmpeg4videoparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstmpeg4videoparse_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = mpeg4videoparse.h
|
||||
|
|
|
@ -16,6 +16,7 @@ libgstmpegdemux_la_SOURCES = \
|
|||
libgstmpegdemux_la_CFLAGS = $(GST_CFLAGS) $(LIBOIL_CFLAGS)
|
||||
libgstmpegdemux_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBOIL_LIBS)
|
||||
libgstmpegdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstmpegdemux_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstmpegdefs.h \
|
||||
|
|
|
@ -10,6 +10,7 @@ libgstmpegtsmux_la_SOURCES = \
|
|||
libgstmpegtsmux_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstmpegtsmux_la_LIBADD = $(top_builddir)/gst/mpegtsmux/tsmux/libtsmux.la $(GST_LIBS) $(GST_BASE_LIBS)
|
||||
libgstmpegtsmux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstmpegtsmux_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = \
|
||||
mpegtsmux.h \
|
||||
|
|
|
@ -5,5 +5,6 @@ libgstmpegvideoparse_la_SOURCES = mpegvideoparse.c mpegpacketiser.c
|
|||
libgstmpegvideoparse_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstmpegvideoparse_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
||||
libgstmpegvideoparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstmpegvideoparse_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = mpegvideoparse.h mpegpacketiser.h
|
||||
|
|
|
@ -3,6 +3,7 @@ plugin_LTLIBRARIES = libgstmve.la
|
|||
libgstmve_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstmve_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
|
||||
libgstmve_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstmve_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
libgstmve_la_SOURCES = \
|
||||
gstmve.c \
|
||||
|
|
|
@ -29,6 +29,7 @@ libgstnsf_la_SOURCES = gstnsf.c $(NOSEFART_SOURCES)
|
|||
libgstnsf_la_CFLAGS = $(GST_CFLAGS) -DNSF_PLAYER
|
||||
libgstnsf_la_LIBADD = $(GST_LIBS) $(LIBM)
|
||||
libgstnsf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstnsf_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstnsf.h $(NOSEFART_INCLUDES)
|
||||
|
||||
|
|
|
@ -5,5 +5,6 @@ libgstnuvdemux_la_CFLAGS = ${GST_CFLAGS}
|
|||
libgstnuvdemux_la_LIBADD = $(GST_BASE_LIBS)
|
||||
libgstnuvdemux_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
|
||||
libgstnuvdemux_la_SOURCES = gstnuvdemux.c
|
||||
libgstnuvdemuxla_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstnuvdemux.h
|
||||
|
|
|
@ -8,6 +8,7 @@ noinst_HEADERS = gstoverlay.h
|
|||
libgstoverlay_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstoverlay_la_LIBADD =
|
||||
libgstoverlay_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstoverlay_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
EXTRA_DIST =
|
||||
|
||||
|
|
|
@ -5,5 +5,6 @@ libgstpassthrough_la_SOURCES = gstpassthrough.c
|
|||
libgstpassthrough_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstpassthrough_la_LIBADD =
|
||||
libgstpassthrough_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstpassthrough_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstpassthrough.h filter.func
|
||||
|
|
|
@ -9,3 +9,5 @@ noinst_HEADERS = \
|
|||
libgstpcapparse_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
|
||||
libgstpcapparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
||||
libgstpcapparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstpcapparse_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ libgstplayondemand_la_SOURCES = gstplayondemand.c
|
|||
libgstplayondemand_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstplayondemand_la_LIBADD =
|
||||
libgstplayondemand_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstplayondemand_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstplayondemand.h filter.func
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ libgstrawparse_la_SOURCES = gstrawparse.c gstaudioparse.c gstvideoparse.c plugin
|
|||
libgstrawparse_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstrawparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
||||
libgstrawparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstrawparse_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstaudioparse.h \
|
||||
|
|
|
@ -13,6 +13,7 @@ libgstreal_la_LIBADD = \
|
|||
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@ \
|
||||
$(GST_BASE_LIBS)
|
||||
libgstreal_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstreal_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstreal.h \
|
||||
|
|
|
@ -5,5 +5,6 @@ libgstrtjpeg_la_SOURCES = gstrtjpeg.c gstrtjpegenc.c gstrtjpegdec.c RTjpeg.c
|
|||
libgstrtjpeg_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstrtjpeg_la_LIBADD =
|
||||
libgstrtjpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstrtjpeg_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstrtjpegenc.h gstrtjpegdec.h RTjpeg.h
|
||||
|
|
|
@ -42,6 +42,7 @@ libgstrtpmanager_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
|||
-lgstnetbuffer-@GST_MAJORMINOR@ -lgstrtp-@GST_MAJORMINOR@ \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS_LIBS)
|
||||
libgstrtpmanager_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstrtpmanager_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@ libgstscaletempoplugin_la_SOURCES = gstscaletempoplugin.c gstscaletempo.c
|
|||
libgstscaletempoplugin_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstscaletempoplugin_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
||||
libgstscaletempoplugin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstscaletempoplugin_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
# headers we need but don't want installed
|
||||
noinst_HEADERS = gstscaletempo.h
|
||||
|
|
|
@ -8,6 +8,6 @@ libgstsdpelem_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
|
|||
-lgstrtp-@GST_MAJORMINOR@ -lgstsdp-@GST_MAJORMINOR@ \
|
||||
$(GST_LIBS) $(WIN32_LIBS)
|
||||
libgstsdpelem_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
libgstsdpelem_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstsdpdemux.h
|
||||
|
|
|
@ -18,5 +18,6 @@ nodist_libgstselector_la_SOURCES = $(built_sources)
|
|||
libgstselector_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstselector_la_LIBADD =
|
||||
libgstselector_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS)
|
||||
libgstselector_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstinputselector.h gstoutputselector.h
|
||||
|
|
|
@ -5,5 +5,6 @@ libgstsmooth_la_SOURCES = gstsmooth.c
|
|||
libgstsmooth_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstsmooth_la_LIBADD =
|
||||
libgstsmooth_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstsmooth_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstsmooth.h
|
||||
|
|
|
@ -5,6 +5,7 @@ libgstsmoothwave_la_SOURCES = gstsmoothwave.c
|
|||
libgstsmoothwave_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstsmoothwave_la_LIBADD =
|
||||
libgstsmoothwave_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstsmoothwave_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstsmoothwave.h
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ libgstspeed_la_SOURCES = gstspeed.c
|
|||
libgstspeed_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstspeed_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) $(LIBM)
|
||||
libgstspeed_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstspeed_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstspeed.h
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ libgstspeexresample_la_LIBADD = \
|
|||
$(LIBM)
|
||||
|
||||
libgstspeexresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstspeexresample_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = \
|
||||
arch.h \
|
||||
|
|
|
@ -5,6 +5,7 @@ libgststereo_la_SOURCES = gststereo.c
|
|||
libgststereo_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CONTROLLER_CFLAGS)
|
||||
libgststereo_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(GST_CONTROLLER_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR)
|
||||
libgststereo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgststereo_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gststereo.h
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ libgstsubenc_la_SOURCES = \
|
|||
libgstsubenc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GST_CONTROLLER_CFLAGS)
|
||||
libgstsubenc_la_LIBADD = $(GST_BASE_LIBS) $(GST_CONTROLLER_LIBS)
|
||||
libgstsubenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstsubenc_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstsrtenc.h
|
||||
|
|
|
@ -10,3 +10,5 @@ noinst_HEADERS = gstttaparse.h gstttadec.h \
|
|||
libgsttta_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgsttta_la_LIBADD = $(GST_LIBS) $(LIBM)
|
||||
libgsttta_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgsttta_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue