The source code of libde265 is included in the project. I believe this is not the best practice.
I think doing the following steps a better approach:
cd libde265
rm -rf libde265
git commit -am "libde265 removed"
git submodule add https://github.com/strukturag/libde265.git
The source code of libde265 is included in the project. I believe this is not the best practice.
I think doing the following steps a better approach: