All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd.kuhls@t-online.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v13 13/26] package/freeswitch: enable mod_ilbc
Date: Thu, 14 Apr 2016 21:31:47 +0200	[thread overview]
Message-ID: <1460662320-1437-14-git-send-email-bernd.kuhls@t-online.de> (raw)
In-Reply-To: <1460662320-1437-1-git-send-email-bernd.kuhls@t-online.de>

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/freeswitch/freeswitch.mk | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/freeswitch/freeswitch.mk b/package/freeswitch/freeswitch.mk
index 2950955..a718e74 100644
--- a/package/freeswitch/freeswitch.mk
+++ b/package/freeswitch/freeswitch.mk
@@ -175,6 +175,11 @@ ifeq ($(BR2_PACKAGE_LIBG7221),y)
 FREESWITCH_DEPENDENCIES += libg7221
 endif
 
+ifeq ($(BR2_PACKAGE_LIBILBC),y)
+FREESWITCH_DEPENDENCIES += libilbc
+FREESWITCH_ENABLED_MODULES += codecs/mod_ilbc
+endif
+
 ifeq ($(BR2_PACKAGE_LIBLDNS),y)
 FREESWITCH_DEPENDENCIES += libldns
 FREESWITCH_ENABLED_MODULES += applications/mod_enum
-- 
2.8.0.rc3

  parent reply	other threads:[~2016-04-14 19:31 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-14 19:31 [Buildroot] [PATCH v13 00/26] package/freeswitch: new package Bernd Kuhls
2016-04-14 19:31 ` [Buildroot] [PATCH v13 01/26] " Bernd Kuhls
2016-04-14 21:59   ` Arnout Vandecappelle
2016-04-14 19:31 ` [Buildroot] [PATCH v13 02/26] package/freeswitch: enable optional modules Bernd Kuhls
2016-04-14 19:31 ` [Buildroot] [PATCH v13 03/26] package/freeswitch: add optional dependency to libedit Bernd Kuhls
2016-04-14 19:31 ` [Buildroot] [PATCH v13 04/26] package/freeswitch: enable mod_enum Bernd Kuhls
2016-04-14 19:31 ` [Buildroot] [PATCH v13 05/26] package/freeswitch: add optional dependency to libpng Bernd Kuhls
2016-04-14 19:31 ` [Buildroot] [PATCH v13 06/26] package/freeswitch: add optional dependency to unixodbc Bernd Kuhls
2016-04-14 19:31 ` [Buildroot] [PATCH v13 07/26] package/freeswitch: add optional dependency to freetype Bernd Kuhls
2016-04-14 19:31 ` [Buildroot] [PATCH v13 08/26] package/freeswitch: enable mod_yaml Bernd Kuhls
2016-04-14 19:31 ` [Buildroot] [PATCH v13 09/26] package/freeswitch: enable mod_lua Bernd Kuhls
2016-04-14 19:31 ` [Buildroot] [PATCH v13 10/26] package/freeswitch: enable mod_bv Bernd Kuhls
2016-04-14 19:31 ` [Buildroot] [PATCH v13 11/26] package/freeswitch: enable mod_codec2 Bernd Kuhls
2016-04-14 19:31 ` [Buildroot] [PATCH v13 12/26] package/freeswitch: add optional dependency to libg7221 Bernd Kuhls
2016-04-14 19:31 ` Bernd Kuhls [this message]
2016-04-14 19:31 ` [Buildroot] [PATCH v13 14/26] package/freeswitch: enable mod_isac Bernd Kuhls
2016-04-14 19:31 ` [Buildroot] [PATCH v13 15/26] package/freeswitch: enable mod_opus Bernd Kuhls
2016-04-14 19:31 ` [Buildroot] [PATCH v13 16/26] package/freeswitch: enable mod_portaudio Bernd Kuhls
2016-04-14 19:31 ` [Buildroot] [PATCH v13 17/26] package/freeswitch: enable mod_silk Bernd Kuhls
2016-04-14 19:31 ` [Buildroot] [PATCH v13 18/26] package/freeswitch: enable mod_sndfile Bernd Kuhls
2016-04-14 19:31 ` [Buildroot] [PATCH v13 19/26] package/freeswitch: enable mod_alsa Bernd Kuhls
2016-04-14 19:31 ` [Buildroot] [PATCH v13 20/26] package/freeswitch: enable mod_soundtouch Bernd Kuhls
2016-04-14 19:31 ` [Buildroot] [PATCH v13 21/26] package/freeswitch: add optional dependency to xz Bernd Kuhls
2016-04-14 19:31 ` [Buildroot] [PATCH v13 22/26] package/freeswitch: enable mod_memcache Bernd Kuhls
2016-04-14 19:31 ` [Buildroot] [PATCH v13 23/26] package/freeswitch: enable mod_imagick Bernd Kuhls
2016-04-14 19:31 ` [Buildroot] [PATCH v13 24/26] package/freeswitch: enable mod_cv Bernd Kuhls
2016-04-14 20:56   ` Samuel Martin
2016-04-15  5:09     ` Bernd Kuhls
2016-04-14 19:31 ` [Buildroot] [PATCH v13 25/26] package/freeswitch: enable mod_shout Bernd Kuhls
2016-04-14 19:32 ` [Buildroot] [PATCH v13 26/26] package/freeswitch: add optional dependency to openldap Bernd Kuhls

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1460662320-1437-14-git-send-email-bernd.kuhls@t-online.de \
    --to=bernd.kuhls@t-online.de \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.