mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
mpegts: Install generated headers
https://bugzilla.gnome.org/show_bug.cgi?id=720673
This commit is contained in:
parent
72e989f2da
commit
d5b438a984
2 changed files with 4 additions and 4 deletions
|
@ -18,8 +18,8 @@ libgstmpegts_@GST_API_VERSION@include_HEADERS = \
|
||||||
gst-scte-section.h \
|
gst-scte-section.h \
|
||||||
gstmpegtsdescriptor.h \
|
gstmpegtsdescriptor.h \
|
||||||
gst-dvb-descriptor.h \
|
gst-dvb-descriptor.h \
|
||||||
mpegts.h
|
mpegts.h \
|
||||||
|
gstmpegts-enumtypes.h
|
||||||
|
|
||||||
libgstmpegts_@GST_API_VERSION@_la_CFLAGS = \
|
libgstmpegts_@GST_API_VERSION@_la_CFLAGS = \
|
||||||
$(GST_PLUGINS_BAD_CFLAGS) \
|
$(GST_PLUGINS_BAD_CFLAGS) \
|
||||||
|
@ -47,7 +47,7 @@ glib_gen_prefix=gst_mpegts
|
||||||
glib_gen_basename=gstmpegts
|
glib_gen_basename=gstmpegts
|
||||||
|
|
||||||
BUILT_SOURCES = gstmpegts-enumtypes.c gstmpegts-enumtypes.h
|
BUILT_SOURCES = gstmpegts-enumtypes.c gstmpegts-enumtypes.h
|
||||||
nodist_libgstmpegts_@GST_API_VERSION@_la_SOURCES = $(BUILT_SOURCES)
|
nodist_libgstmpegts_@GST_API_VERSION@_la_SOURCES = gstmpegts-enumtypes.c
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
CLEANFILES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
|
|
|
@ -9,5 +9,5 @@ Name: GStreamer Bad Plugin libraries
|
||||||
Description: Streaming media framework, bad plugins libraries
|
Description: Streaming media framework, bad plugins libraries
|
||||||
Requires: gstreamer-@GST_API_VERSION@
|
Requires: gstreamer-@GST_API_VERSION@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir}
|
Libs: -L${libdir} -lgstmpegts-@GST_API_VERSION@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
Loading…
Reference in a new issue