mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 15:02:40 +00:00
Make autogen work again.
Original commit message from CVS: * autogen.sh: * configure.ac: Make autogen work again.
This commit is contained in:
parent
64d758ab7d
commit
632a38efe7
3 changed files with 8 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2005-08-30 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
|
* autogen.sh:
|
||||||
|
* configure.ac:
|
||||||
|
Make autogen work again.
|
||||||
|
|
||||||
2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
|
2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
DIE=0
|
DIE=0
|
||||||
package=gst-plugins
|
package=gst-plugins
|
||||||
srcfile=gst/law/alaw.c
|
srcfile=gst/librfb/gstrfbsrc.c
|
||||||
|
|
||||||
# a quick cvs co if necessary to alleviate the pain - may remove this
|
# a quick cvs co if necessary to alleviate the pain - may remove this
|
||||||
# when developers get a clue ;)
|
# when developers get a clue ;)
|
||||||
|
|
|
@ -33,7 +33,7 @@ AS_LIBTOOL_TAGS([CXX])
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
|
||||||
dnl FIXME take something else ?
|
dnl FIXME take something else ?
|
||||||
AC_CONFIG_SRCDIR([gst/law/alaw.c])
|
AC_CONFIG_SRCDIR([gst/librfb/gstrfbsrc.c])
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
dnl Add parameters for aclocal
|
dnl Add parameters for aclocal
|
||||||
|
@ -289,13 +289,10 @@ GST_PLUGINS_ALL="\
|
||||||
qtdemux \
|
qtdemux \
|
||||||
realmedia \
|
realmedia \
|
||||||
silence \
|
silence \
|
||||||
<<<<<<< configure.ac
|
|
||||||
=======
|
|
||||||
udp \
|
udp \
|
||||||
videobox \
|
videobox \
|
||||||
wavenc \
|
wavenc \
|
||||||
wavparse \
|
wavparse \
|
||||||
>>>>>>> 1.580
|
|
||||||
mpegaudioparse \
|
mpegaudioparse \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue