Displaying 20 results from an estimated 3000 matches similar to: "attributes.m4 license"
2013 May 01
2
[PATCH] stream.c needs sys/types.h
For definition of off_t type, stream.c needs including sys/types.h. I
hit this requirement at least once when compiling against Mac OSX 10.4
SDK. Trivial patch inlined below.
--- opusfile/src/stream.c~
+++ opusfile/src/stream.c
@@ -14,6 +14,7 @@
last mod: $Id: vorbisfile.c 17573 2010-10-27 14:53:59Z xiphmont $
********************************************************************/
+#include
2012 Sep 25
3
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v2)
This time it's complete with assertions on make debug, proper
./configure switches for the optional features, visibility and warning
flags, and summary at the end of the configuration.
Signed-off-by: Diego Elio Petten? <flameeyes at flameeyes.eu>
---
.gitignore | 29 +++++
Makefile.am | 24 +++++
configure.ac | 66 ++++++++++++
m4/attributes.m4 | 321
2013 Apr 29
1
Fwd: Opusfile patches
Sorry, I had some e-mail issues in March thanks to an uncooperative ISP
and lost some mail.
Diego (or someone who knows autotools/pkgconfig better than I do), could
you review patches 0001 and 0004?
-------------- next part --------------
An embedded message was scrubbed...
From: Ulrich Klauer <ulrich at chirlu.de>
Subject: Opusfile patches
Date: Tue, 30 Apr 2013 00:50:12 +0200
Size: 3380
2012 Sep 23
1
libopusfile
Traditionally, Vorbis provided a high-level API for decoding and seeking
in Ogg Vorbis streams, called libvorbisfile, which was packaged
alongside libvorbis. This was very useful for simple players and
applications which just wanted to decode a file, without building an
entire media framework.
The basic libopus is meant to be used in many contexts that do not
require Ogg (such as RTP), and
2012 Sep 10
11
Cleanup/build improvement for opus
Hello all,
after FOMS I decided to take a look at the opus library and I found
that I could improve a bit the build system and cleanup the code a
little bit.
Most of the changes to the code has been suggested by my two tools
cowstats and missingstatic (part of the ruby-elf gem if you care).
HTH,
Diego
2012 Sep 25
2
[libopusfile PATCH] build: implement autotools build system for libopusfile.
---
This includes the check target that Tim requested.
Signed-off-by: Diego Elio Petten? <flameeyes at flameeyes.eu>
---
.gitignore | 24 ++++++++++++++++++++++++
Makefile.am | 22 ++++++++++++++++++++++
configure.ac | 14 ++++++++++++++
3 file modificati, 60 inserzioni(+)
create mode 100644 .gitignore
create mode 100644 Makefile.am
create mode 100644 configure.ac
diff --git
2012 Sep 29
2
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v4)
Includes
- A make debug target that disables optimizations and enables
assertions,
- Proper ./configure switches for the optional features,
- A configuration summary,
- libtool versioning information,
- Visibility and warning flags,
- API documentation, and
- Support for out-of-tree builds.
Signed-off-by: Diego Elio Petten? <flameeyes at flameeyes.eu>
---
.gitignore | 29 +++++
2015 Jun 03
1
[PATCH 1/1] Updated opus_types.h to correctly support 8 and 64 bit types.
Jean-Marc,
Clearly I haven't thought these changes through properly and was only
really considering common desktop systems. I was originally fixing an issue
when compiling my code as 64bit where my use of int64_t (defined as long on
my platform) was conflicting with the opusfile stream callbacks (e.g.
op_seek_func) which were using the opus_int64 type which was defined as
long long. When I
2004 Sep 01
2
mouse's wheel problem
Hi,
I'm using Wine 20040813 on a Mandrake 10.0 box, everytime I try to
use the mouse's wheel to scroll up and down in an application
(FileZilla, xmlSpy ...), wine hanged with the following trace
wine: Unhandled exception (thread 0011), starting debugger...
fixme:console:SetConsoleCtrlHandler (0x406005b0,1) - no error
checking or testing yet
WineDbg starting on pid 0x10
Unhandled
2004 Dec 10
1
Appdb problems?
I am trying to login to the appdb but even though I login successfully,
the system does not see me as logged in and I am unable to access the
maintainer functions. Anyone else experiencing this?
2004 Dec 06
1
Path environmental variable
Hi,
Last night I tried to figure out if borland's linker was already unusable on
Wine (seems it's working right now :) ), but I had trouble getting the path
working.
Everything I put in [wine] / "Path", it's not getting accepted. Reading the
documentation it should be put to something like "C:\Windows;C:
\Windows\System" at least, but Also if I put it to
2004 Sep 03
2
How to upgrade?
Hi Wine-users!
I currently run wine 20040716, but it can't run any of my applications
(namely Macromedia Studio MX) So I want to try the latest version.
I have compiled 20040716 from .tar.gz format. I would like to do the same
with the newer version. My question is what is the procedure to completely
uninstall Wine and do a fresh install, WITHOUT uninstalling the Macromedia
apps?
Thank you
2004 Sep 05
1
Execution Error.
I have Wine 2000813 installed on a Mandrake10.0 Community operating system:
Each time I want to run an apps get the following message: "Unhandled page
fault on read access to 0x00000000 at adress 0x00000000. Do you wish to debug
it?" and the file manager closes by itself.
Why is that and how can be handled?
Thanks for yr help.
--
Xavier Mas
---
?Te sobran algunos kilos despu?s
2004 Oct 18
2
NPTL & Wine
Hi,
My main systems are Gentoo based. I am investigating switching to
NPTL on one of them that uses a couple of different versions of Wine
built from source. In doing the research I found that the Gentoo
ebuilds for Wine use NPTL. Does this mean that if I switch to NPTL
that I must recompile my source-caode based versions of Wine? If so,
can someone tell my what options I would use, most likely
2015 Oct 21
3
RFC: Improving license & patent issues in the LLVM community
On Oct 19, 2015, at 10:53 AM, Joerg Sonnenberger <joerg at britannica.bec.de> wrote:
>>>> 2) We could require new contributors to sign the Apache CLA.
>>>
>>> To me, this is the most acceptable option of the listed terms.
>>
>> Please explain: why?
>
> First part for me is that switching the code to a different license
> doesn't
2015 Oct 21
2
RFC: Improving license & patent issues in the LLVM community
On Wed, Oct 21, 2015 at 5:16 AM, Joerg Sonnenberger via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> On Tue, Oct 20, 2015 at 09:54:30PM -0700, Chris Lattner wrote:
>> On Oct 19, 2015, at 10:53 AM, Joerg Sonnenberger <joerg at britannica.bec.de> wrote:
>> >>>> 2) We could require new contributors to sign the Apache CLA.
>> >>>
>>
2012 Sep 25
0
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v3)
This time it's complete with assertions on make debug, proper
./configure switches for the optional features, visibility and warning
flags, and summary at the end of the configuration.
Signed-off-by: Diego Elio Petten? <flameeyes at flameeyes.eu>
---
.gitignore | 29 +++++
Makefile.am | 24 +++++
autogen.sh | 3 +
configure.ac | 66 ++++++++++++
2015 Oct 19
3
RFC: Improving license & patent issues in the LLVM community
I really really do not like armchair lawyer discussions and this is
just flamebait if I've ever seen it...
---------------
#1 Is the submarine patent risk really that bad? (What's driving this)
#2 Pragmatically have "you" even considered how to execute on this
relicense plan?
a. What if one of the copyright holders doesn't agree?
b. What audit procedure do you plan to use
c.
2016 Nov 08
2
Help with Opus Streaming
On 2016-11-08 1:59 AM, Philipp Schafft wrote:
> Some notes:
> * libvorbisfile has a nice implementation of that, it also takes
> care of matching the signal at the very point of the jump.
I would recommend the opusfile library, which implements seeking
specifically for Opus streams.
https://archive.mozilla.org/pub/opus/opusfile-0.8.zip
2004 Sep 06
3
Worms Armageddon: cant open Worms Armageddon folder on fake ../drive_c/Team17/Worms Armageddon
Hi, this is my first attempt at using Wine.
After installing wine I tried to install Worms Armageddon with
wine e:/Install/install.exe
at first I got a lot of....
fixme:ntdll:FILE_GetNtStatus Converting errno 38 to STATUS_UNSUCCESSFUL
around 50 lines, then the installer appeared and I installed as on
windows except to c:/Team17 rather than program files. I then went
looking for the WA.exe file