diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-05-19 13:42:12 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-05-19 13:42:12 +0000 |
commit | d734f687ef8ff474c1543e701819619ac3a980a4 (patch) | |
tree | f080139e822bde18ecb9a13f8d76165839cfafbb | |
parent | 3d79c7145d05d66ca590e7ab38c92d1310487fa5 (diff) | |
download | gst-plugins-bad-d734f687ef8ff474c1543e701819619ac3a980a4.tar.gz gst-plugins-bad-d734f687ef8ff474c1543e701819619ac3a980a4.tar.bz2 gst-plugins-bad-d734f687ef8ff474c1543e701819619ac3a980a4.zip |
Disable tcp elements and esdmon (they don't compile).
Original commit message from CVS:
* configure.ac:
* ext/esd/Makefile.am:
Disable tcp elements and esdmon (they don't compile).
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * configure.ac: + * ext/esd/Makefile.am: + Disable tcp elements and esdmon (they don't compile). + 2005-05-19 Jan Schmidt <thaytan@mad.scientist.com> * Makefile.am: diff --git a/configure.ac b/configure.ac index 4d38af19..6ff7fcb7 100644 --- a/configure.ac +++ b/configure.ac @@ -313,7 +313,6 @@ GST_PLUGINS_ALL="\ rtp \ rtsp \ smpte \ - tcp \ udp" dnl see if we can build C++ plug-ins |