mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
6577f5e91e
`./configure --disable-gst-tracer-hooks` didn't do anything, hooks were always enabled regardless of the option. It works correctly in the Meson build though.
7 lines
111 B
Makefile
7 lines
111 B
Makefile
SUBDIRS = elements
|
|
|
|
if !GST_DISABLE_GST_TRACER_HOOKS
|
|
SUBDIRS += tracers
|
|
endif
|
|
|
|
DIST_SUBDIRS = elements tracers
|