Skip to content

Commit

Permalink
Bug 691234: Part 3/3: Add DOM binding for getUserMedia on Desktop; r=jst
Browse files Browse the repository at this point in the history
  • Loading branch information
anantn committed Jul 12, 2012
1 parent 6eb5095 commit 3cfaff7
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 170 deletions.
1 change: 1 addition & 0 deletions browser/confvars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ MOZ_PROFILE_MIGRATOR=1
MOZ_EXTENSION_MANAGER=1
MOZ_APP_STATIC_INI=1
MOZ_WEBAPP_RUNTIME=1
MOZ_MEDIA_NAVIGATOR=1
6 changes: 6 additions & 0 deletions dom/media/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,11 @@ CPPSRCS = \
MediaManager.cpp \
$(NULL)

ifdef MOZ_WEBRTC
LOCAL_INCLUDES += \
-I$(topsrcdir)/media/webrtc/trunk/src \
$(NULL)
endif

include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk
Loading

0 comments on commit 3cfaff7

Please sign in to comment.