nu774 / qaac

CLI QuickTime AAC/ALAC encoder
Other
780 stars 40 forks source link

flac: also try to load libFLAC-12.dll #87

Closed Asd-g closed 1 year ago

nu774 commented 1 year ago

Official windows binary released at https://github.com/xiph/flac/releases is just named like libFLAC.dll. Recent cmake-based build system of flac should produce just libFLAC.dll.

So I don't see the point of searching for libFLAC-12.dll. Why only 12? Shouldn't we also search for libFLAC-9.dll, libFLAC-10.dll .... or something? The list should be never be complete, needs update, without almost no point when official is just named as libFLAC.dll.

Asd-g commented 1 year ago

Using this script to cross compile the deps on Linux gave me libFLAC-12.dll - https://images2.imgbox.com/e9/46/JoCskdHd_o.png