Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Feb 2012 18:03:36 GMT
From:      Jacques Cale <jacquescale@clovermail.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/165209: multimedia/ffmpeg with libvpx support enable is broken
Message-ID:  <201202161803.q1GI3ajt034565@red.freebsd.org>
Resent-Message-ID: <201202161810.q1GIAEJl020388@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202161803.q1GI3ajt034565>