Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Mar 2010 14:06:02 GMT
From:      Eitan Adler <eitanadlerlist@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144626: [patch] multimedia/ffmpeg - allow faac to compiler
Message-ID:  <201003101406.o2AE62EZ042174@www.freebsd.org>
Resent-Message-ID: <201003101410.o2AEA43w079460@freefall.freebsd.org>

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

>Number:         144626
>Category:       ports
>Synopsis:       [patch] multimedia/ffmpeg - allow faac to compiler
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 10 14:10:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Eitan Adler
>Release:        
>Organization:
>Environment:
>Description:
This patch is required for me to build ffmpeg with faac support

--- Makefile.old	2010-03-10 16:06:08.000000000 +0200
+++ Makefile	2010-03-10 16:04:27.000000000 +0200
@@ -170,7 +170,7 @@
 # faac
 .ifdef(WITH_FAAC)
 LIB_DEPENDS+=	faac.0:${PORTSDIR}/audio/faac
-CONFIGURE_ARGS+=	--enable-libfaac
+CONFIGURE_ARGS+=	--enable-libfaac --enable-nonfree
 .else
 CONFIGURE_ARGS+=	--disable-libfaac
 .endif

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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