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

(-)mplayer/Makefile (-1 / +2 lines)
Lines 92-98 Link Here
92
			--disable-libdirac-lavc \
92
			--disable-libdirac-lavc \
93
			--disable-mencoder \
93
			--disable-mencoder \
94
			--disable-mpg123 \
94
			--disable-mpg123 \
95
			--disable-musepack
95
			--disable-musepack \
96
			--disable-mp3lib
96
97
97
.include "${.CURDIR}/Makefile.options"
98
.include "${.CURDIR}/Makefile.options"
98
99
(-)mplayer/Makefile.options (-1 / +1 lines)
Lines 52-58 Link Here
52
.endif #WITH_DEBUG
52
.endif #WITH_DEBUG
53
53
54
#Supported architectures for clang
54
#Supported architectures for clang
55
.if ${ARCH} == "amd64"
55
.if ${ARCH} == "i386" || ${ARCH} == "amd64"
56
MPLAYER_CLANG_SUPPORTED_ARCH=	yes
56
MPLAYER_CLANG_SUPPORTED_ARCH=	yes
57
.endif
57
.endif

Return to bug 171707