mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
Fixed the build by fixing a small mistake of Wim.
Original commit message from CVS: Fixed the build by fixing a small mistake of Wim.
This commit is contained in:
parent
36df3a26e2
commit
43e5cd1ceb
2 changed files with 9 additions and 9 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-05-07 Zeeshan Ali <zeenix@gmail.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
Fixed the build by fixing a small mistake of Wim.
|
||||||
|
|
||||||
2005-05-06 Wim Taymans <wim@fluendo.com>
|
2005-05-06 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
13
configure.ac
13
configure.ac
|
@ -361,7 +361,10 @@ dnl ])
|
||||||
dnl ])
|
dnl ])
|
||||||
dnl ])
|
dnl ])
|
||||||
|
|
||||||
<<<<<<< configure.ac
|
dnl ###########################
|
||||||
|
dnl # Configure external libs #
|
||||||
|
dnl ###########################
|
||||||
|
|
||||||
dnl *** aalib ***
|
dnl *** aalib ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_AALIB, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_AALIB, true)
|
||||||
GST_CHECK_FEATURE(AALIB, [aasink plug-in], aasink, [
|
GST_CHECK_FEATURE(AALIB, [aasink plug-in], aasink, [
|
||||||
|
@ -369,14 +372,6 @@ GST_CHECK_FEATURE(AALIB, [aasink plug-in], aasink, [
|
||||||
AS_SCRUB_INCLUDE(AALIB_CFLAGS)
|
AS_SCRUB_INCLUDE(AALIB_CFLAGS)
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
=======
|
|
||||||
dnl ###########################
|
|
||||||
dnl # Configure external libs #
|
|
||||||
dnl ###########################
|
|
||||||
|
|
||||||
|
|
||||||
>>>>>>> 1.538
|
|
||||||
dnl *** sidplay : works with libsidplay 1.36.x (not 2.x.x) ***
|
dnl *** sidplay : works with libsidplay 1.36.x (not 2.x.x) ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_SIDPLAY, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_SIDPLAY, true)
|
||||||
GST_CHECK_FEATURE(SIDPLAY, [sidplay plug-in], sidplay, [
|
GST_CHECK_FEATURE(SIDPLAY, [sidplay plug-in], sidplay, [
|
||||||
|
|
Loading…
Reference in a new issue