Merge "stagefright aacenc: Move system headers before local headers"
This commit is contained in:
@@ -20,13 +20,16 @@
|
||||
|
||||
*******************************************************************************/
|
||||
|
||||
/* Include system headers before local headers - the local headers
|
||||
* redefine __inline, which can mess up definitions in libc headers if
|
||||
* they happen to use __inline. */
|
||||
#include <string.h>
|
||||
#include "basic_op.h"
|
||||
#include "oper_32b.h"
|
||||
#include "adj_thr_data.h"
|
||||
#include "adj_thr.h"
|
||||
#include "qc_data.h"
|
||||
#include "line_pe.h"
|
||||
#include <string.h>
|
||||
|
||||
|
||||
#define minSnrLimit 0x6666 /* 1 dB */
|
||||
|
||||
Reference in New Issue
Block a user