aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2012-06-05 01:33:25 +0800
committerosa <osa@FreeBSD.org>2012-06-05 01:33:25 +0800
commit01e45c21402753b4521195df7257b4643a022094 (patch)
treec2b399c730fa28409edd7a4dde56f8a60868e093
parentbb6a72ae383bf89ca80af17a98d6afb58bdaed8d (diff)
downloadfreebsd-ports-gnome-01e45c21402753b4521195df7257b4643a022094.tar.gz
freebsd-ports-gnome-01e45c21402753b4521195df7257b4643a022094.tar.zst
freebsd-ports-gnome-01e45c21402753b4521195df7257b4643a022094.zip
Add VIDEO knob to OPTIONS_DEFINE for choose original or third-party
MP4 module.
-rw-r--r--www/nginx-devel/Makefile4
-rw-r--r--www/nginx/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 219a5494a2a1..a68b415e28fb 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -96,7 +96,8 @@ OPTIONS_DEFINE= \
SUPERVISORD \
SYSLOG_SUPPORT \
UDPLOG \
- XRID_HEADER
+ XRID_HEADER \
+ VIDEO
OPTIONS_SINGLE= VIDEO
OPTIONS_SINGLE_VIDEO= HTTP_MP4 HTTP_MP4_H264
@@ -179,6 +180,7 @@ SYSLOG_SUPPORT_DESC= 3rd party syslog support
UDPLOG_DESC= 3rd party udplog (syslog) module
XRID_HEADER_DESC= 3rd party x-rid header module
XSS_DESC= 3rd party xss module
+VIDEO_DESC= Video module support
WANT_GNOME= yes
MAKE_JOBS_SAFE= yes
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 18a6ca872d62..635c20b4d1eb 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -97,7 +97,8 @@ OPTIONS_DEFINE= \
SUPERVISORD \
SYSLOG_SUPPORT \
UDPLOG \
- XRID_HEADER
+ XRID_HEADER \
+ VIDEO
OPTIONS_SINGLE= VIDEO
OPTIONS_SINGLE_VIDEO= HTTP_MP4 HTTP_MP4_H264
@@ -180,6 +181,7 @@ SYSLOG_SUPPORT_DESC= 3rd party syslog support
UDPLOG_DESC= 3rd party udplog (syslog) module
XRID_HEADER_DESC= 3rd party x-rid header module
XSS_DESC= 3rd party xss module
+VIDEO_DESC= Video module support
WANT_GNOME= yes
MAKE_JOBS_SAFE= yes