1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Disable dirac support until its fixed

Reported by:	many
This commit is contained in:
Michael Johnson 2006-08-11 11:30:38 +00:00
parent 9174263840
commit 014745e0c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170347

View File

@ -273,13 +273,13 @@ CONFIGURE_ARGS+=--enable-aa
CONFIGURE_ARGS+=--disable-aa
.endif
.if (defined(WITH_DIRAC) || exists(${LOCALBASE}/lib/libdirac_decoder.a)) && !defined(WITHOUT_DIRAC)
LIB_DEPENDS+= dirac_encoder.0:${PORTSDIR}/multimedia/dirac
CONFIGURE_ARGS+=--enable-dirac
CPPFLAGS+= -I${LOCALBASE}/include/dirac
.else
#.if (defined(WITH_DIRAC) || exists(${LOCALBASE}/lib/libdirac_decoder.a)) && !defined(WITHOUT_DIRAC)
#LIB_DEPENDS+= dirac_encoder.0:${PORTSDIR}/multimedia/dirac
#CONFIGURE_ARGS+=--enable-dirac
#CPPFLAGS+= -I${LOCALBASE}/include/dirac
#.else
CONFIGURE_ARGS+=--disable-dirac
.endif
#.endif
.if !defined(WITHOUT_X264)
CONFIGURE_ARGS+=--enable-x264