Skip to content

Commit

Permalink
Bug 798926 - Define INTEGER_TYPES_H and others for srtp.h. r=jesup
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Oct 17, 2012
1 parent b53102d commit ca37c0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions media/webrtc/signaling/signaling.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,12 @@
'WEBRTC_RELATIVE_PATH',
'HAVE_WEBRTC_VIDEO',
'HAVE_WEBRTC_VOICE',
'HAVE_STDLIB_H=1',
'INTEGER_TYPES_H="\\"mozilla/StandardInteger.h\\""',
'HAVE_UINT8_T=1',
'HAVE_UINT16_T=1',
'HAVE_UINT32_T=1',
'HAVE_UINT64_T=1',
],

#
Expand Down
1 change: 0 additions & 1 deletion netwerk/srtp/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ LOCAL_INCLUDES = \

DEFINES += \
-DHAVE_STDLIB_H=1 \
-DHAVE_STRING_H=1 \
-DINTEGER_TYPES_H="\"mozilla/StandardInteger.h\"" \
-DHAVE_UINT8_T=1 \
-DHAVE_UINT16_T=1 \
Expand Down

0 comments on commit ca37c0b

Please sign in to comment.