update for new audio.h header location

Change-Id: I593b91a84a603d8c7f51a83232cced5af4980baf
Signed-off-by: Dima Zavin <dima@android.com>
diff --git a/libvideoeditor/lvpp/VideoEditorPlayer.cpp b/libvideoeditor/lvpp/VideoEditorPlayer.cpp
index d8ec3be..912aab0 100755
--- a/libvideoeditor/lvpp/VideoEditorPlayer.cpp
+++ b/libvideoeditor/lvpp/VideoEditorPlayer.cpp
@@ -25,7 +25,7 @@
 #include <media/Metadata.h>

 #include <media/stagefright/MediaExtractor.h>

 
-#include <hardware/audio.h>
+#include <system/audio.h>
 

 namespace android {