search for: genversion

Displaying 8 results from an estimated 8 matches for "genversion".

2016 Nov 05
1
[PATCH] genversion.bat: don't overwrite version.mk
The automake script doesn't mess with it in any way, and the projects use win32/version.h and not version.mk. As it is works now, it's just an annoyance for VS devs that use git. --- win32/genversion.bat | 8 -------- 1 file changed, 8 deletions(-) diff --git a/win32/genversion.bat b/win32/genversion.bat index cd1d4dc..8b31831 100644 --- a/win32/genversion.bat +++ b/win32/genversion.bat @@ -24,17 +24,9 @@ set version=!version: =! :gotversion set version_out=#define %~2 "%version%&quot...
2016 Jul 15
3
[PATCH 1/4] Create a simple project to create version.h to run before any other
...81 100644 --- a/Makefile.am +++ b/Makefile.am @@ -185,6 +185,7 @@ EXTRA_DIST = version.mk \ win32/VS2015/test_opus_decode.vcxproj \ win32/VS2015/celt.vcxproj \ win32/VS2015/opus.sln \ + win32/VS2015/generate_version.vcxproj \ win32/genversion.bat \ win32/config.h diff --git a/win32/VS2015/celt.vcxproj b/win32/VS2015/celt.vcxproj index 273ee4d..1499f56 100644 --- a/win32/VS2015/celt.vcxproj +++ b/win32/VS2015/celt.vcxproj @@ -249,8 +249,10 @@ <GenerateDebugInformation>true</GenerateDebugInformation>...
2014 Jun 23
1
[PATCH] Fixed genversion.bat to accept quotations in argument
Ran into some problems compiling opus on Windows. Found out its because the genversion.bat did not strip the arguments of quotations, leading to incorrect variables -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: win32.patch Url: http://lists.xiph.org/pipermail/opus/attachments/20140622/af3f7332/attachment.txt
2014 Jun 04
2
opus_multistream_encode_float not working in libopus 1.1
...ocuments\Opus\win32\..\.git' 1> The syntax of the command is incorrect. 1> The system cannot find the path specified. 1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(103,5): error MSB3073: The command ""C:\My Documents\Opus\win32\VS2010\..\..\win32\genversion.bat" "C:\My Documents\Opus\win32\VS2010\..\..\win32\version.h" PACKAGE_VERSION 1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(103,5): error MSB3073: :VCEnd" exited with code 1. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped =======...
2014 Jun 04
3
opus_multistream_encode_float not working in libopus 1.1
...of the command is incorrect. 2> The system cannot find the path specified. 1> The system cannot find the path specified. 1>C:\Program Files\MSBuild\Microsoft.Cpp\ v4.0\Microsoft.CppCommon.targets(103,5): error MSB3073: The command ""C:\My Documents\Opus\win32\VS2010\..\..\win32\genversion.bat" "C:\My Documents\Opus\win32\VS2010\..\..\win32\version.h" PACKAGE_VERSION 1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(103,5): error MSB3073: :VCEnd" exited with code 1. 2>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.tar...
2014 Jan 27
0
Opus installation in BCC/Win32
Hi, I recently found Opus as a great enhancement to Vorbis (and even deprecates SPEEX). The compilation with MinGW went smootly but the compilation with BCC (Borland C Compiler) failed to achieve a version.h. This file seems to be the output of win32\genversion.bat which seems to require Git tool. Because with libvorbis I did managed to compile with BCC, I wonder if opus could be presently, or perhaps in the near future, compilable with other compilers than MicroSoft ones (there is free versions which requires the ultimate Windows OS version and requires...
2014 Jun 03
3
opus_multistream_encode_float not working in libopus 1.1
I just recently found that opus_multistream_encode_float is returning -1 (OPUS_BAD_ARG) with the libopus 1.1 build but works just fine with the libopus 1.0.1 and libopus 1.1-beta builds. I tried using opus_multistream_encoder_create and opus_multistream_surround_encoder_create. Tried with coupled and uncoupled quadraphonic and uncoupled stereo encodes. I'm dynamically loading the libopus
2014 Jun 04
0
opus_multistream_encode_float not working in libopus 1.1
...it' > 1> The syntax of the command is incorrect. > 1> The system cannot find the path specified. > 1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(103,5): > error MSB3073: The command ""C:\My > Documents\Opus\win32\VS2010\..\..\win32\genversion.bat" "C:\My > Documents\Opus\win32\VS2010\..\..\win32\version.h" PACKAGE_VERSION This is as expected. The build system is trying to get a git revision string out of the source tree to compile in for reference. If you're building from a downloaded source .zip, there won't...