Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jul 2008 20:06:49 +0200
From:      Zahemszky =?ISO-8859-2?Q?G=E1bor?= <Gabor@Zahemszky.HU>
To:        multimedia@freebsd.org, Michael Johnson <ahze@FreeBSD.org>
Subject:   bugreport with PATCH in ffmpeg port upgrade.
Message-ID:  <20080728200649.4ead5abe@Picasso.Zahemszky.HU>

next in thread | raw e-mail | index | archive | help
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"



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