Skip to content

Commit

Permalink
Documentation updated, AL::Decoder++
Browse files Browse the repository at this point in the history
- ozEngine
  * AL::Decoder structure improved, still WAVE only
- doc
  * READMEs updated, removed unneeded licences, CSS better organised
  • Loading branch information
ducakar committed Dec 27, 2015
1 parent 8aaafac commit 4c1ccce
Show file tree
Hide file tree
Showing 23 changed files with 1,707 additions and 2,303 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -126,7 +126,7 @@ endif()
find_package(OpenAL REQUIRED)
find_package(JPEG REQUIRED)
pkg_check_modules(OGG REQUIRED ogg)
pkg_check_modules(OPUS REQUIRED opus)
#pkg_check_modules(OPUS REQUIRED opus)
pkg_check_modules(VORBIS REQUIRED vorbis)
pkg_check_modules(VORBISFILE REQUIRED vorbisfile)

Expand Down
7 changes: 3 additions & 4 deletions build.sh
Expand Up @@ -18,8 +18,8 @@ platforms=(
# Android14-i686
# Android14-ARMv7a
# Emscripten
# Linux-i686
# Linux-i686-Clang
Linux-i686
Linux-i686-Clang
Linux-x86_64
Linux-x86_64-Clang
# PNaCl
Expand Down Expand Up @@ -54,14 +54,13 @@ function build()
( cd build/$platform && emcmake cmake -Wdev --warn-uninitialized \
-G Ninja \
-D CMAKE_BUILD_TYPE=$buildType \
-D CMAKE_EXPORT_COMPILE_COMMANDS=ON \
../.. )
else
( cd build/$platform && cmake -Wdev --warn-uninitialized \
-G Ninja \
-D CMAKE_TOOLCHAIN_FILE=../../cmake/$platform.Toolchain.cmake \
-D CMAKE_BUILD_TYPE=$buildType \
-D CMAKE_EXPORT_COMPILE_COMMANDS=ON \
-D OZ_TOOLS=ON \
../.. )
fi
fi
Expand Down
2 changes: 1 addition & 1 deletion data

0 comments on commit 4c1ccce

Please sign in to comment.