diff options
author | David Schleef <ds@schleef.org> | 2005-02-11 22:01:19 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2005-02-11 22:01:19 +0000 |
commit | a970a323047d9241a4ee96f4126c9739fc9780cf (patch) | |
tree | 0cc2c90fba41e659ddfa701c08f9bc0b95545427 /ext | |
parent | 909da9fb0489c3744547e6386531461c072da5fc (diff) | |
download | gst-plugins-bad-a970a323047d9241a4ee96f4126c9739fc9780cf.tar.gz gst-plugins-bad-a970a323047d9241a4ee96f4126c9739fc9780cf.tar.bz2 gst-plugins-bad-a970a323047d9241a4ee96f4126c9739fc9780cf.zip |
configure.ac: Pull in librfb from my CVS tree, because it is too small and annoying to be separate. Move rfbsrc plug...
Original commit message from CVS:
* configure.ac: Pull in librfb from my CVS tree, because it is
too small and annoying to be separate. Move rfbsrc plugin
to gst/.
* ext/Makefile.am:
* ext/librfb/Makefile.am:
* ext/librfb/gstrfbsrc.c:
* gst/librfb/Makefile.am:
* gst/librfb/gstrfbsrc.c:
* gst/librfb/rfb.c:
* gst/librfb/rfb.h:
* gst/librfb/rfbbuffer.c:
* gst/librfb/rfbbuffer.h:
* gst/librfb/rfbbytestream.c:
* gst/librfb/rfbbytestream.h:
* gst/librfb/rfbcontext.h:
* gst/librfb/rfbdecoder.c:
* gst/librfb/rfbdecoder.h:
* gst/librfb/rfbutil.h:
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 689b339b..19c8c3dc 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -220,12 +220,6 @@ else POLYP_DIR= endif -if USE_LIBRFB -LIBRFB_DIR=librfb -else -LIBRFB_DIR= -endif - if USE_LIBVISUAL LIBVISUAL_DIR=libvisual else @@ -439,7 +433,6 @@ SUBDIRS=\ $(LIBFAME_DIR) \ $(LIBMNG_DIR) \ $(LIBPNG_DIR) \ - $(LIBRFB_DIR) \ $(LIBVISUAL_DIR) \ $(MAD_DIR) \ $(MIKMOD_DIR) \ @@ -505,7 +498,6 @@ DIST_SUBDIRS=\ libmng \ libmms \ libpng \ - librfb \ libvisual \ mad \ mikmod \ |