Add get_build_config ffmpeg utility function (#3014)
Summary: We often need to look at which FFmpeg was found and linked when debugging an issue. Version number is often not enough but there is no easy way to find where the library was found either. This commit adds utility function that prints the build time configuration. It helps to distinguish if the linked FFmpeg is the one from binary distribution built in CI or locally built. Pull Request resolved: https://github.com/pytorch/audio/pull/3014 Reviewed By: hwangjeff Differential Revision: D42794952 Pulled By: mthrok fbshipit-source-id: 91ed358fde8cfe9d6d950f34742b1722e729cf4e
Showing
Please register or sign in to comment