Explorar o código

package/mplayer: add optional bzip2 support

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd Kuhls %!s(int64=10) %!d(string=hai) anos
pai
achega
b0c48ee9cb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      package/mplayer/mplayer.mk

+ 1 - 0
package/mplayer/mplayer.mk

@@ -201,6 +201,7 @@ else
 MPLAYER_CONF_OPTS += --disable-liblzo
 endif
 
+MPLAYER_DEPENDENCIES += $(if $(BR2_PACKAGE_BZIP2),bzip2)
 MPLAYER_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBTHEORA),libtheora)
 MPLAYER_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBPNG),libpng)
 MPLAYER_DEPENDENCIES += $(if $(BR2_PACKAGE_JPEG),jpeg)