summaryrefslogtreecommitdiff
path: root/multimedia/libvpx/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-01-22 09:24:30 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-01-22 09:24:30 +0000
commit71264b8bfa478b639faaf580412eb4b91c015239 (patch)
treef2781e8a02e12fde3c9e204b42ba908b126c1ba5 /multimedia/libvpx/Makefile
parentmultimedia/libvpx: slightly improve readability (diff)
multimedia/libvpx: rename RUNTIME to RTCPU like ffmpeg, mplayer
Notes
Notes: svn path=/head/; revision=432104
Diffstat (limited to 'multimedia/libvpx/Makefile')
-rw-r--r--multimedia/libvpx/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile
index bb0de41fa272..e9c642d45fa8 100644
--- a/multimedia/libvpx/Makefile
+++ b/multimedia/libvpx/Makefile
@@ -42,10 +42,10 @@ CONFIGURE_ARGS+=${CONFIGURE_ARGS_${ARCH}} \
MAKE_ARGS+= verbose=yes
ALL_TARGET= # empty
-OPTIONS_DEFINE= DEBUG MULTIRES POSTPROC RUNTIME SHARED SIZE_LIMIT TEST THREADS
-OPTIONS_DEFAULT=MULTIRES POSTPROC RUNTIME SHARED SIZE_LIMIT THREADS
-OPTIONS_EXCLUDE_aarch64=RUNTIME
-OPTIONS_EXCLUDE_armv6= RUNTIME
+OPTIONS_DEFINE= DEBUG MULTIRES POSTPROC RTCPU SHARED SIZE_LIMIT TEST THREADS
+OPTIONS_DEFAULT=MULTIRES POSTPROC RTCPU SHARED SIZE_LIMIT THREADS
+OPTIONS_EXCLUDE_aarch64=RTCPU
+OPTIONS_EXCLUDE_armv6= RTCPU
OPTIONS_SUB= SHARED
DEBUG_CONFIGURE_ON= --enable-debug
@@ -57,8 +57,8 @@ POSTPROC_DESC= Enable postprocessing
POSTPROC_CONFIGURE_ON= --enable-postproc --enable-vp9-postproc \
--enable-vp9-temporal-denoising
-RUNTIME_DESC= Enable runtime CPU detection
-RUNTIME_CONFIGURE_ON= --enable-runtime-cpu-detect
+RTCPU_DESC= Detect CPU capabilities at runtime
+RTCPU_CONFIGURE_ON= --enable-runtime-cpu-detect
SHARED_DESC= Enable shared-library support
SHARED_CONFIGURE_ON= --enable-shared