diff options
| author | phintuka <phintuka> | 2011-07-11 19:07:10 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2011-07-11 19:07:10 +0000 |
| commit | 125a1af8ab62e8d3206fde37f23ea6ee8ed024d2 (patch) | |
| tree | 5fd6b5be35b828c3e29b825ffe99d07446f45b17 | |
| parent | a35a498c7dccbdee4021dae1e5484787ffa50029 (diff) | |
| download | xineliboutput-125a1af8ab62e8d3206fde37f23ea6ee8ed024d2.tar.gz xineliboutput-125a1af8ab62e8d3206fde37f23ea6ee8ed024d2.tar.bz2 | |
Latest SPU decoder updates are not in xine-lib 1.1.19
| -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 389e3fa0..8adbee27 100644 --- a/xine/BluRay/Makefile +++ b/xine/BluRay/Makefile @@ -13,7 +13,7 @@ else $(warning libbluray not found) endif -ifeq ($(shell pkg-config libxine --atleast-version=1.1.19 || echo "yes"), yes) +ifeq ($(shell pkg-config libxine --atleast-version=1.1.19.1 || echo "yes"), yes) ENABLE_SPU_PLUGIN ?= yes else ENABLE_SPU_PLUGIN ?= no |
