Op wo 7 jun 2023 om 14:03 schreef Ozkan Sezer <seze...@gmail.com>:
>
> Does this help at all? https://github.com/xiph/ogg/pull/72
> (Vorbis equivalent: https://github.com/xiph/vorbis/pull/76)

Thanks! That indeed solves the issue.

So, two changes are needed. First, change CMakeLists.txt in the flac
root directory. Find the following line

set_target_properties(ogg PROPERTIES FOLDER Libraries)

and add this line after it

set_target_properties(ogg PROPERTIES OUTPUT_NAME libogg)

Then find the file ogg.def in ogg/win32 and remove the following line

LIBRARY ogg

With this building should work fine, producing and correctly linking
to libogg.dll
_______________________________________________
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to