rdp / ffmpeg-windows-build-helpers

Helper script for cross compiling some media tools for windows, like customizable ffmpeg.exe (with or without non-free components, etc), and some other bonuses like mplayer, mp4box, mxf, etc.
GNU General Public License v3.0
1.08k stars 414 forks source link

--enable-libbs2b needs to be added to the ffmpeg build options ? #225

Closed hydra3333 closed 7 years ago

hydra3333 commented 7 years ago

https://github.com/FFmpeg/FFmpeg/commit/f810c469223b92da97505f8b1475b04388cf9308

Bauer stereo to binaural transformation, which improves headphone listening of stereo audio records. +To enable compilation of this filter you need to configure FFmpeg with +@code{--enable-libbs2b}.

Looks as if --enable-libbs2b needs to be added to the ffmpeg build options ?

rdp commented 7 years ago

oops that is embarrassing, see e7ccea1 thanks!