Original commit message from CVS:
New source plugin based on librfb-0.1. RFB (remote framebuffer)
is the protocol used by VNC.
2004-01-07 David Schleef <ds@schleef.org>
+ * configure.ac:
+ * ext/Makefile.am:
+ * ext/librfb/Makefile.am:
+ * ext/librfb/gstrfbsrc.c:
+ New source plugin based on librfb-0.1. RFB (remote framebuffer)
+ is the protocol used by VNC.
+
+2004-01-07 David Schleef <ds@schleef.org>
+
* gst/videofilter/gstvideotemplate.c:
* gst/videofilter/gstvideotemplate.h:
* gst/videofilter/make_filter:
AC_SUBST(LIBPNG_LIBS)
])
+dnl *** librfb ***
+translit(dnm, m, l) AM_CONDITIONAL(USE_LIBRFB, true)
+GST_CHECK_FEATURE(LIBRFB, [librfb Remote Framebuffer], rfbsrc, [
+ PKG_CHECK_MODULES(LIBRFB, librfb-0.1, HAVE_LIBRFB="yes", HAVE_LIBRFB="no")
+ AC_SUBST(LIBRFB_CFLAGS)
+ AC_SUBST(LIBRFB_LIBS)
+])
dnl *** mad ***
dnl FIXME: we could use header checks here as well IMO
ext/lcs/Makefile
ext/libfame/Makefile
ext/libpng/Makefile
+ext/librfb/Makefile
ext/mad/Makefile
ext/mas/Makefile
ext/mikmod/Makefile
LIBPNG_DIR=
endif
+if USE_LIBRFB
+LIBRFB_DIR=librfb
+else
+LIBRFB_DIR=
+endif
+
if USE_MAD
MAD_DIR=mad
else
$(LIBDV_DIR) \
$(LIBFAME_DIR) \
$(LIBPNG_DIR) \
+ $(LIBRFB_DIR) \
$(MAD_DIR) \
$(MAS_DIR) \
$(MIKMOD_DIR) \
lcs \
libfame \
libpng \
+ librfb \
mad \
mikmod \
mpeg2dec \