shaka-project / shaka-packager

A media packaging and development framework for VOD and Live DASH and HLS applications, supporting Common Encryption for Widevine and other DRM Systems.
https://shaka-project.github.io/shaka-packager/
Other
2k stars 510 forks source link

Integrate gperftools as a submodule #1277

Open joeyparrish opened 1 year ago

joeyparrish commented 1 year ago

The transition to CMake for v3.0 lost us the integration with tcmalloc and friends. We should integrate gperftools as a submodule and add CMake options to link against them.

https://github.com/gperftools/gperftools

joeyparrish commented 1 year ago

Now referenced in docs/source/build_instructions.md via PR #1270. Clean up this reference when resolving this issue.