From 7a2a30ca532f97340c76d495bee88fe5ddd504dc Mon Sep 17 00:00:00 2001 From: ahze Date: Fri, 11 Aug 2006 11:30:38 +0000 Subject: - Disable dirac support until its fixed Reported by: many --- multimedia/vlc/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'multimedia') diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 5180c4f1e718..c18257d619f4 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -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 -- cgit