From owner-freebsd-multimedia@FreeBSD.ORG Mon Jul 28 18:06:57 2008 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 8B197106566C; Mon, 28 Jul 2008 18:06:57 +0000 (UTC) (envelope-from Gabor@Zahemszky.HU) Received: from mx01.hdsnet.hu (mx01.hdsnet.hu [193.110.57.2]) by mx1.freebsd.org (Postfix) with ESMTP id 40BE58FC24; Mon, 28 Jul 2008 18:06:56 +0000 (UTC) (envelope-from Gabor@Zahemszky.HU) Received: from [92.249.232.124] (helo=Picasso.Zahemszky.HU) by mx01.hdsnet.hu with esmtpa (HDSNet mail 1.1} #1) id 1KNX7K-0002G9-5f; Mon, 28 Jul 2008 20:06:42 +0200 Date: Mon, 28 Jul 2008 20:06:49 +0200 From: Zahemszky =?ISO-8859-2?Q?G=E1bor?= To: multimedia@freebsd.org, Michael Johnson Message-ID: <20080728200649.4ead5abe@Picasso.Zahemszky.HU> Organization: Zahemszky Bt. X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Cc: Subject: bugreport with PATCH in ffmpeg port upgrade. 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, 28 Jul 2008 18:06:57 -0000 Hi! I think, there is a new funkcionality in the ffmpeg's configure framework. If I have enabled the non-free encoders (AMR_NB or AMR_WB), the configure is failing: =3D=3D=3D> Configuring for ffmpeg-2008.07.27 libamr is nonfree and --enable-nonfree is not specified. If you think configure made a mistake, make sure you are using the latest version from SVN. If the latest version fails, report the problem to the ffmpeg-user@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net. Include the log file "config.err" produced by configure as this will help solving the problem. =3D=3D=3D So here is my correction: =3D=3D=3D *** Makefile.orig Mon Jul 28 19:55:02 2008 --- Makefile Mon Jul 28 19:46:29 2008 *************** *** 125,130 **** --- 125,134 ---- CONFIGURE_ARGS+=3D --disable-libamr-wb .endif =20 + .if defined(WITH_AMR_NB) || defined(WITH_AMR_WB) + CONFIGURE_ARGS+=3D --enable-nonfree + .endif +=20 USE_RC_SUBR=3D ffserver =20 .if ${MACHINE_CPU:Mmmx}=3D=3D"" =3D=3D=3D Bye, Zahemszky, G=E1bor < Gabor at Zahemszky dot HU > --=20 #!/bin/ksh Z=3D'21N16I25C25E30, 40M30E33E25T15U!';IFS=3D' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set -- $Z;for i;{ [[ $i =3D ? ]]&&print $i&&break;[[ $i =3D ??? ]]&&j=3D$i&&i=3D${i%?};typeset -i40 i=3D8#$i;print -n ${i#???};[[ "= $j" =3D ??? ]]&&print -n "${j#??} "&&j=3D;typeset +i i;};IFS=3D' 0123456789 ';s= et -- $Z;for i;{ [[ $i =3D , ]]&&i=3D2;[[ $i =3D ?? ]]||typeset -l i;j=3D"$j $i";typeset +l i;};print "$j"