How to add libcdio?

How to add the libcdio to openwrt?
I want use ffmpeg to get CDDA info.
I ref. below link to add feed.

And configure below in ffmpeg package...
~/openwrt/build_dir/target-mipsel_24kc_musl/ffmpeg-full/ffmpeg-3.4.7$ ./configure --disable-x86asm --enable-gpl --enable-libcdio

But get a ERROR
ERROR: No usable libcdio/cdparanoia

How to solve this issue?