ec- / Quake3e

Improved Quake III Arena engine
GNU General Public License v2.0
1.22k stars 153 forks source link

Doesn't build with USE_SYSTEM_VORBIS=1 #248

Closed sarg closed 1 year ago

sarg commented 1 year ago

Build fails with:

LD build/release-linux-x86_64/quake3e.x64
ld: build/release-linux-x86_64/client/snd_codec_ogg.o: in function `S_OGG_CodecCloseStream':
snd_codec_ogg.c:(.text+0xe3): undefined reference to `ov_clear'
ld: build/release-linux-x86_64/client/snd_codec_ogg.o: in function `S_OGG_CodecOpenStream':
snd_codec_ogg.c:(.text+0x172): undefined reference to `ov_open_callbacks'
ld: snd_codec_ogg.c:(.text+0x186): undefined reference to `ov_seekable'
ld: snd_codec_ogg.c:(.text+0x193): undefined reference to `ov_streams'
ld: snd_codec_ogg.c:(.text+0x1a3): undefined reference to `ov_info'
ld: snd_codec_ogg.c:(.text+0x1b5): undefined reference to `ov_pcm_total'
ld: snd_codec_ogg.c:(.text+0x204): undefined reference to `ov_clear'