commit | e095b819400f5a692adead2ed844c320996f96af | [log] [tgz] |
---|---|---|
author | Artem Titov <titovartem@webrtc.org> | Wed Jul 25 12:10:22 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jul 25 10:27:08 2018 +0000 |
tree | 759a04ea878fc27bbdc10d3d7dabca0a5ab268ce | |
parent | b732b81e552065b059845362408b1df6b421bf1a [diff] [blame] |
Move g711 to proper third_party directory Bug: webrtc:8366 Change-Id: Ic57bd5c5c01871aee2956b2a098a79b106f54c9e Reviewed-on: https://webrtc-review.googlesource.com/85375 Commit-Queue: Artem Titov <titovartem@webrtc.org> Reviewed-by: Niklas Enbom <niklas.enbom@webrtc.org> Reviewed-by: Oskar Sundbom <ossu@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24095}
diff --git a/modules/audio_coding/codecs/g711/g711_interface.c b/modules/audio_coding/codecs/g711/g711_interface.c index 9c31cbc..3613507 100644 --- a/modules/audio_coding/codecs/g711/g711_interface.c +++ b/modules/audio_coding/codecs/g711/g711_interface.c
@@ -10,7 +10,7 @@ #include <string.h> -#include "modules/audio_coding/codecs/g711/g711.h" +#include "modules/third_party/g711/g711.h" #include "modules/audio_coding/codecs/g711/g711_interface.h" #include "typedefs.h" // NOLINT(build/include)