[FFmpeg-devel] minor ./configure glitches on OpenBSD

Jan Stary hans
Sun Jan 17 13:18:57 CET 2010


This is latest svn being built on OpenBSD-current.
I can ./configure just fine with

$ env CPPFLAGS='-I/usr/local/include' LDFLAGS='-L/usr/local/lib'
  ./configure --enable-gpl --disable-ffserver --enable-nonfree
  --enable-libfaad --enable-libfaac --enable-libgsm --enable-libmp3lame
  --enable-libspeex --enable-libtheora  --enable-libvorbis

except that ./configure complains about

  nm: unknown option -- P
  usage: nm [-aCegnoprsuw] [file ...]

and

  od: unknown option -- A
  od: od(1) has been deprecated for hexdump(1).
  usage: od [-aBbcDdeFfHhIiLlOovXx] [-j offset] [-N length] [-t type_string]
        [[+]offset[.][Bb]] [file ...]


The OpenBSD nm(1) doesn't recognize a "-P" option, which
I read ( http://linux.die.net/man/1/nm ) is a shorthand
for "-f posix", as opposed to the default of "-f bsd",
which should be used on BSD anyway.

Also, the OpenBSD od(1) has no "-A" option,
and will disappear in favour of hexdump(1) anyway.

	Jan




More information about the ffmpeg-devel mailing list