* [Buildroot] Bug/Typo in ffmpeg.mk
@ 2012-02-13 21:05 universeII at gmx.de
2012-02-13 21:28 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: universeII at gmx.de @ 2012-02-13 21:05 UTC (permalink / raw)
To: buildroot
Hi buildroot guys,
I just found the buildroot project due to a magazine article and I'm really impressed how simple cross compiling is using this tool.
I'm trying to create a system for a 7400 power-pc and I think I found a typo in
/package/multimedia/ffmpeg/ffmpeg.mk
line 148 is:
FFMPEG_CONF_OPT -= --enable-altivec
but should be:
FFMPEG_CONF_OPT += --enable-altivec
My first step is to try running the new kernel/system in qemu, but I'm not sure which option to parameter -M is the correct one for the 7400 CPU.
qemu help gives me the following options:
> qemu-system-ppc -M ?
Supported machines are:
virtex-ml507 Xilinx Virtex ML507 reference design
mpc8544ds mpc8544ds
bamboo bamboo (alias of bamboo-0.13)
bamboo-0.13 bamboo
bamboo-0.12 bamboo
ref405ep ref405ep
taihu taihu
mac99 Mac99 based PowerMAC
g3beige Heathrow based PowerMAC (default)
prep PowerPC PREP platform
Can anyone give me a hint?
Regards,
Andreas
--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] Bug/Typo in ffmpeg.mk
2012-02-13 21:05 [Buildroot] Bug/Typo in ffmpeg.mk universeII at gmx.de
@ 2012-02-13 21:28 ` Peter Korsgaard
[not found] ` <20120325133208.166570@gmx.net>
0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2012-02-13 21:28 UTC (permalink / raw)
To: buildroot
>>>>> "universeII" == universeII <universeII@gmx.de> writes:
universeII> Hi buildroot guys,
universeII> I just found the buildroot project due to a magazine
universeII> article and I'm really impressed how simple cross compiling
universeII> is using this tool.
Thanks. Out of interest, what magazine was that?
universeII> I'm trying to create a system for a 7400 power-pc and I
universeII> think I found a typo in
universeII> /package/multimedia/ffmpeg/ffmpeg.mk
universeII> line 148 is:
universeII> FFMPEG_CONF_OPT -= --enable-altivec
universeII> but should be:
universeII> FFMPEG_CONF_OPT += --enable-altivec
Good catch! I've fixed it in git now.
universeII> My first step is to try running the new kernel/system in
universeII> qemu, but I'm not sure which option to parameter -M is the
universeII> correct one for the 7400 CPU.
I'm not sure for 7400 either (perhaps check on the qemu list), but we do
have a ppc qemu defconfig (make qemu_ppc_g3beige_defconfig). See
board/qemu/powerpc-g3beige/readme.txt for details of qemu options.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-25 15:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-13 21:05 [Buildroot] Bug/Typo in ffmpeg.mk universeII at gmx.de
2012-02-13 21:28 ` Peter Korsgaard
[not found] ` <20120325133208.166570@gmx.net>
2012-03-25 15:04 ` [Buildroot] (no subject) Peter Korsgaard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.