mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
docs: ignore some private GL headers
This commit is contained in:
parent
9447ea2dea
commit
4311567462
1 changed files with 3 additions and 1 deletions
|
@ -40,7 +40,9 @@ IGNORE_HFILES = \
|
||||||
$(top_srcdir)/gst-libs/gst/mpegts/gstmpegts-private.h \
|
$(top_srcdir)/gst-libs/gst/mpegts/gstmpegts-private.h \
|
||||||
$(top_srcdir)/gst-libs/gst/player/gstplayer-signal-dispatcher-private.h \
|
$(top_srcdir)/gst-libs/gst/player/gstplayer-signal-dispatcher-private.h \
|
||||||
$(top_srcdir)/gst-libs/gst/player/gstplayer-video-renderer-private.h \
|
$(top_srcdir)/gst-libs/gst/player/gstplayer-video-renderer-private.h \
|
||||||
$(top_srcdir)/gst-libs/gst/player/gstplayer-media-info-private.h
|
$(top_srcdir)/gst-libs/gst/player/gstplayer-media-info-private.h \
|
||||||
|
$(top_srcdir)/gst-libs/gst/gl/gstglcontext_private.h \
|
||||||
|
$(top_srcdir)/gst-libs/gst/gl/gstglsl_private.h
|
||||||
|
|
||||||
# Images to copy into HTML directory.
|
# Images to copy into HTML directory.
|
||||||
HTML_IMAGES =
|
HTML_IMAGES =
|
||||||
|
|
Loading…
Reference in a new issue