[haiku-commits] Re: r38559 - haiku/trunk/build/jam

  • From: Andreas Färber <andreas.faerber@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 11 Sep 2010 11:10:42 +0200

Am 07.09.2010 um 12:19 schrieb superstippi@xxxxxx:

Author: stippi
Date: 2010-09-07 12:19:35 +0200 (Tue, 07 Sep 2010)
New Revision: 38559
Changeset: http://dev.haiku-os.org/changeset/38559

Modified:
  haiku/trunk/build/jam/HaikuImage
Log:
* FFmpeg is not x86-only at all. The Jamfile tries to configure
  the build depending on the target architecture.

Modified: haiku/trunk/build/jam/HaikuImage
===================================================================
--- haiku/trunk/build/jam/HaikuImage 2010-09-07 08:04:00 UTC (rev 38558) +++ haiku/trunk/build/jam/HaikuImage 2010-09-07 10:19:35 UTC (rev 38559)
@@ -140,7 +140,7 @@
        #legacy.media_addon
;
SYSTEM_ADD_ONS_MEDIA_PLUGINS = $(GPL_ONLY)ac3_decoder
-       aiff_reader asf_reader au_reader $(X86_ONLY)ffmpeg
+       aiff_reader asf_reader au_reader ffmpeg

Is there any particular reason to do this? If you're eager to enable ffmpeg for ppc just for fun, then you can do that without relying on BOM telling you where the next error is:

mkdir generated-ppc
cd generated-ppc
../configure --build-cross-tools-gcc4 ppc ../../buildtools

I've reverted this commit locally, since without a building image I can't debug the blocking kernel issues. We're not yet close to playing any media.

Andreas

Other related posts: