Separate preview player from AwesomePlayer and also video editor audio player from AudioPlayer

Change-Id: I436ac541df3e34ad16be95a50c96d7af67fa15e4
diff --git a/libvideoeditor/lvpp/Android.mk b/libvideoeditor/lvpp/Android.mk
index 091258d..8b5a6f5 100755
--- a/libvideoeditor/lvpp/Android.mk
+++ b/libvideoeditor/lvpp/Android.mk
@@ -35,6 +35,8 @@
     DummyAudioSource.cpp \

     DummyVideoSource.cpp \

     VideoEditorBGAudioProcessing.cpp \

+    AudioPlayerBase.cpp \

+    PreviewPlayerBase.cpp \

     PreviewRenderer.cpp

 

 LOCAL_MODULE_TAGS := optional

@@ -50,6 +52,7 @@
     libutils           \

     libcutils          \

     libmedia           \

+    libdrmframework    \

     libstagefright  \

     libstagefright_omx  \

     libstagefright_foundation \