mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
tests: create/remove orc directory at proper time
Before automake creates .deps directories, and during distclean. https://bugzilla.gnome.org/show_bug.cgi?id=705350
This commit is contained in:
parent
edb114c4bc
commit
b456878697
2 changed files with 5 additions and 2 deletions
|
@ -2306,6 +2306,8 @@ AC_SUBST(GST_PLUGIN_LDFLAGS)
|
|||
|
||||
dnl *** output files ***
|
||||
|
||||
$MKDIR_P tests/check/orc
|
||||
|
||||
dnl po/Makefile.in
|
||||
|
||||
AC_CONFIG_FILES(
|
||||
|
|
|
@ -31,7 +31,8 @@ CLEANFILES = core.* test-registry.*
|
|||
|
||||
SUPPRESSIONS = $(top_srcdir)/common/gst.supp $(srcdir)/gst-plugins-bad.supp
|
||||
|
||||
clean-local: clean-local-check clean-local-orc
|
||||
clean-local: clean-local-check
|
||||
distclean-local: distclean-local-orc
|
||||
|
||||
if USE_ASSRENDER
|
||||
check_assrender = elements/assrender
|
||||
|
@ -378,6 +379,6 @@ orc/bayer.c: $(top_srcdir)/gst/bayer/gstbayerorc.orc
|
|||
$(MKDIR_P) orc
|
||||
$(ORCC) --test -o $@ $<
|
||||
|
||||
clean-local-orc:
|
||||
distclean-local-orc:
|
||||
rm -rf orc
|
||||
|
||||
|
|
Loading…
Reference in a new issue