mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
ignore gstcompat.h
Original commit message from CVS: ignore gstcompat.h
This commit is contained in:
parent
166d345b1f
commit
f85f7a3952
3 changed files with 7 additions and 3 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 4a7bc52a893bdd9fefa9fabe460c827822a9e0f2
|
||||
Subproject commit 86c508421de359776c4c2cb411a78c729330a250
|
|
@ -18,7 +18,9 @@ CLEANFILES = gstreamer.c gstreamer-base.defs
|
|||
EXTRA_DIST = gstreamer-extra.defs gstreamer.override
|
||||
gstreamer.c: gstreamer.defs gstreamer.override
|
||||
|
||||
GST_EXCLUDE_INCLUDES=$(GST_INCLUDEDIR)/gst/gstatomic_impl.h
|
||||
GST_EXCLUDE_INCLUDES=\
|
||||
$(GST_INCLUDEDIR)/gst/gstatomic_impl.h \
|
||||
$(GST_INCLUDEDIR)/gst/gstcompat.h
|
||||
GST_INCLUDES=$(filter-out $(GST_EXCLUDE_INCLUDES),$(wildcard $(GST_INCLUDEDIR)/gst/*.h))
|
||||
|
||||
gstreamer-base.defs: $(GST_INCLUDES)
|
||||
|
|
|
@ -18,7 +18,9 @@ CLEANFILES = gstreamer.c gstreamer-base.defs
|
|||
EXTRA_DIST = gstreamer-extra.defs gstreamer.override
|
||||
gstreamer.c: gstreamer.defs gstreamer.override
|
||||
|
||||
GST_EXCLUDE_INCLUDES=$(GST_INCLUDEDIR)/gst/gstatomic_impl.h
|
||||
GST_EXCLUDE_INCLUDES=\
|
||||
$(GST_INCLUDEDIR)/gst/gstatomic_impl.h \
|
||||
$(GST_INCLUDEDIR)/gst/gstcompat.h
|
||||
GST_INCLUDES=$(filter-out $(GST_EXCLUDE_INCLUDES),$(wildcard $(GST_INCLUDEDIR)/gst/*.h))
|
||||
|
||||
gstreamer-base.defs: $(GST_INCLUDES)
|
||||
|
|
Loading…
Reference in a new issue