- May 01, 2020
-
-
Ralph Giles authored
Recently the ogg reference library Visual Studio build was updated to produce static libraries by default and the `_static` filename suffix was removed. This makes the corresponding change to the dependency in opusfile's Visual Studio project files for the example client executables. Linking against a new-style ogg build is now required. Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
- Jul 29, 2016
-
-
Ricardo Constantino (:RiCON) authored
Using a custom config.h isn't enough, since additional libs have to be available whether OP_ENABLE_HTTP is defined or not. Don't bother compiling OpenSSL in Appveyor in this one. Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
Ricardo Constantino (:RiCON) authored
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- Jul 27, 2016
-
-
Ricardo Constantino (:RiCON) authored
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
Ricardo Constantino (:RiCON) authored
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
Ricardo Constantino (:RiCON) authored
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- Aug 20, 2013
-
-
Ralph Giles authored
-
Ralph Giles authored
-
Ralph Giles authored
This lets us pick up runtime library path changes when the project files are updated to newer versions on Visual Studio. This fixes a link error with VS2012, but I still get one from VS2010.
-
- Aug 08, 2013
-
-
Ralph Giles authored
Incremental linking fails on my unpatched VS2010 compiler with "failure during conversion to COFF: file invalid or corrupt". Other than testing both configurations there's no particular reason to use the option here.
-
- Aug 06, 2013
-
-
This is a big squashed commit of Garf's add_msvc_projects branch. It currently does not include HTTP[S] support, as no one has sat down and worked out the best way to link against OpenSSL. Signed-off-by:
Timothy B. Terriberry <tterribe@xiph.org>
-