mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
tests: Don't dist generated orc files
This commit is contained in:
parent
e9d4710cc8
commit
0e721b81f4
1 changed files with 3 additions and 0 deletions
|
@ -241,10 +241,13 @@ pipelines_wavpack_CFLAGS = $(GST_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
|
|||
|
||||
orc_deinterlace_CFLAGS = $(ORC_CFLAGS)
|
||||
orc_deinterlace_LDADD = $(ORC_LIBS) -lorc-test-0.4
|
||||
nodist_orc_deinterlace_SOURCES = orc/deinterlace.c
|
||||
orc_videomixer_CFLAGS = $(ORC_CFLAGS)
|
||||
orc_videomixer_LDADD = $(ORC_LIBS) -lorc-test-0.4
|
||||
nodist_orc_videomixer_SOURCES = orc/videomixer.c
|
||||
orc_videobox_CFLAGS = $(ORC_CFLAGS)
|
||||
orc_videobox_LDADD = $(ORC_LIBS) -lorc-test-0.4
|
||||
nodist_orc_videobox_SOURCES = orc/videobox.c
|
||||
|
||||
orc/deinterlace.c: $(top_srcdir)/gst/deinterlace/tvtime.orc
|
||||
$(MKDIR_P) orc/
|
||||
|
|
Loading…
Reference in a new issue