diff options
| -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 |
