From 5e6df56d96c15da1fea4968ef1cdb9c57bf20983 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Mon, 26 Sep 2005 15:19:38 +0000 Subject: some disting and build fixes Original commit message from CVS: some disting and build fixes --- ChangeLog | 5 +++++ common | 2 +- configure.ac | 3 +++ gst/librfb/Makefile.am | 3 ++- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 21d40233..27d1d28d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-26 Christian Schaller + + * 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 * ext/gsm/Makefile.am: diff --git a/common b/common index 793f85c1..7caeee4b 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 793f85c1c14de9c1053b8db7df44bfbba1f0a156 +Subproject commit 7caeee4b949b4388927fec7fcf25f767429bde30 diff --git a/configure.ac b/configure.ac index 74d5d245..575721e6 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/gst/librfb/Makefile.am b/gst/librfb/Makefile.am index 720e5cc2..7c80112f 100644 --- a/gst/librfb/Makefile.am +++ b/gst/librfb/Makefile.am @@ -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) -- cgit v1.2.1