mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
rtsp: Fix introspection build by ordering sources/headers in dependency order
This commit is contained in:
parent
c53499c62b
commit
ab17f5d3fa
1 changed files with 8 additions and 8 deletions
|
@ -1,13 +1,13 @@
|
||||||
libgstrtspincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/rtsp
|
libgstrtspincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/rtsp
|
||||||
|
|
||||||
libgstrtspinclude_HEADERS = gstrtspbase64.h \
|
libgstrtspinclude_HEADERS = gstrtspbase64.h \
|
||||||
|
gstrtsptransport.h \
|
||||||
|
gstrtspurl.h \
|
||||||
|
gstrtspmessage.h \
|
||||||
gstrtspconnection.h \
|
gstrtspconnection.h \
|
||||||
gstrtspdefs.h \
|
gstrtspdefs.h \
|
||||||
gstrtspextension.h \
|
gstrtspextension.h \
|
||||||
gstrtspmessage.h \
|
gstrtsprange.h
|
||||||
gstrtsprange.h \
|
|
||||||
gstrtsptransport.h \
|
|
||||||
gstrtspurl.h
|
|
||||||
|
|
||||||
#gstrtspextreal.h
|
#gstrtspextreal.h
|
||||||
#gstrtspextwms.h
|
#gstrtspextwms.h
|
||||||
|
@ -18,13 +18,13 @@ built_sources = rtsp-marshal.c gstrtsp-enumtypes.c
|
||||||
built_headers = rtsp-marshal.h gstrtsp-enumtypes.h
|
built_headers = rtsp-marshal.h gstrtsp-enumtypes.h
|
||||||
|
|
||||||
libgstrtsp_@GST_MAJORMINOR@_la_SOURCES = gstrtspbase64.c \
|
libgstrtsp_@GST_MAJORMINOR@_la_SOURCES = gstrtspbase64.c \
|
||||||
|
gstrtsptransport.c \
|
||||||
|
gstrtspurl.c \
|
||||||
|
gstrtspmessage.c \
|
||||||
gstrtspconnection.c \
|
gstrtspconnection.c \
|
||||||
gstrtspdefs.c \
|
gstrtspdefs.c \
|
||||||
gstrtspextension.c \
|
gstrtspextension.c \
|
||||||
gstrtspmessage.c \
|
gstrtsprange.c
|
||||||
gstrtsprange.c \
|
|
||||||
gstrtsptransport.c \
|
|
||||||
gstrtspurl.c
|
|
||||||
|
|
||||||
nodist_libgstrtsp_@GST_MAJORMINOR@_la_SOURCES = $(built_sources)
|
nodist_libgstrtsp_@GST_MAJORMINOR@_la_SOURCES = $(built_sources)
|
||||||
nodist_libgstrtspinclude_HEADERS = gstrtsp-enumtypes.h
|
nodist_libgstrtspinclude_HEADERS = gstrtsp-enumtypes.h
|
||||||
|
|
Loading…
Reference in a new issue