package/kodi: Remove hyperflous option --disable-dvdcss
authorBernd Kuhls <bernd.kuhls@t-online.de>
Thu, 2 Jul 2015 18:50:53 +0000 (20:50 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 4 Jul 2015 10:42:15 +0000 (12:42 +0200)
The option is controlled later on inside this if-clause

ifeq ($(BR2_PACKAGE_KODI_OPTICALDRIVE),y)

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/kodi/kodi.mk

index 8712b12cd2a9bf298af0b3d4615d36ed8ea1d3a0..f95d20d88922cb7e449772f7715b66b9a61282e5 100644 (file)
@@ -34,7 +34,6 @@ KODI_CONF_ENV = \
 KODI_CONF_OPTS +=  \
        --with-ffmpeg=shared \
        --disable-crystalhd \
-       --disable-dvdcss \
        --disable-hal \
        --disable-joystick \
        --disable-openmax \