summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAleix Conchillo Flaque <aleix@oblong.com>2013-05-09 16:41:32 -0700
committerTim-Philipp Müller <tim@centricular.net>2013-05-10 20:43:16 +0100
commit42783e676e34de906491df97bc13012766d7d108 (patch)
treec77cb3c7bc658fb9ecb5fa1b3d80d00226e01d01 /configure.ac
parent275e104be637325ac005062817a7d6a48914776d (diff)
rfbsrc: port to 1.0
https://bugzilla.gnome.org/show_bug.cgi?id=700038
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 876ad9658..5ae6e4e35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -339,7 +339,6 @@ dnl Make sure you have a space before and after all plugins
GST_PLUGINS_NONPORTED=" cdxaparse \
dccp faceoverlay \
hdvparse ivfparse jp2kdecimator \
- librfb \
mve mythtv nsf nuvdemux \
patchdetect real \
sdi stereo tta \
@@ -428,7 +427,7 @@ if test "x$HAVE_CPU_I386" != "xyes" && test "x$HAVE_CPU_X86_64" != "xyes"; then
fi
dnl disable gst plugins we might not be able to build on this
-dnl platform: librfb (ugly but minimally invasive)
+dnl platform: (ugly but minimally invasive)
dnl FIXME: maybe move to sys, or make work with winsock2
AC_CHECK_HEADERS([sys/socket.h], HAVE_SYS_SOCKET_H=yes)
AC_CHECK_HEADERS([winsock2.h], HAVE_WINSOCK2_H=yes)