ports/165209: multimedia/ffmpeg with libvpx support enable is broken
Jacques Cale
jacquescale at clovermail.net
Thu Feb 16 18:10:15 UTC 2012
>Number: 165209
>Category: ports
>Synopsis: multimedia/ffmpeg with libvpx support enable is broken
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Feb 16 18:10:14 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Jacques Cale
>Release: 9.0-STABLE
>Organization:
>Environment:
FreeBSD thor.my.domain 9.0-STABLE FreeBSD 9.0-STABLE #78: Fri Feb 10 10:04:35 UTC 2012 root at thor.my.domain:/usr/obj/usr/src/sys/CUSTOM i386
>Description:
Due to library bump for libvpx (see UPDATING: 20120216) ffmpeg with libvpx support enable is broken.
We need to update ffmpeg Makefile
>How-To-Repeat:
>Fix:
# vp8
.if !defined(WITHOUT_VP8)
-LIB_DEPENDS+= vpx.0:${PORTSDIR}/multimedia/libvpx
+LIB_DEPENDS+= vpx.1:${PORTSDIR}/multimedia/libvpx
CONFIGURE_ARGS+= --enable-libvpx
.else
CONFIGURE_ARGS+= --disable-libvpx
.endif
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list