mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
tests: Add clean rule for the orc tests
This commit is contained in:
parent
20b589c793
commit
aa9dc41a6b
1 changed files with 3 additions and 0 deletions
|
@ -257,4 +257,7 @@ orc/videobox.c: $(top_srcdir)/gst/videobox/gstvideoboxorc.orc
|
||||||
$(MKDIR_P) orc/
|
$(MKDIR_P) orc/
|
||||||
$(ORCC) --test -o $@ $<
|
$(ORCC) --test -o $@ $<
|
||||||
|
|
||||||
|
clean-local-orc:
|
||||||
|
rm -rf orc
|
||||||
|
|
||||||
EXTRA_DIST = gst-plugins-good.supp
|
EXTRA_DIST = gst-plugins-good.supp
|
||||||
|
|
Loading…
Reference in a new issue