summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2011-06-11 08:37:10 +0000
committerphintuka <phintuka>2011-06-11 08:37:10 +0000
commit37bc55c2142bb3a3539bc9de72c2b70c3a90cefd (patch)
treec97e89f5ef77501c20edf0552e3118b457cbad91
parent1074da7102318e9bb0e0d3bbd3b3e3360e4b437b (diff)
downloadxineliboutput-37bc55c2142bb3a3539bc9de72c2b70c3a90cefd.tar.gz
xineliboutput-37bc55c2142bb3a3539bc9de72c2b70c3a90cefd.tar.bz2
Added configure check for libbluray
-rwxr-xr-xconfigure7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure b/configure
index 49892abc..ef4c8841 100755
--- a/configure
+++ b/configure
@@ -7,7 +7,7 @@
# See the main source file 'xineliboutput.c' for copyright information and
# how to reach the author.
#
-# * $Id: configure,v 1.36 2011-03-05 13:42:52 phintuka Exp $
+# * $Id: configure,v 1.37 2011-06-11 08:37:10 phintuka Exp $
#
PKG_CONFIG="pkg-config"
@@ -239,6 +239,7 @@ FEATURES="
vdpau
i18n
libcap
+ libbluray
"
# set defaults
@@ -264,6 +265,7 @@ show_help(){
echo " --enable-libxine build xine plugins [yes]"
echo
echo " --disable-libextractor disable libextractor support (media file metainfo) [no]"
+ echo " --disable-libbluray disable libbluray support (BluRay metainfo) [no]"
echo " --disable-libjpeg disable libjpeg support [no]"
echo " --disable-dbus-glib-1 disable dbus-glib support [no]"
echo " --disable-xshm disable XShm support [no]"
@@ -329,7 +331,7 @@ done
check_deps(){
disabled libxine && disable x11 fb libavutil libjpeg
disabled x11 && disable dbus-glib-1 xshm xrender xshape opengl xdpms xinerama vdpau
- disabled vdr && disable libextractor libcap
+ disabled vdr && disable libextractor libcap libbluray
disabled dlfcn && disable opengl
disabled pthread && disable opengl
disabled xrender && disable opengl
@@ -350,6 +352,7 @@ test_pkgconfig
test_library VDR libextractor "extractor.h" "-lextractor" "EXTRACTOR_getKeywords(0,0)"
test_library VDR libcap "sys/capability.h" "-lcap" "cap_get_proc()"
+test_library VDR libbluray "libbluray/bluray.h" "-lbluray" "bd_get_disc_info(0)"
test_library XINE libxine "xine.h" "-lxine" "xine_init(0)"
test_library DLFCN dlfcn "dlfcn.h" "-ldl" "dlopen(0,0)"