2008-12-31 13:01:30 +00:00
|
|
|
# variables used for enum/marshal generation
|
|
|
|
glib_enum_headers= video.h
|
|
|
|
|
|
|
|
glib_enum_define=GST_VIDEO
|
|
|
|
glib_enum_prefix=gst_video
|
|
|
|
|
|
|
|
built_sources = video-enumtypes.c
|
|
|
|
built_headers = video-enumtypes.h
|
|
|
|
BUILT_SOURCES = $(built_sources) $(built_headers)
|
|
|
|
|
2005-04-25 00:23:06 +00:00
|
|
|
lib_LTLIBRARIES = libgstvideo-@GST_MAJORMINOR@.la
|
2002-09-26 12:20:12 +00:00
|
|
|
|
2008-12-31 13:01:30 +00:00
|
|
|
CLEANFILES = $(BUILT_SOURCES)
|
|
|
|
|
2005-11-28 17:32:55 +00:00
|
|
|
libgstvideo_@GST_MAJORMINOR@_la_SOURCES = video.c gstvideosink.c gstvideofilter.c
|
2008-12-31 13:01:30 +00:00
|
|
|
nodist_libgstvideo_@GST_MAJORMINOR@_la_SOURCES = $(BUILT_SOURCES)
|
2002-09-26 12:20:12 +00:00
|
|
|
|
2002-12-11 21:58:36 +00:00
|
|
|
libgstvideoincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/video
|
2005-11-28 17:32:55 +00:00
|
|
|
libgstvideoinclude_HEADERS = video.h gstvideosink.h gstvideofilter.h
|
2008-12-31 13:01:30 +00:00
|
|
|
nodist_libgstvideoinclude_HEADERS = $(built_headers)
|
2002-09-26 12:20:12 +00:00
|
|
|
|
2005-04-25 00:23:06 +00:00
|
|
|
libgstvideo_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS)
|
2005-07-13 17:58:07 +00:00
|
|
|
libgstvideo_@GST_MAJORMINOR@_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
2005-11-27 16:18:50 +00:00
|
|
|
libgstvideo_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
2008-12-31 13:01:30 +00:00
|
|
|
|
|
|
|
include $(top_srcdir)/common/glib-gen.mak
|