packages/ffmpeg: disable altivec support
authorGabor Juhos <juhosg@openwrt.org>
Sun, 2 Feb 2014 11:01:50 +0000 (11:01 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 2 Feb 2014 11:01:50 +0000 (11:01 +0000)
commite0ec9380d995a6f29276b7300ed35348c86464dc
treebc342ed85a20b2506ade7c61cd6cb3d1605c1b81
parent7c8f7b3cfc04dfbb227adece2afe91be00506683
packages/ffmpeg: disable altivec support

The altivec support in the ffmpeg package is enabled
by default which causes the following build error on
powerpc targets:

  You need a compiler that supports {} in AltiVec vector declarations.

  If you think configure made a mistake, make sure you are using the latest
  version from Git.  If the latest version fails, report the problem to the
  ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
  Include the log file "config.log" produced by configure as this will
  help solving the problem.

Altivec is not supported by any of our powerpc targets, so
disable that by default.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39445
multimedia/ffmpeg/Makefile