diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2013-09-17 15:11:41 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2013-09-17 15:11:41 +0200 |
commit | 99675d1161eb00467a2380b7fc939a7202314a9d (patch) | |
tree | f7e3ed9bd179e8a5de76b2d6fc22af619f1cd4d1 /tests | |
parent | b2982bb749232734ca9c7b658bc497cafaeffa8a (diff) | |
download | gstreamer-plugins-good-99675d1161eb00467a2380b7fc939a7202314a9d.tar.gz |
check: change for videomixer renamed orc file
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index b9d9cec4c..69c1f7d7e 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -352,7 +352,7 @@ orc/deinterlace.c: $(top_srcdir)/gst/deinterlace/tvtime.orc $(MKDIR_P) orc/ $(ORCC) --test -o $@ $< -orc/videomixer.c: $(top_srcdir)/gst/videomixer/blendorc.orc +orc/videomixer.c: $(top_srcdir)/gst/videomixer/videomixerorc.orc $(MKDIR_P) orc/ $(ORCC) --test -o $@ $< |