Rename to gst/ as sys/ was too vague.

This commit is contained in:
gb 2010-03-30 07:46:47 +00:00
parent 05a1ed2d23
commit fb4fffd5cb
10 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = foreign 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* # Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = \ MAINTAINERCLEANFILES = \

View file

@ -296,9 +296,9 @@ pkgconfig/gstreamer-vaapi.pc.in
pkgconfig/gstreamer-vaapi-glx.pc.in pkgconfig/gstreamer-vaapi-glx.pc.in
pkgconfig/gstreamer-vaapi-x11-$GST_MAJORMINOR.pc:\ pkgconfig/gstreamer-vaapi-x11-$GST_MAJORMINOR.pc:\
pkgconfig/gstreamer-vaapi-x11.pc.in pkgconfig/gstreamer-vaapi-x11.pc.in
sys/Makefile gst/Makefile
sys/vaapiconvert/Makefile gst/vaapiconvert/Makefile
sys/vaapisink/Makefile gst/vaapisink/Makefile
tests/Makefile tests/Makefile
]) ])

View file

@ -46,8 +46,8 @@ FIXXREF_OPTIONS = \
# Used for dependencies. The docs will be rebuilt if any of these change. # Used for dependencies. The docs will be rebuilt if any of these change.
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
HFILE_GLOB = $(top_srcdir)/sys/*/*.h HFILE_GLOB = $(top_srcdir)/gst/*/*.h
CFILE_GLOB = $(top_srcdir)/sys/*/*.c CFILE_GLOB = $(top_srcdir)/gst/*/*.c
# Header files to ignore when scanning. # Header files to ignore when scanning.
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
@ -88,8 +88,8 @@ INCLUDES = \
GTKDOC_LIBS = \ GTKDOC_LIBS = \
$(top_builddir)/gst-libs/gst/vaapi/libgstvaapi-$(GST_MAJORMINOR).la \ $(top_builddir)/gst-libs/gst/vaapi/libgstvaapi-$(GST_MAJORMINOR).la \
$(top_builddir)/gst-libs/gst/vaapi/libgstvaapi-x11-$(GST_MAJORMINOR).la \ $(top_builddir)/gst-libs/gst/vaapi/libgstvaapi-x11-$(GST_MAJORMINOR).la \
$(top_builddir)/sys/vaapiconvert/libgstvaapiconvert.la \ $(top_builddir)/gst/vaapiconvert/libgstvaapiconvert.la \
$(top_builddir)/sys/vaapisink/libgstvaapisink.la \ $(top_builddir)/gst/vaapisink/libgstvaapisink.la \
$(GLIB_LIBS) $(GLIB_LIBS)
# This includes the standard gtk-doc make rules, copied by gtkdocize. # This includes the standard gtk-doc make rules, copied by gtkdocize.