some disting and build fixes
authorChristian Schaller <uraeus@gnome.org>
Mon, 26 Sep 2005 15:19:38 +0000 (15:19 +0000)
committerChristian Schaller <uraeus@gnome.org>
Mon, 26 Sep 2005 15:19:38 +0000 (15:19 +0000)
Original commit message from CVS:
some disting and build fixes

ChangeLog
common
configure.ac
gst/librfb/Makefile.am

index 21d4023..27d1d28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-26  Christian Schaller  <uraeus@gnome.org>
+
+       * configure.ac: add speed and rfb where needed
+       * gst/librfb/Makefile.am: add rfbsrc.c file to files getting disted
+
 2005-09-23  Edgard Lima  <edgard.lima@indt.org.br>
 
        * ext/gsm/Makefile.am:
diff --git a/common b/common
index 793f85c..7caeee4 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 793f85c1c14de9c1053b8db7df44bfbba1f0a156
+Subproject commit 7caeee4b949b4388927fec7fcf25f767429bde30
index 74d5d24..575721e 100644 (file)
@@ -288,6 +288,8 @@ dnl these are all the gst plug-ins, compilable without additional libs
 GST_PLUGINS_ALL="\
                qtdemux \
                tta     \
+               librfb  \
+               speed   \
                 "
 
 dnl see if we can build C++ plug-ins
@@ -465,6 +467,7 @@ AC_CONFIG_FILES(
 Makefile
 gst-plugins-bad.spec
 gst/Makefile
+gst/librfb/Makefile
 gst/qtdemux/Makefile
 gst/speed/Makefile
 gst/tta/Makefile
index 720e5cc..7c80112 100644 (file)
@@ -23,7 +23,8 @@ librfb_la_SOURCES = \
        rfbbuffer.c \
        rfbbuffer.h \
        rfbbytestream.c \
-       rfbbytestream.h
+       rfbbytestream.h \
+       gstrfbsrc.c
 
 librfb_la_CFLAGS = $(GST_CFLAGS) -I$(srcdir)/..
 librfb_la_LIBADD = $(GLIB_LIBS)