Lines 5-10
PORTNAME= libvpx
Link Here
|
5 |
DISTVERSIONPREFIX= v |
5 |
DISTVERSIONPREFIX= v |
6 |
DISTVERSION= 1.4.0-488 # tracking www/firefox |
6 |
DISTVERSION= 1.4.0-488 # tracking www/firefox |
7 |
DISTVERSIONSUFFIX= -ge67d45d |
7 |
DISTVERSIONSUFFIX= -ge67d45d |
|
|
8 |
PORTREVISION= 1 |
8 |
CATEGORIES= multimedia |
9 |
CATEGORIES= multimedia |
9 |
|
10 |
|
10 |
MAINTAINER= ashish@FreeBSD.org |
11 |
MAINTAINER= ashish@FreeBSD.org |
Lines 24-35
HAS_CONFIGURE= yes
Link Here
|
24 |
USE_PERL5= build |
25 |
USE_PERL5= build |
25 |
USE_LDCONFIG= yes |
26 |
USE_LDCONFIG= yes |
26 |
|
27 |
|
27 |
OPTIONS_DEFINE= DEBUG POSTPROC RUNTIME THREADS SHARED |
28 |
OPTIONS_DEFINE= DEBUG MULTIRES POSTPROC RUNTIME SHARED SIZE_LIMIT THREADS |
28 |
OPTIONS_DEFAULT= POSTPROC RUNTIME THREADS SHARED |
29 |
OPTIONS_DEFAULT=MULTIRES POSTPROC RUNTIME SHARED SIZE_LIMIT THREADS |
29 |
OPTIONS_EXCLUDE_armv6= RUNTIME |
30 |
OPTIONS_EXCLUDE_armv6= RUNTIME |
|
|
31 |
MULTIRES_DESC= Enable multiple-resolution encoding |
30 |
POSTPROC_DESC= Enable postprocessing |
32 |
POSTPROC_DESC= Enable postprocessing |
31 |
RUNTIME_DESC= Enable runtime CPU detection |
33 |
RUNTIME_DESC= Enable runtime CPU detection |
32 |
SHARED_DESC= Enable shared-library support |
34 |
SHARED_DESC= Enable shared-library support |
|
|
35 |
SIZE_LIMIT_DESC=Max size to allow in the decoder (default: ${SIZE_LIMIT}) |
33 |
|
36 |
|
34 |
ALL_TARGET= |
37 |
ALL_TARGET= |
35 |
CONFIGURE_ARGS+=--prefix=${PREFIX} \ |
38 |
CONFIGURE_ARGS+=--prefix=${PREFIX} \ |
Lines 44-53
MAKE_ENV= LC_ALL=C
Link Here
|
44 |
OPTIONS_SUB= SHARED |
47 |
OPTIONS_SUB= SHARED |
45 |
|
48 |
|
46 |
DEBUG_CONFIGURE_ON= --enable-debug |
49 |
DEBUG_CONFIGURE_ON= --enable-debug |
|
|
50 |
MULTIRES_CONFIGURE_ON= --enable-multi-res-encoding |
47 |
POSTPROC_CONFIGURE_ON= --enable-postproc |
51 |
POSTPROC_CONFIGURE_ON= --enable-postproc |
48 |
RUNTIME_CONFIGURE_ON= --enable-runtime-cpu-detect |
52 |
RUNTIME_CONFIGURE_ON= --enable-runtime-cpu-detect |
49 |
THREADS_CONFIGURE_OFF= --disable-multithread |
|
|
50 |
SHARED_CONFIGURE_ON= --enable-shared |
53 |
SHARED_CONFIGURE_ON= --enable-shared |
|
|
54 |
SIZE_LIMIT_CONFIGURE_ON=--size-limit=${SIZE_LIMIT} |
55 |
SIZE_LIMIT?= 4000x3000 # same as VideoUtils.h in Firefox |
56 |
THREADS_CONFIGURE_OFF= --disable-multithread |
51 |
|
57 |
|
52 |
SHEBANG_FILES= build/make/ads2gas.pl |
58 |
SHEBANG_FILES= build/make/ads2gas.pl |
53 |
|
59 |
|