# mpp_linux_cpp **Repository Path**: lsqypro/mpp_linux_cpp ## Basic Information - **Project Name**: mpp_linux_cpp - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2021-11-18 - **Last Updated**: 2024-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MPP_LINUX_C++ a demo shows that how to use mpp on linux if you want to using mpp on android,please use MediaCodec directly(hardware codec has been embedded in MediaCodec). project architecture ├── build --build directory ├── CMakeLists.txt --cmake script ├── main.cpp --main program ├── mpp --mpp abstract interface ├── README.md --doc ├── res --res directory ├── rkdrm --drm interface(abount display) ├── rkrga --rga interface(about format and resolution conversion) └── thread --thread abstract interface(use posix) ## make & test first please modify CMakeLists.txt to specified c and c++ compiler. just do that set(CMAKE_C_COMPILER "enter your toolchain gcc path) set(CMAKE_CXX_coMPILER "enter your toolchain g++ path") cmake version >= 2.8 is required root:cd build root:make root:./mpp_linux_demo ## how you will see on your device screen,you will see that local avc file is displayed.