├── .gitignore ├── CMakeLists.txt ├── LICENSE ├── README.md └── main.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SonicMastr/ReAvPlayer/HEAD/.gitignore -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SonicMastr/ReAvPlayer/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SonicMastr/ReAvPlayer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SonicMastr/ReAvPlayer/HEAD/README.md -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SonicMastr/ReAvPlayer/HEAD/main.c --------------------------------------------------------------------------------