1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-01 15:11:31 +00:00

cmake improvements for sound options

This commit is contained in:
Marc Zinnschlag 2010-08-13 18:16:38 +02:00
parent cad9712411
commit 76492ea60b

View file

@ -1,8 +1,8 @@
project(OpenMW) project(OpenMW)
# Sound source selection # Sound source selection
set(USE_AUDIERE "no") option(USE_AUDIERE "use Audiere for sound" OFF)
set(USE_FFMPEG "yes") option(USE_FFMPEG "use ffmpeg for sound" ON)
# We probably support older versions than this. # We probably support older versions than this.
cmake_minimum_required(VERSION 2.6) cmake_minimum_required(VERSION 2.6)