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

(-)Makefile (-1 / +3 lines)
Lines 89-95 Link Here
89
		--extra-cflags="${FFMPEG_CFLAGS} -I${LOCALBASE}/include" \
89
		--extra-cflags="${FFMPEG_CFLAGS} -I${LOCALBASE}/include" \
90
		--extra-ldflags="-L${LOCALBASE}/lib ${FFMPEG_LDFLAGS}" \
90
		--extra-ldflags="-L${LOCALBASE}/lib ${FFMPEG_LDFLAGS}" \
91
		--extra-libs="${PTHREAD_LIBS}" \
91
		--extra-libs="${PTHREAD_LIBS}" \
92
		--disable-debug
92
		--disable-debug \
93
		--disable-indev=alsa \
94
		--disable-outdev=alsa
93
SHLIB_VER=	1
95
SHLIB_VER=	1
94
PLIST_SUB=	SHLIB_VER=${SHLIB_VER}
96
PLIST_SUB=	SHLIB_VER=${SHLIB_VER}
95
USE_LDCONFIG=	yes
97
USE_LDCONFIG=	yes

Return to bug 151508