diff options
author | George Marques <george@gmarqu.es> | 2015-11-27 19:37:36 -0200 |
---|---|---|
committer | George Marques <george@gmarqu.es> | 2015-11-27 19:59:50 -0200 |
commit | 4057907cf43a7ed53b94448c8d26d56a637efb92 (patch) | |
tree | 6a3a0879f226c60a8e36fa7fb936e550d1f9a6d7 /drivers/opus/silk/float/find_LTP_FLP.c | |
parent | fc0c4c617538d6fa33808f3acacd9897046bd3d0 (diff) |
Remove redundant Opus directive definition
Clean up the build command line another extra bit.
Diffstat (limited to 'drivers/opus/silk/float/find_LTP_FLP.c')
-rw-r--r-- | drivers/opus/silk/float/find_LTP_FLP.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/opus/silk/float/find_LTP_FLP.c b/drivers/opus/silk/float/find_LTP_FLP.c index 4ddab9dacf..2f66de4684 100644 --- a/drivers/opus/silk/float/find_LTP_FLP.c +++ b/drivers/opus/silk/float/find_LTP_FLP.c @@ -25,7 +25,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ***********************************************************************/ -#ifdef OPUS_HAVE_CONFIG_H +#ifdef OPUS_ENABLED #include "opus/opus_config.h" #endif |