diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2005-08-30 20:42:39 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2005-08-30 20:42:39 +0000 |
commit | 632a38efe77f9b911b1303e0230e0f06d4e1c897 (patch) | |
tree | 81293ab8900367e03274110ebcd08bab91a714cc /configure.ac | |
parent | 64d758ab7db358ad23ad7201cf99da46b5f63930 (diff) | |
download | gst-plugins-bad-632a38efe77f9b911b1303e0230e0f06d4e1c897.tar.gz gst-plugins-bad-632a38efe77f9b911b1303e0230e0f06d4e1c897.tar.bz2 gst-plugins-bad-632a38efe77f9b911b1303e0230e0f06d4e1c897.zip |
Make autogen work again.
Original commit message from CVS:
* autogen.sh:
* configure.ac:
Make autogen work again.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 88f234bd..8192f593 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ AS_LIBTOOL_TAGS([CXX]) AM_PROG_LIBTOOL dnl FIXME take something else ? -AC_CONFIG_SRCDIR([gst/law/alaw.c]) +AC_CONFIG_SRCDIR([gst/librfb/gstrfbsrc.c]) AM_CONFIG_HEADER(config.h) dnl Add parameters for aclocal @@ -289,13 +289,10 @@ GST_PLUGINS_ALL="\ qtdemux \ realmedia \ silence \ -<<<<<<< configure.ac -======= udp \ videobox \ wavenc \ wavparse \ ->>>>>>> 1.580 mpegaudioparse \ " |