commit | 14abcc73227223def23a3eb06b47285c3a55a5b5 | [log] [tgz] |
---|---|---|
author | henrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Fri May 16 16:54:44 2014 |
committer | henrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Fri May 16 16:54:44 2014 |
tree | d4a3c698083af56ae9f988445f157969efc7619e | |
parent | a3b5673879284f16a2f9f56bc14429eec4f20a0c [diff] |
libvpx's UNUSED macro conflicts with webrtc/base's. Added missing include of assert.h. Globally defined function "Unused" in talk/base and its copy (webrtc/base) is causing a conflict. libvpx macro (UNUSED) can be found here: http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/libvpx/source/libvpx/vpx/vpx_codec.h BUG=N/A R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/17489004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6185 4adac7df-926f-26a2-2b94-8c16560cd09d