Fix build warning; LOG_TAG was misplaced

Change-Id: I4fb0590f626445188f9053367707878b2fa0fa30
This commit is contained in:
Glenn Kasten
2011-07-08 09:32:50 -07:00
parent a0c680393f
commit 8d67e53dd9

View File

@@ -14,6 +14,8 @@
* limitations under the License.
*/
#define LOG_TAG "AudioSRC"
#include <stdint.h>
#include <string.h>
#include <sys/types.h>
@@ -22,8 +24,6 @@
#include "AudioResampler.h"
#include "AudioResamplerCubic.h"
#define LOG_TAG "AudioSRC"
namespace android {
// ----------------------------------------------------------------------------