mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-13 03:46:34 +00:00
configure.ac: configure update for libmng.
Original commit message from CVS: * configure.ac: configure update for libmng.
This commit is contained in:
parent
d0f6d3d589
commit
7fa9be6005
2 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-10-04 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
configure update for libmng.
|
||||||
|
|
||||||
2004-10-04 Wim Taymans <wim@fluendo.com>
|
2004-10-04 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* ext/libmng/Makefile.am:
|
* ext/libmng/Makefile.am:
|
||||||
|
|
|
@ -1183,6 +1183,13 @@ GST_CHECK_FEATURE(LIBPNG, [libpng PNG encoder], pngenc, [
|
||||||
AC_SUBST(LIBPNG_LIBS)
|
AC_SUBST(LIBPNG_LIBS)
|
||||||
])
|
])
|
||||||
|
|
||||||
|
dnl *** libmng ***
|
||||||
|
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBMNG, true)
|
||||||
|
GST_CHECK_FEATURE(LIBMNG, [libmng library], mngdec, [
|
||||||
|
GST_CHECK_LIBHEADER(LIBMNG, mng, mng_initialize,, libmng.h, LIBMNG_LIBS="-lmng")
|
||||||
|
AC_SUBST(LIBMNG_LIBS)
|
||||||
|
])
|
||||||
|
|
||||||
dnl *** librfb ***
|
dnl *** librfb ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBRFB, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBRFB, true)
|
||||||
GST_CHECK_FEATURE(LIBRFB, [librfb Remote Framebuffer], rfbsrc, [
|
GST_CHECK_FEATURE(LIBRFB, [librfb Remote Framebuffer], rfbsrc, [
|
||||||
|
@ -1899,6 +1906,7 @@ ext/lcs/Makefile
|
||||||
ext/libcaca/Makefile
|
ext/libcaca/Makefile
|
||||||
ext/libfame/Makefile
|
ext/libfame/Makefile
|
||||||
ext/libpng/Makefile
|
ext/libpng/Makefile
|
||||||
|
ext/libmng/Makefile
|
||||||
ext/librfb/Makefile
|
ext/librfb/Makefile
|
||||||
ext/libvisual/Makefile
|
ext/libvisual/Makefile
|
||||||
ext/mad/Makefile
|
ext/mad/Makefile
|
||||||
|
|
Loading…
Reference in a new issue