bugreport with PATCH in ffmpeg port upgrade.

Zahemszky Gábor Gabor at Zahemszky.HU
Mon Jul 28 18:06:57 UTC 2008


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 at 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"


More information about the freebsd-multimedia mailing list