Bug 759945 - Part 5: Fix build errors on B2g -- r=cpearce

--HG--
extra : rebase_source : 87c56c813e0fbdd14e7f089830a1ca772c2be27e
This commit is contained in:
Chris Double 2012-08-10 20:15:28 +12:00
parent 259c04ead2
commit 3ac9021341
4 changed files with 9 additions and 1 deletions

View File

@ -34,7 +34,9 @@ USE_STATIC_LIBS = 1
NO_DIST_INSTALL = 1 NO_DIST_INSTALL = 1
NO_INSTALL = 1 NO_INSTALL = 1
DIRS += lib/ics/libutils ifneq ($(MOZ_WIDGET_TOOLKIT),gonk)
DIRS += lib/ics/libutils lib/ics/libstagefright lib/ics/libstagefright_omx
endif
CPPSRCS = \ CPPSRCS = \
OmxPlugin.cpp \ OmxPlugin.cpp \

View File

@ -33,9 +33,11 @@ USE_STATIC_LIBS = 1
NO_DIST_INSTALL = 1 NO_DIST_INSTALL = 1
NO_INSTALL = 1 NO_INSTALL = 1
ifneq ($(MOZ_WIDGET_TOOLKIT),gonk)
CPPSRCS = \ CPPSRCS = \
libstagefright.cpp \ libstagefright.cpp \
$(NULL) $(NULL)
endif
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

View File

@ -33,9 +33,11 @@ USE_STATIC_LIBS = 1
NO_DIST_INSTALL = 1 NO_DIST_INSTALL = 1
NO_INSTALL = 1 NO_INSTALL = 1
ifneq ($(MOZ_WIDGET_TOOLKIT),gonk)
CPPSRCS = \ CPPSRCS = \
libstagefright_omx.cpp \ libstagefright_omx.cpp \
$(NULL) $(NULL)
endif
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

View File

@ -33,9 +33,11 @@ USE_STATIC_LIBS = 1
NO_DIST_INSTALL = 1 NO_DIST_INSTALL = 1
NO_INSTALL = 1 NO_INSTALL = 1
ifneq ($(MOZ_WIDGET_TOOLKIT),gonk)
CPPSRCS = \ CPPSRCS = \
libutils.cpp \ libutils.cpp \
$(NULL) $(NULL)
endif
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk