diff options
author | Christian Schaller <uraeus@gnome.org> | 2003-02-23 21:52:42 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2003-02-23 21:52:42 +0000 |
commit | 2980087e6a4fe5264136de6d033f8bb729d20a85 (patch) | |
tree | eacaf14dbb2046bf27edc19169406517c9489b73 /configure.ac | |
parent | 4344085222ab51582fc1ce7e4976b23a879d589d (diff) | |
download | gst-plugins-bad-2980087e6a4fe5264136de6d033f8bb729d20a85.tar.gz gst-plugins-bad-2980087e6a4fe5264136de6d033f8bb729d20a85.tar.bz2 gst-plugins-bad-2980087e6a4fe5264136de6d033f8bb729d20a85.zip |
disabling videosink from head build, should I do the same for 0.6 branch?
Original commit message from CVS:
disabling videosink from head build, should I do the same for 0.6 branch?
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 7c630989..3c977c9d 100644 --- a/configure.ac +++ b/configure.ac @@ -365,7 +365,7 @@ 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 videosink, [ +GST_CHECK_FEATURE(XVIDEO, [X11 XVideo extensions], xvideosink, [ dnl use X_CFLAGS for check save_FLAGS=$CFLAGS CFLAGS=$X_CFLAGS @@ -1086,7 +1086,6 @@ sys/v4l2/Makefile sys/vcd/Makefile sys/vga/Makefile sys/xvideo/Makefile -sys/videosink/Makefile ext/Makefile ext/a52dec/Makefile ext/aalib/Makefile |