mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
Handle builddir != srcdir builds with making gstvideoexample.c
Original commit message from CVS: Handle builddir != srcdir builds with making gstvideoexample.c
This commit is contained in:
parent
6f0026286d
commit
60f5f23055
1 changed files with 2 additions and 3 deletions
|
@ -6,7 +6,7 @@ noinst_LTLIBRARIES = libgstvideoexample.la
|
|||
noinst_HEADERS = gstvideofilter.h gstvideoflip.h gstvideobalance.h
|
||||
|
||||
EXTRA_DIST = gstvideotemplate.c make_filter
|
||||
EXTRA_CLEAN = gstvideoexample.c
|
||||
CLEANFILES = gstvideoexample.c
|
||||
|
||||
libgstvideofilter_la_SOURCES = gstvideofilter.c
|
||||
libgstvideofilter_la_CFLAGS = $(GST_CFLAGS)
|
||||
|
@ -29,7 +29,6 @@ libgstvideobalance_la_LIBADD =
|
|||
libgstvideobalance_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lm
|
||||
|
||||
|
||||
# no, this doesn't work if $(srcdir) != (builddir)
|
||||
gstvideoexample.c: $(srcdir)/make_filter $(srcdir)/gstvideotemplate.c
|
||||
$(srcdir)/make_filter Videoexample
|
||||
$(srcdir)/make_filter Videoexample $(srcdir)/gstvideotemplate.c
|
||||
|
||||
|
|
Loading…
Reference in a new issue