aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2018-02-14Merge "Add --enable-sanitize configure option"Harald Welte1-0/+9
2018-02-12Add --enable-sanitize configure optionMax1-0/+9
Change-Id: Ibb26e5fc73843f3951dbc534653ee7d88e4c80e7
2018-02-12tests: enable / disable codec tests conditionallyVadim Yanitskiy1-3/+9
As the libosmogapk actually relies on external libraries for audio coding, we should enable / disable particular codec tests depending on the build configuration. Closes: OS#2926 Change-Id: Ie4711294c43ff88b17431615883abf96d1ae02a6
2017-12-31Init automake test environmentVadim Yanitskiy1-0/+2
2017-12-31configure.ac: use actual bug report address in AC_INITVadim Yanitskiy1-1/+2
2017-12-31osmo-gapk: use more convenient name for the source fileVadim Yanitskiy1-1/+1
Since GAPK package contains a library and the representative osmo-gapk application, the 'main.c' looks a bit confusing. Let's use the common naming scheme.
2017-12-31Add the symbol export map for libosmogapkVadim Yanitskiy1-0/+10
2017-12-31Add a pkg-config manifest for libosmogapkVadim Yanitskiy1-0/+1
In order to make pkg-config 'see' the libosmogapk, a corresponding package description is required. For more details, see: https://autotools.io/pkgconfig/file-format.html
2017-12-31Install GAPK headers to '${includedir}/osmocom/gapk/'Vadim Yanitskiy1-1/+0
To be able to use the library, external applications need to know, which symbols are exposed. This information is provided by header files, which are being installed to a system's ${includedir} since this change.
2017-05-28Add ALSA input/output support to GAPKHarald Welte1-0/+1
The ALSA source/sink uses the pcm-s16le format.
2015-12-30build: Don't build static librariesSylvain Munaut1-1/+1
They won't be supported anyway when using the 'bss switcheroo' hack for libgsmhr Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2015-12-30build: Use autotools 'subdir-objects' optionSylvain Munaut1-1/+1
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2015-11-05add git-version-gen to auto-generate version from git repo tagsv0.2Harald Welte1-1/+2
2013-02-11gapk: Add support for RTP input/output streamsHarald Welte1-0/+1
Instead of having only file-based I/O, this enables gapk to receive and send RTP streams, e.g. from live GSM network equipment like sysmoBTS/nanoBTS. Support is currently simplistic. On transmit, there is hard-coded codec type of full-rate GSM. On receive-side, we should auto-detect the format based on frame size and/or payload type, but we don't do that yet at all.
2011-09-30autotools: Add AC_LANG_SOURCE required for autotools >= 2.68Sylvain Munaut1-1/+1
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-11-13Fix error in configure.ac preventing compiling without opencore-amrnbSylvain Munaut1-1/+1
Obvious typo ... Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-11-12[2/4] HR support: Add logic to fetch reference source code and build itSylvain Munaut1-0/+1
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-11-12[1/4] HR support: Add autotools skeleton for libgsmhrSylvain Munaut1-0/+27
Not functional yet, just the autotools magic to make a library Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-11-11codec/efr: Add support for encoding/decoding using OpenCore AMR NBSylvain Munaut1-0/+7
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-11-11codec/fr: Add support for encoding/decoding using libgsmSylvain Munaut1-0/+11
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-10-29Add dependency to libosmocodec (part of libosmocore)Sylvain Munaut1-0/+1
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-10-29utils: Add various bit manipulation related utilitesSylvain Munaut1-0/+1
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-10-24Initial skeleton importSylvain Munaut1-0/+39
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>