libavresample-dev software package provides FFmpeg compatibility library for resampling - development files, you can install in your Ubuntu 16.10 (Yakkety Yak) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libavresample-dev
libavresample-dev is installed in your system.
Make ensure the libavresample-dev package were installed using the commands given below,
$ sudo dpkg-query -l | grep libavresample-dev *
You will get with libavresample-dev package name, version, architecture and description in a table
| Distro | Ubuntu 16 10 yakkety yak |
| Section | Library development |
| Package | libavresample-dev |
| Version | 7:3.0.2-1ubuntu3 |
| Description | FFmpeg compatibility library for resampling - development files |
| Sub Section | libdevel |