summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-03-02 20:21:51 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-03-02 20:21:51 +0000
commitd6a9eb97596343b614d68ff96157d4a5a30b2bcd (patch)
treea1c37b43b9414a1386dda0d2f8e26d318e14de21
parentccfafb0fccf56d4e9db68029f4143a3e99110101 (diff)
downloadgstreamer-plugins-bad-d6a9eb97596343b614d68ff96157d4a5a30b2bcd.tar.gz
adding videosink is there any good reason why the videosink plugin didn't just go in the xvideo dir ? It's not like w...
Original commit message from CVS: adding videosink is there any good reason why the videosink plugin didn't just go in the xvideo dir ? It's not like we *need* to have the most dirs we can get ;) if no one objects then I guess I'll move it to the sensible place
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ba4449107..acc02eb18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -243,7 +243,7 @@ dnl non-PIC libXv, if not then don not use Xv.
dnl FIXME: perhaps warn user if they have a shared libXv since
dnl this is an error until XFree86 starts shipping one
translit(dnm, m, l) AM_CONDITIONAL(USE_XVIDEO, true)
-GST_CHECK_FEATURE(XVIDEO, [X11 XVideo extensions], xvideosink, [
+GST_CHECK_FEATURE(XVIDEO, [X11 XVideo extensions], xvideosink videosink, [
dnl check for PIC static lib
GST_CHECK_LIBHEADER(XVIDEO, Xv_pic, XvQueryExtension, $X_LIBS $X_PRE_LIBS -lXext -lX11 $X_EXTRA_LIBS, X11/extensions/Xvlib.h, XVIDEO_LIBS="-lXv_pic -lXext")
if test x$HAVE_XVIDEO = xno; then
@@ -760,6 +760,7 @@ sys/v4l/Makefile
sys/vcd/Makefile
sys/vga/Makefile
sys/xvideo/Makefile
+sys/videosink/Makefile
ext/Makefile
ext/a52dec/Makefile
ext/aalib/Makefile