From owner-freebsd-multimedia@FreeBSD.ORG Fri Jul 20 21:15:48 2007 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5519816A41B for ; Fri, 20 Jul 2007 21:15:48 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.231]) by mx1.freebsd.org (Postfix) with ESMTP id 02F3013C491 for ; Fri, 20 Jul 2007 21:15:47 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so833617wxd for ; Fri, 20 Jul 2007 14:15:47 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:from:subject:date:to:content-transfer-encoding:x-pgp-agent:x-mailer:sender; b=p/LtkgnDe2GdvG0kYGGAAauWd9Sf33AuQ/0N8ReEAPM2dBSkKaG5lM//f1Q0vwRREQ5ff9b7OkfbMtAahbAUdTIUY9ubxSbSRiex8eN0W5v28kKzyTwUyM2ZyCV9Frm5o9ivsV+lyE2CO1eosqghB0BBngICx5PKECFvX1tehs4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:from:subject:date:to:content-transfer-encoding:x-pgp-agent:x-mailer:sender; b=juVT2VIjZj6Vt4GFTmBhPnF1K6MQRcUA14UzvhxsyS9h75gGF1uA/8du9BRiXjlyA1AgJRIzYXrgmHUF/zg5FEpmUYdUZ5x5rSi2mBuIuozz4PraZTOytMssBzNewAjrAEC7FdEUO1af/xXeP8Am3eLVzACByRzb5WBhKQeoSUY= Received: by 10.70.99.11 with SMTP id w11mr1490230wxb.1184966144720; Fri, 20 Jul 2007 14:15:44 -0700 (PDT) Received: from ?192.168.2.100? ( [204.213.227.194]) by mx.google.com with ESMTPS id n26sm2356220ele.2007.07.20.14.15.42 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 20 Jul 2007 14:15:43 -0700 (PDT) In-Reply-To: <46A12475.60409@9trackmind.com> References: <46A0F589.3050909@9trackmind.com> <9C36EED3-B4A9-43B5-A27E-B0F1E86348B3@ahze.net> <46A12475.60409@9trackmind.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Apple-Mail-7-500510803" Message-Id: <66F23E42-A15B-4BC0-90C1-E9AEDBAC7B30@ahze.net> From: Michael Johnson Date: Fri, 20 Jul 2007 17:15:40 -0400 To: Will Mitayai Rowe Content-Transfer-Encoding: 7bit X-Pgp-Agent: GPGMail 1.1.2 (Tiger) X-Mailer: Apple Mail (2.752.3) Sender: Michael Johnson X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: multimedia@freebsd.org Subject: Re: FFMpeg port X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2007 21:15:48 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --Apple-Mail-7-500510803 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8; delsp=yes; format=flowed On Jul 20, 2007, at 5:09 PM, Will Mitayai Rowe wrote: > I'd love to, but i don't know how. > > Point me to some documentation and i'll learn... > > Or, accept the one attached as is :-) > > (i edited the makefile only to add the stuff i think should be =20 > added, and didn't touch anything else. i did `diff Makefile =20 > Makefile.orig` where Makefile is mine, Makefile.orig is yours) > > -Mit what you have at the bottom is good, we really prefer 'diff -u =20 Makefile.orig Makefile' though. Thanks for your submission. > > > > > > > Michael Johnson wrote: >> >> On Jul 20, 2007, at 1:48 PM, Will Mitayai Rowe wrote: >> >>> I'd like to request that the FFMpeg port be updated to allow for =20 >>> the option to compile in AMR-NB and AMR-WB support using the new =20 >>> libamrnb and libamrwb ports. >>> >>> I've attached a working Makefile that have tested. >>> >>> Cheers, >>> Mit Rowe >> >> Could you please send us a diff instead of the Makefile pasted in =20 >> the email?=EF=BF=BD >> >> Thanks! >> Michael > > --=20 > ________________________________________________________ > Will Mitayai Keeso Rowe > > VP [Technology] > 9 TRACK MIND INC. > mit@9trackmind.com > 1-866-326-3098 ext.102 > M: 416 219 2512 | F: 416 533 3480 > 1 Atlantic Avenue Suite 107, Toronto, Canada M6K 3E7 > www.9trackmind.com > 88d87 > < > 95,108d93 > < > < #libamr-nb > < .ifdef(WITH_AMRNB) || exists(${LOCALBASE}/lib/libamrnb.so) > < LIB_DEPENDS+=3D amrnb.2:${PORTSDIR}/audio/libamrnb > < CONFIGURE_ARGS+=3D --enable-libamr-nb > < .endif > < > < #libamr-wb > < .ifdef(WITH_AMRWB) || exists(${LOCALBASE}/lib/libamrwb.so) > < LIB_DEPENDS+=3D amrwb.2:${PORTSDIR}/audio/libamrwb > < CONFIGURE_ARGS+=3D --enable-libamr-wb > < .endif > < > < > 213,221d197 > < .ifndef(WITH_AMRNB) > < @${ECHO_MSG} 'Define WITH_AMRNB to enable AMR-NB codec' > < @${ECHO_MSG} > < .endif > < .ifndef(WITH_AMRWB) > < @${ECHO_MSG} 'Define WITH_AMRWB to enable AMR-WB codec' > < @${ECHO_MSG} > < .endif > < > 359d334 > < --Apple-Mail-7-500510803 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFGoSX8n4uqfTwEb9YRAi6oAJ9FxQl+eD8NumFzb70Kl8aoA1+jhACgtKL9 wFsM/kFgbZwCZRiSGNeT/gc= =ZEUo -----END PGP SIGNATURE----- --Apple-Mail-7-500510803--