linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] runtime errors


From: Juha Heinanen
Subject: Re: [Linphone-developers] runtime errors
Date: Tue, 29 Oct 2013 10:33:07 +0200

Guillaume Beraudo writes:

> Do you mean having our libsrtp as a submodule compiled statically in
> ortp?

yes, in the same way as sems does, for example, with silk codec that is
not available as lib in debian:

$ /src/orig/sems/core/plug-in/silk$ more Makefile 
plug_in_name = silk
COREPATH =../..

SILK_DIR=SILK_SDK_SRC_v1.0.8/SILK_SDK_SRC_FIX_v1.0.8
SILK_INC=$(SILK_DIR)/interface
SILK_LIB = $(SILK_DIR)/libSKP_SILK_SDK.a

module_cflags = -I $(SILK_INC)
module_extra_objs = $(SILK_LIB)
extra_clean = clean_silk

include ../Makefile.audio_module

$(SILK_LIB):
        $(MAKE) -C $(SILK_DIR) lib

.PHONY: clean_silk
clean_silk:
        $(MAKE) -C $(SILK_DIR) clean

-- juha



reply via email to

[Prev in Thread] Current Thread [Next in Thread]