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

(-)Makefile (+17 lines)
Lines 107-112 Link Here
107
WITH_DIVX5=	yes
107
WITH_DIVX5=	yes
108
.endif
108
.endif
109
109
110
.if exists(${LOCALBASE}/lib/libjpeg-mmx.so.62)
111
WITH_JPEGMMX=	yes
112
WITH_NASM=	yes
113
.endif
114
110
.if defined(WITH_LIBTHEORA)
115
.if defined(WITH_LIBTHEORA)
111
LIB_DEPENDS+=	theora.0:${PORTSDIR}/graphics/libtheora
116
LIB_DEPENDS+=	theora.0:${PORTSDIR}/graphics/libtheora
112
.else
117
.else
Lines 245-250 Link Here
245
.else
250
.else
246
.endif
251
.endif
247
252
253
.if defined(WITH_JPEGMMX)
254
LIB_DEPENDS+=	jpeg-mmx.62:${PORTSDIR}/graphics/jpeg-mmx
255
256
PLIST_SUB+=	WITH_JPEGMMX=""
257
.else
258
PLIST_SUB+=	WITH_JPEGMMX="@comment "
259
.endif
260
248
pre-everything::
261
pre-everything::
249
.if !defined(WITH_OPTIMIZED_CFLAGS)
262
.if !defined(WITH_OPTIMIZED_CFLAGS)
250
	@${ECHO_MSG}
263
	@${ECHO_MSG}
Lines 333-338 Link Here
333
	@${ECHO_MSG}
346
	@${ECHO_MSG}
334
	@${ECHO_MSG} "You can enable experimental DivX 5 support by defining WITH_DIVX5."
347
	@${ECHO_MSG} "You can enable experimental DivX 5 support by defining WITH_DIVX5."
335
.endif
348
.endif
349
.if !defined(WITH_JPEGMMX)
350
	@${ECHO_MSG}
351
	@${ECHO_MSG} "You can enable JPEG with MMX by defining WITH_JPEGMMX."
352
.endif
336
353
337
post-patch:
354
post-patch:
338
.if ${OSVERSION} <= 500027
355
.if ${OSVERSION} <= 500027
(-)pkg-plist (+1 lines)
Lines 71-76 Link Here
71
lib/transcode/filter_denoise3d.so
71
lib/transcode/filter_denoise3d.so
72
lib/transcode/filter_detectclipping.so
72
lib/transcode/filter_detectclipping.so
73
lib/transcode/filter_detectsilence.so
73
lib/transcode/filter_detectsilence.so
74
%%WITH_JPEGMMX%%lib/transcode/filter_dilyuvmmx.so
74
lib/transcode/filter_divxkey.so
75
lib/transcode/filter_divxkey.so
75
lib/transcode/filter_doublefps.so
76
lib/transcode/filter_doublefps.so
76
lib/transcode/filter_dnr.so
77
lib/transcode/filter_dnr.so

Return to bug 69832