From 8e2ecf48ee11243c50c8b1293ee8dffbb59f9f22 Mon Sep 17 00:00:00 2001 From: phintuka Date: Mon, 11 Jul 2011 19:10:41 +0000 Subject: Latest PCM plugin fixes are not in xine-lib 1.1.19. Current xine-lib decoder is broken for 24bit BluRay PCM. --- xine/BluRay/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xine/BluRay/Makefile b/xine/BluRay/Makefile index 325a7bf8..74e50f0b 100644 --- a/xine/BluRay/Makefile +++ b/xine/BluRay/Makefile @@ -20,11 +20,11 @@ else $(warning SPU plugin is included in xine-lib 1.1.19+) endif -ifeq ($(shell pkg-config libxine --atleast-version=1.1.18 || echo "yes"), yes) +ifeq ($(shell pkg-config libxine --atleast-version=1.1.19.1 || echo "yes"), yes) ENABLE_PCM_PLUGIN ?= yes else ENABLE_PCM_PLUGIN ?= no - $(warning PCM plugin is included in xine-lib 1.1.18+) + $(warning PCM plugin is included in xine-lib 1.1.19+) endif # -- cgit v1.2.3