kunyao@AwExdroid89:~/workspace/a_tina/package/allwinner/eyesee-mpp/middleware$ git diff .
diff --git a/allwinner/eyesee-mpp/middleware/Makefile b/allwinner/eyesee-mpp/middleware/Makefile
index 37cb9be5e..454b9045d 100755
--- a/allwinner/eyesee-mpp/middleware/Makefile
+++ b/allwinner/eyesee-mpp/middleware/Makefile
[url=home.php?mod=space&uid=1999721]@@[/url] -1405,6 +1405,8 @@ define Package/$(PKG_NAME)/install
find $(SRC_COMPILE_DIR)/media -maxdepth 1 -name "libmedia_mpp.so" -exec $(CP) {} $(1)/usr/lib/eyesee-mpp ;
find $(SRC_COMPILE_DIR)/sample/configfileparser -maxdepth 1 -name "libsample_confparser.so" -exec $(CP) {} $(1)/usr/lib/eyesee-mpp ;
# $(INSTALL_BIN) $(SRC_COMPILE_DIR)/logcat/alogcat.sh $(1)/bin/alogcat
+ $(CP) $(SRC_COMPILE_DIR)/sample/sample_virvi2vo/sample_virvi2vo $(1)/usr/bin
+ $(CP) $(SRC_COMPILE_DIR)/sample/sample_virvi2vo/sample_virvi2vo.conf $(1)/usr
endef