mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
Don't install static libs for plugins. Fixes #550851 for base.
Original commit message from CVS: * ext/alsa/Makefile.am: * ext/cdparanoia/Makefile.am: * ext/gio/Makefile.am: * ext/gnomevfs/Makefile.am: * ext/libvisual/Makefile.am: * ext/ogg/Makefile.am: * ext/pango/Makefile.am: * ext/theora/Makefile.am: * ext/vorbis/Makefile.am: * gst/adder/Makefile.am: * gst/audioconvert/Makefile.am: * gst/audiorate/Makefile.am: * gst/audioresample/Makefile.am: * gst/audiotestsrc/Makefile.am: * gst/ffmpegcolorspace/Makefile.am: * gst/gdp/Makefile.am: * gst/playback/Makefile.am: * gst/subparse/Makefile.am: * gst/tcp/Makefile.am: * gst/typefind/Makefile.am: * gst/videorate/Makefile.am: * gst/videoscale/Makefile.am: * gst/videotestsrc/Makefile.am: * gst/volume/Makefile.am: * sys/v4l/Makefile.am: * sys/ximage/Makefile.am: * sys/xvimage/Makefile.am: Don't install static libs for plugins. Fixes #550851 for base.
This commit is contained in:
parent
5ad1ebcf4c
commit
2cd4c7e2b9
28 changed files with 69 additions and 0 deletions
31
ChangeLog
31
ChangeLog
|
@ -1,3 +1,34 @@
|
||||||
|
2008-10-16 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* ext/alsa/Makefile.am:
|
||||||
|
* ext/cdparanoia/Makefile.am:
|
||||||
|
* ext/gio/Makefile.am:
|
||||||
|
* ext/gnomevfs/Makefile.am:
|
||||||
|
* ext/libvisual/Makefile.am:
|
||||||
|
* ext/ogg/Makefile.am:
|
||||||
|
* ext/pango/Makefile.am:
|
||||||
|
* ext/theora/Makefile.am:
|
||||||
|
* ext/vorbis/Makefile.am:
|
||||||
|
* gst/adder/Makefile.am:
|
||||||
|
* gst/audioconvert/Makefile.am:
|
||||||
|
* gst/audiorate/Makefile.am:
|
||||||
|
* gst/audioresample/Makefile.am:
|
||||||
|
* gst/audiotestsrc/Makefile.am:
|
||||||
|
* gst/ffmpegcolorspace/Makefile.am:
|
||||||
|
* gst/gdp/Makefile.am:
|
||||||
|
* gst/playback/Makefile.am:
|
||||||
|
* gst/subparse/Makefile.am:
|
||||||
|
* gst/tcp/Makefile.am:
|
||||||
|
* gst/typefind/Makefile.am:
|
||||||
|
* gst/videorate/Makefile.am:
|
||||||
|
* gst/videoscale/Makefile.am:
|
||||||
|
* gst/videotestsrc/Makefile.am:
|
||||||
|
* gst/volume/Makefile.am:
|
||||||
|
* sys/v4l/Makefile.am:
|
||||||
|
* sys/ximage/Makefile.am:
|
||||||
|
* sys/xvimage/Makefile.am:
|
||||||
|
Don't install static libs for plugins. Fixes #550851 for base.
|
||||||
|
|
||||||
2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
|
2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
* gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
|
* gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
|
||||||
|
|
|
@ -23,6 +23,7 @@ libgstalsa_la_LIBADD = \
|
||||||
$(ALSA_LIBS)
|
$(ALSA_LIBS)
|
||||||
|
|
||||||
libgstalsa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstalsa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
libgstalsa_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gstalsa.h \
|
gstalsa.h \
|
||||||
|
|
|
@ -8,5 +8,6 @@ libgstcdparanoia_la_LIBADD = \
|
||||||
$(GST_LIBS) \
|
$(GST_LIBS) \
|
||||||
$(CDPARANOIA_LIBS)
|
$(CDPARANOIA_LIBS)
|
||||||
libgstcdparanoia_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstcdparanoia_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
libgstcdparanoia_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
noinst_HEADERS = gstcdparanoiasrc.h
|
noinst_HEADERS = gstcdparanoiasrc.h
|
||||||
|
|
|
@ -15,6 +15,7 @@ libgstgio_la_SOURCES = \
|
||||||
libgstgio_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GIO_CFLAGS)
|
libgstgio_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GIO_CFLAGS)
|
||||||
libgstgio_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GIO_LIBS)
|
libgstgio_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GIO_LIBS)
|
||||||
libgstgio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GIO_LDFLAGS)
|
libgstgio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GIO_LDFLAGS)
|
||||||
|
libgstgio_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
# headers we need but don't want installed
|
# headers we need but don't want installed
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
|
|
|
@ -12,6 +12,7 @@ libgstgnomevfs_la_LIBADD = \
|
||||||
$(top_builddir)/gst-libs/gst/tag/libgsttag-$(GST_MAJORMINOR).la \
|
$(top_builddir)/gst-libs/gst/tag/libgsttag-$(GST_MAJORMINOR).la \
|
||||||
$(GST_BASE_LIBS) $(GNOME_VFS_LIBS)
|
$(GST_BASE_LIBS) $(GNOME_VFS_LIBS)
|
||||||
libgstgnomevfs_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstgnomevfs_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
libgstgnomevfs_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gstgnomevfs.h \
|
gstgnomevfs.h \
|
||||||
|
|
|
@ -4,3 +4,5 @@ libgstlibvisual_la_SOURCES = visual.c
|
||||||
libgstlibvisual_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(LIBVISUAL_CFLAGS)
|
libgstlibvisual_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(LIBVISUAL_CFLAGS)
|
||||||
libgstlibvisual_la_LIBADD = $(GST_BASE_LIBS) $(LIBVISUAL_LIBS)
|
libgstlibvisual_la_LIBADD = $(GST_BASE_LIBS) $(LIBVISUAL_LIBS)
|
||||||
libgstlibvisual_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstlibvisual_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
libgstlibvisual_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
|
|
|
@ -18,3 +18,5 @@ libgstogg_la_LIBADD = \
|
||||||
$(GST_BASE_LIBS) \
|
$(GST_BASE_LIBS) \
|
||||||
$(OGG_LIBS)
|
$(OGG_LIBS)
|
||||||
libgstogg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstogg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
libgstogg_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
|
|
|
@ -24,3 +24,5 @@ libgstpango_la_LIBADD = \
|
||||||
$(GST_LIBS) \
|
$(GST_LIBS) \
|
||||||
$(PANGO_LIBS)
|
$(PANGO_LIBS)
|
||||||
libgstpango_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstpango_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
libgstpango_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
|
|
|
@ -9,3 +9,5 @@ libgsttheora_la_LIBADD = \
|
||||||
$(GST_LIBS) \
|
$(GST_LIBS) \
|
||||||
$(THEORA_LIBS)
|
$(THEORA_LIBS)
|
||||||
libgsttheora_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgsttheora_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
libgsttheora_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
|
|
|
@ -11,5 +11,6 @@ libgstvorbis_la_LIBADD = \
|
||||||
$(GST_LIBS) \
|
$(GST_LIBS) \
|
||||||
$(VORBIS_LIBS) $(VORBISENC_LIBS)
|
$(VORBIS_LIBS) $(VORBISENC_LIBS)
|
||||||
libgstvorbis_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstvorbis_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
libgstvorbis_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
noinst_HEADERS = vorbisenc.h vorbisdec.h vorbisparse.h vorbistag.h
|
noinst_HEADERS = vorbisenc.h vorbisdec.h vorbisparse.h vorbistag.h
|
||||||
|
|
|
@ -4,5 +4,6 @@ libgstadder_la_SOURCES = gstadder.c
|
||||||
libgstadder_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
libgstadder_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||||
libgstadder_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstadder_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstadder_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
libgstadder_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
||||||
|
libgstadder_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
noinst_HEADERS = gstadder.h
|
noinst_HEADERS = gstadder.h
|
||||||
|
|
|
@ -12,6 +12,7 @@ libgstaudioconvert_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstaudioconvert_la_LIBADD = \
|
libgstaudioconvert_la_LIBADD = \
|
||||||
$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la \
|
$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la \
|
||||||
$(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
|
$(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
|
||||||
|
libgstaudioconvert_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gstaudioconvert.h \
|
gstaudioconvert.h \
|
||||||
|
|
|
@ -4,3 +4,5 @@ libgstaudiorate_la_SOURCES = gstaudiorate.c
|
||||||
libgstaudiorate_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
libgstaudiorate_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||||
libgstaudiorate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstaudiorate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstaudiorate_la_LIBADD = $(GST_LIBS)
|
libgstaudiorate_la_LIBADD = $(GST_LIBS)
|
||||||
|
libgstaudiorate_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
|
|
|
@ -19,3 +19,5 @@ libgstaudioresample_la_SOURCES = gstaudioresample.c $(resample_SOURCES)
|
||||||
libgstaudioresample_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBOIL_CFLAGS)
|
libgstaudioresample_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBOIL_CFLAGS)
|
||||||
libgstaudioresample_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBOIL_LIBS)
|
libgstaudioresample_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBOIL_LIBS)
|
||||||
libgstaudioresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstaudioresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
libgstaudioresample_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
|
|
|
@ -4,5 +4,6 @@ libgstaudiotestsrc_la_SOURCES = gstaudiotestsrc.c
|
||||||
libgstaudiotestsrc_la_CFLAGS = $(GST_CFLAGS) $(GST_CONTROLLER_CFLAGS)
|
libgstaudiotestsrc_la_CFLAGS = $(GST_CFLAGS) $(GST_CONTROLLER_CFLAGS)
|
||||||
libgstaudiotestsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstaudiotestsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstaudiotestsrc_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(GST_CONTROLLER_LIBS) $(LIBM)
|
libgstaudiotestsrc_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(GST_CONTROLLER_LIBS) $(LIBM)
|
||||||
|
libgstaudiotestsrc_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
noinst_HEADERS = gstaudiotestsrc.h
|
noinst_HEADERS = gstaudiotestsrc.h
|
||||||
|
|
|
@ -12,6 +12,7 @@ libgstffmpegcolorspace_la_SOURCES = \
|
||||||
libgstffmpegcolorspace_la_CFLAGS = $(GST_CFLAGS)
|
libgstffmpegcolorspace_la_CFLAGS = $(GST_CFLAGS)
|
||||||
libgstffmpegcolorspace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstffmpegcolorspace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstffmpegcolorspace_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
libgstffmpegcolorspace_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
||||||
|
libgstffmpegcolorspace_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gstffmpegcolorspace.h \
|
gstffmpegcolorspace.h \
|
||||||
|
|
|
@ -8,6 +8,7 @@ libgstgdp_la_SOURCES = \
|
||||||
libgstgdp_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
libgstgdp_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||||
libgstgdp_la_LIBADD = $(GST_BASE_LIBS) $(GST_GDP_LIBS)
|
libgstgdp_la_LIBADD = $(GST_BASE_LIBS) $(GST_GDP_LIBS)
|
||||||
libgstgdp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstgdp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
libgstgdp_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gstgdppay.h \
|
gstgdppay.h \
|
||||||
|
|
|
@ -27,6 +27,7 @@ libgstplaybin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstplaybin_la_LIBADD = \
|
libgstplaybin_la_LIBADD = \
|
||||||
$(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la \
|
$(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la \
|
||||||
$(GST_LIBS)
|
$(GST_LIBS)
|
||||||
|
libgstplaybin_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
libgstdecodebin_la_SOURCES = gstdecodebin.c
|
libgstdecodebin_la_SOURCES = gstdecodebin.c
|
||||||
nodist_libgstdecodebin_la_SOURCES = $(built_sources)
|
nodist_libgstdecodebin_la_SOURCES = $(built_sources)
|
||||||
|
@ -35,6 +36,7 @@ libgstdecodebin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstdecodebin_la_LIBADD = \
|
libgstdecodebin_la_LIBADD = \
|
||||||
$(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la \
|
$(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la \
|
||||||
$(GST_LIBS)
|
$(GST_LIBS)
|
||||||
|
libgstdecodebin_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
libgstdecodebin2_la_SOURCES = gstdecodebin2.c gsturidecodebin.c gstfactorylists.c gstplay-enum.c
|
libgstdecodebin2_la_SOURCES = gstdecodebin2.c gsturidecodebin.c gstfactorylists.c gstplay-enum.c
|
||||||
nodist_libgstdecodebin2_la_SOURCES = $(built_sources)
|
nodist_libgstdecodebin2_la_SOURCES = $(built_sources)
|
||||||
|
@ -43,12 +45,14 @@ libgstdecodebin2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstdecodebin2_la_LIBADD = \
|
libgstdecodebin2_la_LIBADD = \
|
||||||
$(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la \
|
$(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la \
|
||||||
$(GST_LIBS)
|
$(GST_LIBS)
|
||||||
|
libgstdecodebin2_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
libgstqueue2_la_SOURCES = gstqueue2.c
|
libgstqueue2_la_SOURCES = gstqueue2.c
|
||||||
nodist_libgstqueue2_la_SOURCES = $(built_sources)
|
nodist_libgstqueue2_la_SOURCES = $(built_sources)
|
||||||
libgstqueue2_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
libgstqueue2_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||||
libgstqueue2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstqueue2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstqueue2_la_LIBADD = $(GST_LIBS)
|
libgstqueue2_la_LIBADD = $(GST_LIBS)
|
||||||
|
libgstqueue2_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gstplaybasebin.h \
|
gstplaybasebin.h \
|
||||||
|
|
|
@ -20,6 +20,7 @@ libgstsubparse_la_SOURCES = \
|
||||||
libgstsubparse_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
|
libgstsubparse_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
|
||||||
libgstsubparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstsubparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstsubparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
libgstsubparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
||||||
|
libgstsubparse_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gstssaparse.h \
|
gstssaparse.h \
|
||||||
|
|
|
@ -26,6 +26,7 @@ nodist_libgsttcp_la_SOURCES = \
|
||||||
libgsttcp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) -DGST_ENABLE_NEW
|
libgsttcp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) -DGST_ENABLE_NEW
|
||||||
libgsttcp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgsttcp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgsttcp_la_LIBADD = $(GST_BASE_LIBS) $(GST_GDP_LIBS) $(GST_LIBS)
|
libgsttcp_la_LIBADD = $(GST_BASE_LIBS) $(GST_GDP_LIBS) $(GST_LIBS)
|
||||||
|
libgsttcp_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gsttcpplugin.h \
|
gsttcpplugin.h \
|
||||||
|
|
|
@ -4,3 +4,5 @@ libgsttypefindfunctions_la_SOURCES = gsttypefindfunctions.c
|
||||||
libgsttypefindfunctions_la_CFLAGS = $(GST_CFLAGS)
|
libgsttypefindfunctions_la_CFLAGS = $(GST_CFLAGS)
|
||||||
libgsttypefindfunctions_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgsttypefindfunctions_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgsttypefindfunctions_la_LIBADD = $(GST_LIBS)
|
libgsttypefindfunctions_la_LIBADD = $(GST_LIBS)
|
||||||
|
libgsttypefindfunctions_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
|
|
|
@ -6,3 +6,5 @@ libgstvideorate_la_SOURCES = gstvideorate.c
|
||||||
libgstvideorate_la_CFLAGS = $(GST_CFLAGS)
|
libgstvideorate_la_CFLAGS = $(GST_CFLAGS)
|
||||||
libgstvideorate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstvideorate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstvideorate_la_LIBADD = $(GST_LIBS)
|
libgstvideorate_la_LIBADD = $(GST_LIBS)
|
||||||
|
libgstvideorate_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@ libgstvideoscale_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstvideoscale_la_LIBADD = \
|
libgstvideoscale_la_LIBADD = \
|
||||||
$(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \
|
$(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \
|
||||||
$(GST_BASE_LIBS) $(GST_LIBS) $(LIBOIL_LIBS)
|
$(GST_BASE_LIBS) $(GST_LIBS) $(LIBOIL_LIBS)
|
||||||
|
libgstvideoscale_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gstvideoscale.h \
|
gstvideoscale.h \
|
||||||
|
|
|
@ -7,5 +7,6 @@ libgstvideotestsrc_la_SOURCES = \
|
||||||
libgstvideotestsrc_la_CFLAGS = $(GST_CFLAGS) $(LIBOIL_CFLAGS)
|
libgstvideotestsrc_la_CFLAGS = $(GST_CFLAGS) $(LIBOIL_CFLAGS)
|
||||||
libgstvideotestsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstvideotestsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstvideotestsrc_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(LIBOIL_LIBS)
|
libgstvideotestsrc_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(LIBOIL_LIBS)
|
||||||
|
libgstvideotestsrc_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
noinst_HEADERS = gstvideotestsrc.h videotestsrc.h
|
noinst_HEADERS = gstvideotestsrc.h videotestsrc.h
|
||||||
|
|
|
@ -10,6 +10,7 @@ libgstvolume_la_LIBADD = \
|
||||||
$(GST_CONTROLLER_LIBS) \
|
$(GST_CONTROLLER_LIBS) \
|
||||||
$(GST_LIBS) \
|
$(GST_LIBS) \
|
||||||
$(LIBOIL_LIBS)
|
$(LIBOIL_LIBS)
|
||||||
|
libgstvolume_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
noinst_HEADERS = gstvolume.h
|
noinst_HEADERS = gstvolume.h
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,7 @@ libgstvideo4linux_la_LIBADD = \
|
||||||
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-$(GST_MAJORMINOR).la \
|
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-$(GST_MAJORMINOR).la \
|
||||||
$(GST_BASE_LIBS) $(GST_LIBS) $(xv_libs)
|
$(GST_BASE_LIBS) $(GST_LIBS) $(xv_libs)
|
||||||
libgstvideo4linux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstvideo4linux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
libgstvideo4linux_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
noinst_HEADERS = gstv4lelement.h v4l_calls.h \
|
noinst_HEADERS = gstv4lelement.h v4l_calls.h \
|
||||||
gstv4lsrc.h v4lsrc_calls.h \
|
gstv4lsrc.h v4lsrc_calls.h \
|
||||||
|
|
|
@ -9,5 +9,6 @@ libgstximagesink_la_LIBADD = \
|
||||||
$(X_LIBS) $(XSHM_LIBS)
|
$(X_LIBS) $(XSHM_LIBS)
|
||||||
libgstximagesink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstximagesink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstximagesink_la_DEPENDENCIES = $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la
|
libgstximagesink_la_DEPENDENCIES = $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la
|
||||||
|
libgstximagesink_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
noinst_HEADERS = ximagesink.h
|
noinst_HEADERS = ximagesink.h
|
||||||
|
|
|
@ -10,5 +10,6 @@ libgstxvimagesink_la_LIBADD = \
|
||||||
$(X_LIBS) $(XVIDEO_LIBS) $(XSHM_LIBS) $(LIBM)
|
$(X_LIBS) $(XVIDEO_LIBS) $(XSHM_LIBS) $(LIBM)
|
||||||
libgstxvimagesink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstxvimagesink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstxvimagesink_la_DEPENDENCIES = $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la
|
libgstxvimagesink_la_DEPENDENCIES = $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la
|
||||||
|
libgstxvimagesink_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
noinst_HEADERS = xvimagesink.h
|
noinst_HEADERS = xvimagesink.h
|
||||||
|
|
Loading…
Reference in a new issue