From d7dfab4c59bdcace3dead160cbd4a26b1d3db71a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 15 Jul 2012 18:20:32 -0300 Subject: build: Add private SBC library header --- Makefile.am | 2 +- sbc/sbc_private.h | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 sbc/sbc_private.h diff --git a/Makefile.am b/Makefile.am index 3cae31a..0a4916f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ AM_MAKEFLAGS = --no-print-directory sbc_headers = sbc/sbc.h -sbc_sources = sbc/sbc.c sbc/sbc_math.h sbc/sbc_tables.h \ +sbc_sources = sbc/sbc.c sbc/sbc_private.h sbc/sbc_math.h sbc/sbc_tables.h \ sbc/sbc_primitives.h sbc/sbc_primitives.c \ sbc/sbc_primitives_mmx.h sbc/sbc_primitives_mmx.c \ sbc/sbc_primitives_iwmmxt.h sbc/sbc_primitives_iwmmxt.c \ diff --git a/sbc/sbc_private.h b/sbc/sbc_private.h new file mode 100644 index 0000000..15c4421 --- /dev/null +++ b/sbc/sbc_private.h @@ -0,0 +1,25 @@ +/* + * + * Bluetooth low-complexity, subband codec (SBC) library + * + * Copyright (C) 2008-2010 Nokia Corporation + * Copyright (C) 2004-2010 Marcel Holtmann + * + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + */ + +#define LIB_EXPORT __attribute__ ((visibility("default"))) -- cgit v1.2.3