From owner-freebsd-multimedia@FreeBSD.ORG Mon Jul 30 17:50:33 2007 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C8F816A420 for ; Mon, 30 Jul 2007 17:50:33 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from farris.bafirst.com (adsl-065-081-102-002.sip.jan.bellsouth.net [65.81.102.2]) by mx1.freebsd.org (Postfix) with ESMTP id 99F6113C442 for ; Mon, 30 Jul 2007 17:50:32 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.129.12.64]) by farris.bafirst.com with esmtp; Mon, 30 Jul 2007 12:50:29 -0500 id 0006D40C.46AE24E5.00015C2F Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Mon, 30 Jul 2007 12:50:28 -0500 id 0004AC14.46AE24E4.000133F6 Received: from dsl-189-129-12-64.prod-infinitum.com.mx (dsl-189-129-12-64.prod-infinitum.com.mx [189.129.12.64]) by intranet.encontacto.net (Horde MIME library) with HTTP; Mon, 30 Jul 2007 12:50:28 -0500 Message-ID: <20070730125028.fk5cirl8cgsw4s0k@intranet.encontacto.net> X-Priority: 3 (Normal) Date: Mon, 30 Jul 2007 12:50:28 -0500 From: eculp@encontacto.net To: freebsd-multimedia@freebsd.org References: <46AE0EFA.4070904@gmail.com> In-Reply-To: <46AE0EFA.4070904@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) X-Originating-IP: 189.129.12.64 Subject: Re: Transcode broken? 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: Mon, 30 Jul 2007 17:50:33 -0000 Quoting Lars Stokholm : > When compiling the newest version in ports of Transcode it stops =20 > with the following message: > > aud_aux.c: In function `audio_init_ffmpeg': > aud_aux.c:364: error: `ac3_encoder' undeclared (first use in this > function) > aud_aux.c:364: error: (Each undeclared identifier is reported only once > aud_aux.c:364: error: for each function it appears in.) > aud_aux.c:365: error: `mp2_encoder' undeclared (first use in this > function) > gmake[2]: *** [aud_aux.lo] Error 1 > gmake[2]: Leaving directory > `/usr/ports/multimedia/transcode/work/transcode-1.0.3/export' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/multimedia/transcode/work/transcode-1.0.3' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/multimedia/transcode. I just got the same error updating ports on my 6.2-STABLE. I assume =20 it will be the same in current but I'm going to give it a try on =20 current anyway. ed