Closed Bug 589717 Opened 14 years ago Closed 14 years ago

Undefined reference to mozilla::gfx::ScaleYCbCrToRGB32 in non-libxul builds

Categories

(Core :: Graphics, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: bholley, Unassigned)

References

Details

Looks like the result of: Bug 577743 http://hg.mozilla.org/mozilla-central/rev/dbbb9575aae1 Making symlinks to the original object files in the archive libraries ../layers/liblayers.a ld: warning: in /System/Library/Frameworks//QuickTime.framework/QuickTime, missing required architecture x86_64 in file Undefined symbols: "mozilla::gfx::ScaleYCbCrToRGB32(unsigned char const*, unsigned char const*, unsigned char const*, unsigned char*, int, int, int, int, int, int, int, mozilla::gfx::YUVType, mozilla::gfx::Rotate)", referenced from: mozilla::layers::BasicPlanarYCbCrImage::SetData(mozilla::layers::PlanarYCbCrImage::Data const&)in BasicImages.o ld: symbol(s) not found collect2: ld returned 1 exit status make[5]: *** [libthebes.dylib] Error 1 make[4]: *** [libs] Error 2 make[3]: *** [libs_tier_platform] Error 2 make[2]: *** [tier_platform] Error 2 make[1]: *** [default] Error 2 make: *** [build] Error 2
Blocks: 577843
mozconfig: . $topsrcdir/browser/config/mozconfig mk_add_options AUTOCONF=autoconf213 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../../build/b ac_add_options --enable-debug --disable-optimize. ac_add_options --disable-airbag ac_add_options --disable-installer ac_add_options --disable-ipc ac_add_options --disable-libxul ac_add_options --enable-chrome-format=jar mk_add_options MOZ_MAKE_FLAGS="-j3 -s"
Fixed in bug 577843 which has now landed.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.