summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-01-07 10:51:05 +0000
committerDavid Schleef <ds@schleef.org>2004-01-07 10:51:05 +0000
commit11207007164b355e5d9a69e09a579d36ebf296d1 (patch)
treef05d24010983b1a0776169968340124d48e967b1 /ext
parent939c003c41021b58f915751e4643eed0d489fd60 (diff)
downloadgst-plugins-bad-11207007164b355e5d9a69e09a579d36ebf296d1.tar.gz
gst-plugins-bad-11207007164b355e5d9a69e09a579d36ebf296d1.tar.bz2
gst-plugins-bad-11207007164b355e5d9a69e09a579d36ebf296d1.zip
New source plugin based on librfb-0.1. RFB (remote framebuffer) is the protocol used by VNC.
Original commit message from CVS: New source plugin based on librfb-0.1. RFB (remote framebuffer) is the protocol used by VNC.
Diffstat (limited to 'ext')
-rw-r--r--ext/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index cdcfefe7..ec6955bb 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -172,6 +172,12 @@ else
LIBPNG_DIR=
endif
+if USE_LIBRFB
+LIBRFB_DIR=librfb
+else
+LIBRFB_DIR=
+endif
+
if USE_MAD
MAD_DIR=mad
else
@@ -320,6 +326,7 @@ SUBDIRS=\
$(LIBDV_DIR) \
$(LIBFAME_DIR) \
$(LIBPNG_DIR) \
+ $(LIBRFB_DIR) \
$(MAD_DIR) \
$(MAS_DIR) \
$(MIKMOD_DIR) \
@@ -371,6 +378,7 @@ DIST_SUBDIRS=\
lcs \
libfame \
libpng \
+ librfb \
mad \
mikmod \
mpeg2dec \