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

(-)Makefile (+1 lines)
Lines 67-70 Link Here
67
OPTIONS+=	V4L "Enable Video4Linux TV support" off
67
OPTIONS+=	V4L "Enable Video4Linux TV support" off
68
OPTIONS+=	LIBRTMP "Enable RTMPDump Streaming Media support" off
68
OPTIONS+=	LIBRTMP "Enable RTMPDump Streaming Media support" off
69
OPTIONS+=	ENCA "Enable enca charset detection" off	
69
70
70
MAN1=		mplayer.1
71
MAN1=		mplayer.1
(-)Makefile.options (+7 lines)
Lines 265-266 Link Here
265
.endif
265
.endif
266
266
267
.if defined(WITH_ENCA)
268
LIB_DEPENDS+=	enca.5:${PORTSDIR}/converters/enca
269
CONFIGURE_ARGS+=	--enable-enca
270
.else
271
CONFIGURE_ARGS+=	--disable-enca
272
.endif
273

Return to bug 164639