From 9b3862a1949c9cc73e5ab0ef79253bb109c6035f Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Sun, 14 Sep 2003 12:21:06 +0000 Subject: Adding GstVideoSink object which will be used for video sink's subclassing. Original commit message from CVS: Adding GstVideoSink object which will be used for video sink's subclassing. --- gst-libs/gst/video/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst-libs/gst/video/Makefile.am') diff --git a/gst-libs/gst/video/Makefile.am b/gst-libs/gst/video/Makefile.am index e45c0051..48144ae3 100644 --- a/gst-libs/gst/video/Makefile.am +++ b/gst-libs/gst/video/Makefile.am @@ -2,10 +2,10 @@ librarydir = $(libdir)/gstreamer-@GST_MAJORMINOR@ library_LTLIBRARIES = libgstvideo.la -libgstvideo_la_SOURCES = video.c +libgstvideo_la_SOURCES = video.c gstvideosink.c libgstvideoincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/video -libgstvideoinclude_HEADERS = video.h +libgstvideoinclude_HEADERS = video.h gstvideosink.h libgstvideo_la_LIBADD = libgstvideo_la_CFLAGS = $(GST_CFLAGS) -- cgit v1.2.1