Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-02-03 15:05:30 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-02-03 15:05:30 +0300
commit9a7540b673ccd96dbfb0ee3f8ce41efd76a88d33 (patch)
tree9cca2ed7c7e1902cfb4f9ee6f2c71a7713dcec9e /libcelt
parentea93c01a246af155654c069e12f0fd0b22860fd4 (diff)
Revert -export-symbols-regex 'celt_'. That probably wasn't a good idea
And it somehow prevents Opus from building shared libraries
Diffstat (limited to 'libcelt')
-rw-r--r--libcelt/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcelt/Makefile.am b/libcelt/Makefile.am
index cfff173..f0f6f45 100644
--- a/libcelt/Makefile.am
+++ b/libcelt/Makefile.am
@@ -21,7 +21,7 @@ libcelt@LIBCELT_SUFFIX@_la_SOURCES = bands.c celt.c cwrs.c ecintrin.h entcode.c
libcelt@LIBCELT_SUFFIX@_la_LDFLAGS = \
-version-info @CELT_LT_CURRENT@:@CELT_LT_REVISION@:@CELT_LT_AGE@ \
- -no-undefined -export-symbols-regex 'celt_'
+ -no-undefined
noinst_HEADERS = _kiss_fft_guts.h arch.h bands.h fixed_c5x.h fixed_c6x.h \
cwrs.h ecintrin.h entcode.h entdec.h entenc.h fixed_generic.h float_cast.h \