endif
if HAVE_ORC
-check_orc = orc/video orc/audio orc/adder orc/audioconvert orc/volume orc/videoscale orc/videotestsrc
+check_orc = orc/video orc/audio orc/adder orc/audioconvert orc/volume orc/videoscale orc/videotestsrc \
+ orc/videoconvert
else
check_orc =
endif
orc_videotestsrc_CFLAGS = $(ORC_CFLAGS)
orc_videotestsrc_LDADD = $(ORC_LIBS) -lorc-test-0.4
nodist_orc_videotestsrc_SOURCES = orc/videotestsrc.c
+orc_videoconvert_CFLAGS = $(ORC_CFLAGS)
+orc_videoconvert_LDADD = $(ORC_LIBS) -lorc-test-0.4
+nodist_orc_videoconvert_SOURCES = orc/videoconvert.c
orc/video.c: $(top_srcdir)/gst-libs/gst/video/video-orc.orc
$(MKDIR_P) orc/
$(MKDIR_P) orc/
$(ORCC) --test -o $@ $<
+orc/videoconvert.c: $(top_srcdir)/gst/videoconvert/gstvideoconvertorc.orc
+ $(MKDIR_P) orc/
+ $(ORCC) --test -o $@ $<
+
distclean-local-orc:
rm -rf orc