summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xine/BluRay/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/xine/BluRay/Makefile b/xine/BluRay/Makefile
index e3fb4bb8..008b6985 100644
--- a/xine/BluRay/Makefile
+++ b/xine/BluRay/Makefile
@@ -18,18 +18,18 @@ else
$(warning libbluray not found)
endif
-ifeq ($(shell pkg-config libxine --atleast-version=1.1.18.2 || echo "yes"), yes)
+ifeq ($(shell pkg-config libxine --atleast-version=1.1.19 || echo "yes"), yes)
ENABLE_SPU_PLUGIN ?= yes
else
ENABLE_SPU_PLUGIN ?= no
- $(warning SPU plugin is included in xine-lib 1.1.17+)
+ $(warning SPU plugin is included in xine-lib 1.1.19+)
endif
-ifeq ($(shell pkg-config libxine --atleast-version=1.1.17.1 || echo "yes"), yes)
+ifeq ($(shell pkg-config libxine --atleast-version=1.1.18 || echo "yes"), yes)
ENABLE_PCM_PLUGIN ?= yes
else
ENABLE_PCM_PLUGIN ?= no
- $(warning PCM plugin is included in xine-lib 1.1.17.1+)
+ $(warning PCM plugin is included in xine-lib 1.1.18+)
endif
#