|
Lines 19-24
Link Here
|
| 19 |
OPTIONS+= SIMD "Allow mplayer to use vector engines (MMX...)" on |
19 |
OPTIONS+= SIMD "Allow mplayer to use vector engines (MMX...)" on |
| 20 |
OPTIONS+= IPV6 "Include inet6 network support" on |
20 |
OPTIONS+= IPV6 "Include inet6 network support" on |
| 21 |
OPTIONS+= X11 "Enable X11 support for mplayer's video output" on |
21 |
OPTIONS+= X11 "Enable X11 support for mplayer's video output" on |
|
|
22 |
OPTIONS+= X11XV "X11 video drivers: XV" on |
| 23 |
OPTIONS+= X11DGA "X11 video drivers: DGA" on |
| 24 |
OPTIONS+= X11GL "X11 video drivers: OpenGL" on |
| 25 |
OPTIONS+= X11XIN "X11 video drivers: Xinerama" on |
| 26 |
OPTIONS+= X11VM "X11 VidMode support" on |
| 22 |
OPTIONS+= GUI "Enable GTK2 graphical user interface with X11" on |
27 |
OPTIONS+= GUI "Enable GTK2 graphical user interface with X11" on |
| 23 |
OPTIONS+= SDL "Enable SDL video output" off |
28 |
OPTIONS+= SDL "Enable SDL video output" off |
| 24 |
OPTIONS+= VIDIX "Enable VIDIX video output on supported archs" on |
29 |
OPTIONS+= VIDIX "Enable VIDIX video output on supported archs" on |
|
Lines 119-125
Link Here
|
| 119 |
|
124 |
|
| 120 |
.if !defined(WITHOUT_X11) |
125 |
.if !defined(WITHOUT_X11) |
| 121 |
USE_XORG= x11 |
126 |
USE_XORG= x11 |
|
|
127 |
.if !defined(WITHOUT_X11XV) |
| 128 |
USE_XORG+= xv |
| 122 |
.else |
129 |
.else |
|
|
130 |
CONFIGURE_ARGS+=--disable-xv |
| 131 |
.endif |
| 132 |
.if !defined(WITHOUT_X11DGA) |
| 133 |
USE_XORG+= xxf86dga |
| 134 |
.else |
| 135 |
CONFIGURE_ARGS+=--disable-dga1 --disable-dga2 |
| 136 |
.endif |
| 137 |
.if !defined(WITHOUT_X11GL) |
| 138 |
USE_XORG+= glproto |
| 139 |
LIB_DEPENDS+= GL.1:${PORTSDIR}/graphics/libGL |
| 140 |
.else |
| 141 |
CONFIGURE_ARGS+=--disable-gl |
| 142 |
.endif |
| 143 |
.if !defined(WITHOUT_X11XIN) |
| 144 |
USE_XORG+= xinerama xineramaproto |
| 145 |
.else |
| 146 |
CONFIGURE_ARGS+=--disable-xinerama |
| 147 |
.endif |
| 148 |
.if !defined(WITHOUT_X11VM) |
| 149 |
USE_XORG+= xxf86vm |
| 150 |
.else |
| 151 |
CONFIGURE_ARGS+=--disable-vm |
| 152 |
.endif |
| 153 |
.else #WITHOUT_X11 |
| 123 |
WITHOUT_GUI= yes |
154 |
WITHOUT_GUI= yes |
| 124 |
CONFIGURE_ARGS+=--disable-x11 \ |
155 |
CONFIGURE_ARGS+=--disable-x11 \ |
| 125 |
--disable-fontconfig |
156 |
--disable-fontconfig |