Disable AUDIOCD by default - it's broken in gstreamer-1.0 because of API

changes.
This commit is contained in:
David Sansome 2014-09-22 22:38:11 +10:00
parent abcd8e181d
commit 92e4326a4b
1 changed files with 2 additions and 1 deletions

View File

@ -215,7 +215,8 @@ optional_component(SEAFILE ON "Seafile support"
DEPENDS "Taglib 1.8" "TAGLIB_VERSION VERSION_GREATER 1.7.999"
)
optional_component(AUDIOCD ON "Devices: Audio CD support"
# Note: broken with gstreamer-1.0 - API changes in the audiocdsrc element.
optional_component(AUDIOCD OFF "Devices: Audio CD support"
DEPENDS "libcdio" CDIO_FOUND
)