third_party_libsnd/cmake
evpobr 3d8399dfde Fix broken ABI
Unfortunately ABI was broken when symbols files were removed
in favour of new visibility control of exported functions.

Visibility control with -fvisibility works fine, but symbol
scripts had another feature - versioned symbols. And we lost it.

Since we can not make our symbols to be versioned  with the new
approach, it's decided to return everything back.

* CMake: Restore symbol files generation
* CMake: Python is required to build shared libraries
* Autotools: Restore symbol files generation

Closes: https://github.com/erikd/libsndfile/issues/268
2017-05-26 06:16:42 +10:00
..
ClipMode.cmake Rework CMake build system 2017-04-05 19:38:36 +10:00
CMakeAutoGen.cmake CMake: fix importing with add_subdirectory command 2017-04-26 16:02:11 +10:00
CMakeAutoGenScript.cmake CMake: Use CMakeAutoGen as CMake AutoGen implementation 2017-04-25 19:21:40 +10:00
FindFLAC.cmake Rework CMake build system 2017-04-05 19:38:36 +10:00
FindOgg.cmake Rework CMake build system 2017-04-05 19:38:36 +10:00
FindSndio.cmake Rework CMake build system 2017-04-05 19:38:36 +10:00
FindSpeex.cmake Rework CMake build system 2017-04-05 19:38:36 +10:00
FindSQLite3.cmake More CMake polishing 2017-04-25 19:21:40 +10:00
FindVorbis.cmake Rework CMake build system 2017-04-05 19:38:36 +10:00
LibSndFileConfig.cmake.in More CMake polishing 2017-04-25 19:21:40 +10:00
SndFileChecks.cmake Fix broken ABI 2017-05-26 06:16:42 +10:00
TestInline.c.in Rework CMake build system 2017-04-05 19:38:36 +10:00
TestInline.cmake CMake: fix importing with add_subdirectory command 2017-04-26 16:02:11 +10:00
TestLargeFiles.cmake More CMake polishing 2017-04-25 19:21:40 +10:00