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

(-)Makefile (-1 / +1 lines)
Lines 88-94 Link Here
88
88
89
.if defined(WITH_FFMPEG)
89
.if defined(WITH_FFMPEG)
90
CONFIGURE_ARGS+=	--with-ffmpeg
90
CONFIGURE_ARGS+=	--with-ffmpeg
91
LIB_DEPENDS+=		avformat:${PORTSDIR}/multimedia/ffmpeg
91
LIB_DEPENDS+=		avcodec.1:${PORTSDIR}/multimedia/ffmpeg
92
.else
92
.else
93
CONFIGURE_ARGS+=	--without-ffmpeg
93
CONFIGURE_ARGS+=	--without-ffmpeg
94
.endif
94
.endif

Return to bug 171813