summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2011-07-11 19:10:41 +0000
committerphintuka <phintuka>2011-07-11 19:10:41 +0000
commit8e2ecf48ee11243c50c8b1293ee8dffbb59f9f22 (patch)
treea97f60bef6790cb8b9e3fbf6817546bac8b4ef72
parent19955d572f4bf37da1daa1e54ed2d015d9c40c90 (diff)
downloadxineliboutput-8e2ecf48ee11243c50c8b1293ee8dffbb59f9f22.tar.gz
xineliboutput-8e2ecf48ee11243c50c8b1293ee8dffbb59f9f22.tar.bz2
Latest PCM plugin fixes are not in xine-lib 1.1.19.
Current xine-lib decoder is broken for 24bit BluRay PCM.
-rw-r--r--xine/BluRay/Makefile4
1 files 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
#