2002-12-08 14:50:04 +00:00
|
|
|
librarydir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
2002-09-26 12:20:12 +00:00
|
|
|
|
|
|
|
library_LTLIBRARIES = libgstvideo.la
|
|
|
|
|
2003-09-14 12:21:06 +00:00
|
|
|
libgstvideo_la_SOURCES = video.c gstvideosink.c
|
2002-09-26 12:20:12 +00:00
|
|
|
|
2002-12-11 21:58:36 +00:00
|
|
|
libgstvideoincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/video
|
2003-09-14 12:21:06 +00:00
|
|
|
libgstvideoinclude_HEADERS = video.h gstvideosink.h
|
2002-09-26 12:20:12 +00:00
|
|
|
|
|
|
|
libgstvideo_la_LIBADD =
|
2003-09-11 19:57:59 +00:00
|
|
|
libgstvideo_la_CFLAGS = $(GST_CFLAGS)
|
2002-09-26 12:20:12 +00:00
|
|
|
libgstvideo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|