mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
gst/: Since we use videofilter symbols, link to it.
Original commit message from CVS: 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net> * gst/videofilter/Makefile.am: * gst/volume/Makefile.am: Since we use videofilter symbols, link to it.
This commit is contained in:
parent
01a7e0467d
commit
13bee94964
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/videofilter/Makefile.am:
|
||||
* gst/volume/Makefile.am:
|
||||
Since we use videofilter symbols, link to it.
|
||||
|
||||
2004-01-15 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
|
||||
|
|
|
@ -25,7 +25,7 @@ libgstvideoflip_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|||
|
||||
libgstvideobalance_la_SOURCES = gstvideobalance.c
|
||||
libgstvideobalance_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstvideobalance_la_LIBADD =
|
||||
libgstvideobalance_la_LIBADD = $(top_builddir)/gst-libs/gst/libgstinterfaces-$(GST_MAJORMINOR).la
|
||||
libgstvideobalance_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lm
|
||||
|
||||
libgstgamma_la_SOURCES = gstgamma.c
|
||||
|
@ -35,4 +35,3 @@ libgstgamma_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lm
|
|||
|
||||
gstvideoexample.c: $(srcdir)/make_filter $(srcdir)/gstvideotemplate.c
|
||||
$(srcdir)/make_filter Videoexample $(srcdir)/gstvideotemplate.c
|
||||
|
||||
|
|
Loading…
Reference in a new issue