diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2005-12-28 21:07:17 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2005-12-28 21:07:17 +0000 |
commit | 3f88a353d408860ad829a645e5f47c679b4225ab (patch) | |
tree | b2c5ccf5cb802b666df5f9b49531fe16add5a665 /configure.ac | |
parent | 95d65be727e4e64070c249641bd20d1c24070069 (diff) | |
download | gst-plugins-bad-3f88a353d408860ad829a645e5f47c679b4225ab.tar.gz gst-plugins-bad-3f88a353d408860ad829a645e5f47c679b4225ab.tar.bz2 gst-plugins-bad-3f88a353d408860ad829a645e5f47c679b4225ab.zip |
Created new element neonhttpsrc.
Original commit message from CVS:
Created new element neonhttpsrc.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 631d5cf9..77264fce 100644 --- a/configure.ac +++ b/configure.ac @@ -469,6 +469,14 @@ GST_CHECK_FEATURE(MUSEPACK, [musepackdec], musepack, [ AC_LANG_C ]) +dnl *** neon *** +translit(dnm, m, l) AM_CONDITIONAL(USE_NEON, true) +GST_CHECK_FEATURE(NEON, [neon http client plugins], neonhttpsrc, [ + PKG_CHECK_MODULES(NEON, neon = 0.24.7, HAVE_NEON="yes", HAVE_NEON="no") + AC_SUBST(NEON_CFLAGS) + AC_SUBST(NEON_LIBS) +]) + dnl *** libmms *** translit(dnm, m, l) AM_CONDITIONAL(USE_LIBMMS, true) GST_CHECK_FEATURE(LIBMMS, [mms protocol library], libmms, [ @@ -635,6 +643,7 @@ ext/swfdec/Makefile ext/wavpack/Makefile ext/ivorbis/Makefile ext/gsm/Makefile +ext/neon/Makefile ext/libmms/Makefile ext/dts/Makefile ext/divx/Makefile |