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:

===>  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.

===

So here is my correction:

===
*** Makefile.orig	Mon Jul 28 19:55:02 2008
--- Makefile	Mon Jul 28 19:46:29 2008
***************
*** 125,130 ****
--- 125,134 ----
  CONFIGURE_ARGS+=	--disable-libamr-wb
  .endif
  
+ .if defined(WITH_AMR_NB) || defined(WITH_AMR_WB)
+ CONFIGURE_ARGS+=	--enable-nonfree
+ .endif
+ 
  USE_RC_SUBR=		ffserver
  
  .if ${MACHINE_CPU:Mmmx}==""
===

Bye, Zahemszky, Gábor < Gabor at Zahemszky dot HU >

-- 
#!/bin/ksh
Z='21N16I25C25E30, 40M30E33E25T15U!';IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ
';set -- $Z;for i;{ [[ $i = ? ]]&&print $i&&break;[[ $i
= ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j"
= ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set
-- $Z;for i;{ [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;j="$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>