# video_app_ui **Repository Path**: btao/video_app_ui ## Basic Information - **Project Name**: video_app_ui - **Description**: 视频播放器应用界面 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2021-12-10 - **Last Updated**: 2024-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 编译方法 全志T507平台 1. mkdir build ; cd build 2. cmake -DCMAKE_TOOLCHAIN_FILE=../plat/t507.cmake .. 3. make linux x86 平台, 1. mkdir build ; cd build 2. cmake -DCMAKE_TOOLCHAIN_FILE=../plat/linux_x86.cmake .. 3. make xilinx 赛灵思 平台, 1. mkdir build ; cd build 2. cmake -DCMAKE_TOOLCHAIN_FILE=../plat/xlinx_arm.cmake .. 3. make