mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
some disting and build fixes
Original commit message from CVS: some disting and build fixes
This commit is contained in:
parent
efbe7fb694
commit
5e6df56d96
4 changed files with 11 additions and 2 deletions
|
@ -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>
|
2005-09-23 Edgard Lima <edgard.lima@indt.org.br>
|
||||||
|
|
||||||
* ext/gsm/Makefile.am:
|
* ext/gsm/Makefile.am:
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 793f85c1c14de9c1053b8db7df44bfbba1f0a156
|
Subproject commit 7caeee4b949b4388927fec7fcf25f767429bde30
|
|
@ -288,6 +288,8 @@ dnl these are all the gst plug-ins, compilable without additional libs
|
||||||
GST_PLUGINS_ALL="\
|
GST_PLUGINS_ALL="\
|
||||||
qtdemux \
|
qtdemux \
|
||||||
tta \
|
tta \
|
||||||
|
librfb \
|
||||||
|
speed \
|
||||||
"
|
"
|
||||||
|
|
||||||
dnl see if we can build C++ plug-ins
|
dnl see if we can build C++ plug-ins
|
||||||
|
@ -465,6 +467,7 @@ AC_CONFIG_FILES(
|
||||||
Makefile
|
Makefile
|
||||||
gst-plugins-bad.spec
|
gst-plugins-bad.spec
|
||||||
gst/Makefile
|
gst/Makefile
|
||||||
|
gst/librfb/Makefile
|
||||||
gst/qtdemux/Makefile
|
gst/qtdemux/Makefile
|
||||||
gst/speed/Makefile
|
gst/speed/Makefile
|
||||||
gst/tta/Makefile
|
gst/tta/Makefile
|
||||||
|
|
|
@ -23,7 +23,8 @@ librfb_la_SOURCES = \
|
||||||
rfbbuffer.c \
|
rfbbuffer.c \
|
||||||
rfbbuffer.h \
|
rfbbuffer.h \
|
||||||
rfbbytestream.c \
|
rfbbytestream.c \
|
||||||
rfbbytestream.h
|
rfbbytestream.h \
|
||||||
|
gstrfbsrc.c
|
||||||
|
|
||||||
librfb_la_CFLAGS = $(GST_CFLAGS) -I$(srcdir)/..
|
librfb_la_CFLAGS = $(GST_CFLAGS) -I$(srcdir)/..
|
||||||
librfb_la_LIBADD = $(GLIB_LIBS)
|
librfb_la_LIBADD = $(GLIB_LIBS)
|
||||||
|
|
Loading…
Reference in a new issue