mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
Rename to gst/ as sys/ was too vague.
This commit is contained in:
parent
05a1ed2d23
commit
fb4fffd5cb
10 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
SUBDIRS = debian.upstream gst-libs pkgconfig sys tests docs
|
||||
SUBDIRS = debian.upstream gst-libs gst pkgconfig tests docs
|
||||
|
||||
# Extra clean files so that maintainer-clean removes *everything*
|
||||
MAINTAINERCLEANFILES = \
|
||||
|
|
|
@ -296,9 +296,9 @@ pkgconfig/gstreamer-vaapi.pc.in
|
|||
pkgconfig/gstreamer-vaapi-glx.pc.in
|
||||
pkgconfig/gstreamer-vaapi-x11-$GST_MAJORMINOR.pc:\
|
||||
pkgconfig/gstreamer-vaapi-x11.pc.in
|
||||
sys/Makefile
|
||||
sys/vaapiconvert/Makefile
|
||||
sys/vaapisink/Makefile
|
||||
gst/Makefile
|
||||
gst/vaapiconvert/Makefile
|
||||
gst/vaapisink/Makefile
|
||||
tests/Makefile
|
||||
])
|
||||
|
||||
|
|
|
@ -46,8 +46,8 @@ FIXXREF_OPTIONS = \
|
|||
# Used for dependencies. The docs will be rebuilt if any of these change.
|
||||
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
|
||||
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
|
||||
HFILE_GLOB = $(top_srcdir)/sys/*/*.h
|
||||
CFILE_GLOB = $(top_srcdir)/sys/*/*.c
|
||||
HFILE_GLOB = $(top_srcdir)/gst/*/*.h
|
||||
CFILE_GLOB = $(top_srcdir)/gst/*/*.c
|
||||
|
||||
# Header files to ignore when scanning.
|
||||
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
|
||||
|
@ -88,8 +88,8 @@ INCLUDES = \
|
|||
GTKDOC_LIBS = \
|
||||
$(top_builddir)/gst-libs/gst/vaapi/libgstvaapi-$(GST_MAJORMINOR).la \
|
||||
$(top_builddir)/gst-libs/gst/vaapi/libgstvaapi-x11-$(GST_MAJORMINOR).la \
|
||||
$(top_builddir)/sys/vaapiconvert/libgstvaapiconvert.la \
|
||||
$(top_builddir)/sys/vaapisink/libgstvaapisink.la \
|
||||
$(top_builddir)/gst/vaapiconvert/libgstvaapiconvert.la \
|
||||
$(top_builddir)/gst/vaapisink/libgstvaapisink.la \
|
||||
$(GLIB_LIBS)
|
||||
|
||||
# This includes the standard gtk-doc make rules, copied by gtkdocize.
|
||||
|
|
Loading…
Reference in a new issue