GNOME Bugzilla – Bug 100693
playondemand parallel build broken
Last modified: 2004-12-22 21:47:04 UTC
when building the playondemand plugin for ppc, the libgstplayondemand.la is not built before the demo_mp3 binary needs it. not sure why it's not observable on x86. just a strage race, i suppose. attaching a patch to fix this.
Created attachment 12855 [details] [review] playondemand makefile fix for parallel builds
i added the dependency to playondemand, but without the leading "./". this works for me, but i only have a single cpu machine for testing. please verify if this works on a real smp machine so we can close this bug.
i don't have access to an SMP machine. this bug was observed on a uniprocessor PPC G4.
the fix is good, pretty sure it will work :)