diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-26 17:57:56 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-26 17:57:56 +0000 |
commit | 425c9dd2c4327a1549fc26fd1b02b98fe723f230 (patch) | |
tree | 6186aa0ffb456f799363f2f2bf41c70d2ad867e3 | |
parent | 5e6df56d96c15da1fea4968ef1cdb9c57bf20983 (diff) | |
download | gst-plugins-bad-425c9dd2c4327a1549fc26fd1b02b98fe723f230.tar.gz gst-plugins-bad-425c9dd2c4327a1549fc26fd1b02b98fe723f230.tar.bz2 gst-plugins-bad-425c9dd2c4327a1549fc26fd1b02b98fe723f230.zip |
fix build
Original commit message from CVS:
fix build
-rw-r--r-- | configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 575721e6..313653d6 100644 --- a/configure.ac +++ b/configure.ac @@ -33,8 +33,7 @@ AS_LIBTOOL(GST_PLUGINS, 1, 0, 1) AS_LIBTOOL_TAGS([CXX]) AM_PROG_LIBTOOL -dnl FIXME take something else ? -AC_CONFIG_SRCDIR([gst/librfb/gstrfbsrc.c]) +AC_CONFIG_SRCDIR([gst/qtdemux/qtdemux.c]) AM_CONFIG_HEADER(config.h) dnl Add parameters for aclocal @@ -288,8 +287,6 @@ 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 |