View | Details | Raw Unified | Return to bug 153767
Collapse All | Expand All

(-)multimedia/xbmc/Makefile (+8 lines)
Lines 83-88 OPTIONS= AVAHI "Enable Avahi support" Link Here
83
		NONFREE		"Enable non-free components (rar, ccx, ffmpeg)"	off \
83
		NONFREE		"Enable non-free components (rar, ccx, ffmpeg)"	off \
84
		PULSE		"Enable PulseAudio support"		off \
84
		PULSE		"Enable PulseAudio support"		off \
85
		RTMP		"RTMP support via librtmp"		off \
85
		RTMP		"RTMP support via librtmp"		off \
86
		VAAPI		"Enable VAAPI support"			off \
86
		VDPAU		"Enable VDPAU support"			off \
87
		VDPAU		"Enable VDPAU support"			off \
87
		WEBSERVER	"Build Internal Webserver"		off
88
		WEBSERVER	"Build Internal Webserver"		off
88
89
Lines 157-162 LIB_DEPENDS+= rtmp.0:${PORTSDIR}/multime Link Here
157
CONFIGURE_ARGS+=	--disable-rtmp
158
CONFIGURE_ARGS+=	--disable-rtmp
158
.endif
159
.endif
159
160
161
.if defined(WITH_VAAPI)
162
LIB_DEPENDS+=	va.1:${PORTSDIR}/multimedia/libva
163
CONFIGURE_ARGS+=	--enable-vaapi
164
.else
165
CONFIGURE_ARGS+=	--disable-vaapi
166
.endif
167
160
.if defined(WITH_VDPAU)
168
.if defined(WITH_VDPAU)
161
LIB_DEPENDS+=	vdpau.1:${PORTSDIR}/multimedia/libvdpau
169
LIB_DEPENDS+=	vdpau.1:${PORTSDIR}/multimedia/libvdpau
162
CONFIGURE_ARGS+=	--enable-vdpau
170
CONFIGURE_ARGS+=	--enable-vdpau

Return to bug 153767