summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2002-03-02 17:55:33 +0000
committerBenjamin Otte <otte@gnome.org>2002-03-02 17:55:33 +0000
commit8bca5e88ee7a53718612af0a0c0bc44935501b84 (patch)
tree76e5984aef9e60e02b38647b1ceb54f53d511359
parent74525d04138618dec891862429ff699c3d341272 (diff)
adding 'videosink' element
Original commit message from CVS: adding 'videosink' element It's basically a rewritten xvideosink, but is more modular and allows 'hooks'. It is needed by GstVideoWidget in gst-player
-rw-r--r--sys/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/Makefile.am b/sys/Makefile.am
index 04597e0d9..c915c8979 100644
--- a/sys/Makefile.am
+++ b/sys/Makefile.am
@@ -29,7 +29,7 @@ VGA_DIR=
endif
if USE_XVIDEO
-XVIDEO_DIR=xvideo
+XVIDEO_DIR=xvideo videosink
else
XVIDEO_DIR=
endif
@@ -37,5 +37,5 @@ endif
SUBDIRS=$(OSS_DIR) $(QCAM_DIR) $(V4L_DIR) $(VCD_DIR) \
$(VGA_DIR) $(XVIDEO_DIR)
-DIST_SUBDIRS=oss qcam v4l vcd vga xvideo
+DIST_SUBDIRS=oss qcam v4l vcd vga xvideo videosink