vs2015: Merge opus dependencies into its project

Multimedia / Opus - Ricardo Constantino (:RiCON) [gmail.com] - 27 July 2016 13:47 UTC

Since DLL builds can't include both fixed and float, separate DLL_fixed configurations added that include fixed silk code and also set FIXED_POINT.

385d49e vs2015: Merge opus dependencies into its project.
Makefile.am | 9 -
appveyor.yml | 2 +
win32/.gitignore | 1 +
win32/VS2015/celt.vcxproj | 603 --------------------
win32/VS2015/celt.vcxproj.filters | 189 -------
win32/VS2015/generate_version.vcxproj | 65 ---
win32/VS2015/opus.sln | 164 ++----
win32/VS2015/opus.vcxproj | 905 ++++++++++++++++++++++++++++--
win32/VS2015/opus.vcxproj.filters | 635 ++++++++++++++++++++-
win32/VS2015/opus_demo.vcxproj | 215 ++++++-
win32/VS2015/silk_common.vcxproj | 675 ----------------------
win32/VS2015/silk_common.vcxproj.filters | 339 -----------
win32/VS2015/silk_fixed.vcxproj | 516 -----------------
win32/VS2015/silk_fixed.vcxproj.filters | 111 ----
win32/VS2015/silk_float.vcxproj | 603 --------------------
win32/VS2015/silk_float.vcxproj.filters | 120 ----
win32/VS2015/test_opus_api.vcxproj | 211 ++++++-
win32/VS2015/test_opus_decode.vcxproj | 215 ++++++-
win32/VS2015/test_opus_encode.vcxproj | 215 ++++++-
19 files changed, 2365 insertions(+), 3428 deletions(-)

Upstream: git.xiph.org


  • Share