diff options
author | phintuka <phintuka> | 2010-05-14 20:06:43 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2010-05-14 20:06:43 +0000 |
commit | 3009532182ce0b4f6696a9990bcd88a10dd79a3c (patch) | |
tree | 7fb05784426d53d37075f42d8aee281dc4cef1af | |
parent | 65188769cfd2e5fd7d432068a3a52f1e3884517a (diff) | |
download | xineliboutput-3009532182ce0b4f6696a9990bcd88a10dd79a3c.tar.gz xineliboutput-3009532182ce0b4f6696a9990bcd88a10dd79a3c.tar.bz2 |
Enabled building of enhanced SPU plugin for xine-lib 1.1.17...1.1.18.1
-rw-r--r-- | xine/BluRay/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xine/BluRay/Makefile b/xine/BluRay/Makefile index 861be796..a67cb6fd 100644 --- a/xine/BluRay/Makefile +++ b/xine/BluRay/Makefile @@ -17,7 +17,7 @@ else $(warning libbluray not found) endif -ifeq ($(shell pkg-config libxine --atleast-version=1.1.17 || echo "yes"), yes) +ifeq ($(shell pkg-config libxine --atleast-version=1.1.18.2 || echo "yes"), yes) ENABLE_SPU_PLUGIN ?= yes else ENABLE_SPU_PLUGIN ?= no |