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