Bug 798926 - Define INTEGER_TYPES_H and others for srtp.h. r=jesup

This commit is contained in:
Mike Hommey 2012-10-17 16:28:33 +02:00
parent 5a8e92c267
commit 99b86d0934
2 changed files with 6 additions and 1 deletions

View File

@ -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',
],
#

View File

@ -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 \