Bug 562664 Linux static build bustage with "undefined reference to mozilla::gfx::ConvertYCbCrToRGB32". r=ted

This commit is contained in:
Mark Banner 2010-04-30 21:46:25 +01:00
Родитель 5f60cc3d79
Коммит 6351e57ad9
1 изменённых файлов: 7 добавлений и 5 удалений

Просмотреть файл

@ -52,13 +52,15 @@ endif
# the link line on linux. This order is defined by the # the link line on linux. This order is defined by the
# order listed in DIRS. On shared builds ycbcr must # order listed in DIRS. On shared builds ycbcr must
# be built first so the order is reversed. # be built first so the order is reversed.
ifdef BUILD_STATIC_LIBS ifndef BUILD_STATIC_LIBS
DIRS += layers ycbcr DIRS += ycbcr
else
DIRS += ycbcr layers
endif endif
DIRS += public idl src qcms thebes src/thebes DIRS += public idl src qcms layers thebes src/thebes
ifdef BUILD_STATIC_LIBS
DIRS += ycbcr
endif
ifdef MOZ_IPC ifdef MOZ_IPC
DIRS += ipc DIRS += ipc