mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
build: use gst-glib-gen.mak to fix the glib build rules.
The build rules in glib-gen.mak were using pattern rules in a non save way.
This commit is contained in:
parent
ea02d865aa
commit
6904e46ef2
2 changed files with 6 additions and 4 deletions
|
@ -1,9 +1,10 @@
|
|||
plugin_LTLIBRARIES = libgstrtpmanager.la
|
||||
|
||||
glib_enum_define = GST_RTP_BIN
|
||||
glib_enum_prefix = gst_rtp_bin
|
||||
glib_gen_prefix = gst_rtp_bin
|
||||
glib_gen_basename = gstrtpbin
|
||||
|
||||
include $(top_srcdir)/common/glib-gen.mak
|
||||
include $(top_srcdir)/common/gst-glib-gen.mak
|
||||
|
||||
built_sources = gstrtpbin-marshal.c
|
||||
built_headers = gstrtpbin-marshal.h
|
||||
|
|
|
@ -3,9 +3,10 @@ plugin_LTLIBRARIES = libgstudp.la
|
|||
# variables used for enum/marshal generation
|
||||
glib_enum_headers = gstudp.h
|
||||
glib_enum_define = GST_UDP
|
||||
glib_enum_prefix = gst_udp
|
||||
glib_gen_prefix = gst_udp
|
||||
glib_gen_basename = gstudp
|
||||
|
||||
include $(top_srcdir)/common/glib-gen.mak
|
||||
include $(top_srcdir)/common/gst-glib-gen.mak
|
||||
|
||||
built_sources = gstudp-enumtypes.c gstudp-marshal.c
|
||||
built_headers = gstudp-enumtypes.h gstudp-marshal.h
|
||||
|
|
Loading…
Reference in a new issue