mirror of https://github.com/FFmpeg/FFmpeg.git
libvorbis comes with pkg-config files since at least v1.0.1, way back in 2003. We need the two checks for vorbis and vorbisenc because we use functions from both and Xiph considers them separate libraries. The check is inverted (vorbis first then vorbisenc) because add_extralibs() prepends to EXTRALIBS instead of appending. For both shared and static linking the order didn't seem to matter anyway, testing with MinGW. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>pull/264/head^2
parent
99c68861f9
commit
3b3501f75c
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue