Use frameworks for libpng and Vorbis if requested and available
This commit is contained in:
@@ -262,12 +262,10 @@ uqm_prepare_config()
|
||||
CHOICE_ovcodec_TITLE="Ogg Vorbis codec"
|
||||
CHOICE_ovcodec_OPTION_standard_TITLE="Xiph libogg + libvorbis"
|
||||
CHOICE_ovcodec_OPTION_standard_PRECOND="have_library vorbisfile"
|
||||
# CHOICE_ovcodec_OPTION_standard_PRECOND="have_library vorbisfile && have_library vorbis"
|
||||
CHOICE_ovcodec_OPTION_standard_ACTION=ovcodec_standard_action
|
||||
ovcodec_standard_action() {
|
||||
use_library vorbisfile
|
||||
OGGVORBIS=vorbisfile
|
||||
# use_library vorbis
|
||||
}
|
||||
CHOICE_ovcodec_OPTION_tremor_TITLE="Tremor (avoids floating point math)"
|
||||
CHOICE_ovcodec_OPTION_tremor_PRECOND="have_library tremor"
|
||||
|
||||
Reference in New Issue
Block a user