aboutsummaryrefslogtreecommitdiff
path: root/third_party/pffft
diff options
context:
space:
mode:
authorJorge E. Moreira <jemoreira@google.com>2020-07-01 16:41:11 -0700
committerJorge E. Moreira <jemoreira@google.com>2020-07-17 14:29:21 -0700
commit889b21a2e1486d6c9df1b458a356ce6423bcdf72 (patch)
treeced35a46830096764bd9faa8cddc61c933c02fa9 /third_party/pffft
parent85770cd25bd31d7241fa6588912981dcd110a14b (diff)
downloadwebrtc-889b21a2e1486d6c9df1b458a356ce6423bcdf72.tar.gz
Generate new Android.bp file and correct build errors
The following are not yet available in their respective libraries so attempts to use it in webrtc result in a call to abort(): * libvpx's CONSTRAINED_FROM_ABOVE_DROP constant * libyuv's I010 buffers The original webrtc project expects to have third party libraries checked out in third_party/ and base/third_party/. Added some headers in those libraries with a single line including the right header from external/<library>. Updated .gitignore to keep track of said headers. Bug: 153469641 Test: mm, also built cuttlefish using this library and ran it locally Change-Id: I2d596942e34093dccc65d4b7b8249b6afc14d31f
Diffstat (limited to 'third_party/pffft')
-rw-r--r--third_party/pffft/src/pffft.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/pffft/src/pffft.h b/third_party/pffft/src/pffft.h
new file mode 100644
index 0000000000..656762f3d3
--- /dev/null
+++ b/third_party/pffft/src/pffft.h
@@ -0,0 +1 @@
+#include <pffft.h>