diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-22 18:13:01 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-22 18:13:01 +0000 |
commit | 7ff2d6435675b95623ce40a15abfc2c3f3ef4a74 (patch) | |
tree | 48899ee72fbfe40f44efb86eb61d3733e675681e | |
parent | d225dfaeabd434e41ee70cd7dc8eecf07aa1bb96 (diff) | |
download | ports-7ff2d6435675b95623ce40a15abfc2c3f3ef4a74.tar.gz ports-7ff2d6435675b95623ce40a15abfc2c3f3ef4a74.zip |
Notes
-rw-r--r-- | multimedia/kodi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile index 59787e337ba2..750d1b2c13a5 100644 --- a/multimedia/kodi/Makefile +++ b/multimedia/kodi/Makefile @@ -111,7 +111,7 @@ SFTP_DESC= SSH SFTP support via libssh RPI1_DESC= build for RPI1-B (cpu=arm1176jzf-s) RPI2_DESC= build for RPI2 (cpu=cortex-a7, neon enabled) -OPTIONS_DEFAULT= AIRPLAY AIRTUNES AVAHI CEC LIBBLURAY LIRC \ +OPTIONS_DEFAULT= AIRPLAY AIRTUNES AVAHI CEC LIRC \ MYSQL NFS RTMP SFTP SMB VAAPI VDPAU WEBSERVER OPTIONS_DEFAULT_armv6= RPI1 OPTIONS_DEFAULT_armv7= RPI1 |