Displaying 8 results from an estimated 8 matches for "sdl2".
Did you mean:
sdl
2014 Jul 27
1
libtheora-1.1.1 and SDL2 support.
Are there any plans to implement SDL2 support for libtheora? I've searched
the internet for patches and I couldn't really find anything. I modified
some of the files in libtheora-1.1.1 to use the SDL2 library instead of the
SDL library. I'm pretty sure I did it wrong though. It compiles
successfully. I was hoping som...
2016 Jan 31
2
Shipping development files for mingw32
Hi,
Is is possible to ship development files for MinGW32
like static libs and headers? I am particularly interested
in libvorbisfile required to build Wesnoth on Windows.
SDL2 provides a convenient distribution that I unpack
and it works:
https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-devel-2.0.1-mingw.tar.gz
https://www.libsdl.org/projects/SDL_mixer/
But I can't find where I can download libvorbisfile.a for
i686-w64-mingw32 and can't compile it, b...
2020 Nov 06
0
[lldb] Error - Failed to launch or debug process
Using OpenBSD clang v10.0.1 targeting aarch64-unknown-openbsd6.8 to compile
a simple SDL c program using the following clang command to do so:
clang -glldb -std=c99 -Wall -Werror$(pkg-config --cflags --libs sdl2) example.c -o example
No errors or warnings compiling. I attempt to debug 'example' with lldb v10.0.1:
lldb example
Set my breakpoints:
(lldb) breakpoint set --name main
set the command to be performed at the breakpoint created:
(lldb) breakpoint command add 1.1
> bt
> DONE...
2015 Jul 13
1
Question about changing default metric for codebooks
...Martin Leese wrote:
> Vorbis is history; Opus is the future. You
> might, instead, like to improve Opus.
A lot of Open Source applications are currently using vorbis/libvorbis
instead of opus. I don't see any signs of them being ported to opus.
I'm working with several Open Source SDL2 programs now (updating,
building, packaging, etc.) and they all use SDL2_mixer which in turn
uses libvorbis. There's not even an option to use opus with
SDL2_mixer at this point in time. The sdl_sound library also uses
libvorbis and doesn't offer the option to use opus. Same is true of
s...
2016 Jan 31
0
Shipping development files for mingw32
On Sun, Jan 31, 2016 at 11:25 AM, anatoly techtonik <techtonik at gmail.com>
wrote:
> Hi,
>
> Is is possible to ship development files for MinGW32
> like static libs and headers? I am particularly interested
> in libvorbisfile required to build Wesnoth on Windows.
> SDL2 provides a convenient distribution that I unpack
> and it works:
>
> https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-devel-2.0.1-mingw.tar.gz
> https://www.libsdl.org/projects/SDL_mixer/
>
> But I can't find where I can download libvorbisfile.a for
> i686-w64-m...
2018 Feb 25
0
segfault calling SDL_Init with FFI/ MCJIT
I'm getting a segfault when I call `SDL_Init( SDL_INIT_VIDEO )` within
the MCJIT. If I compile the same program to an EXE I don't have a problem.
Are there any general restrictions, or known issues, with loading a
library like SDL2 via the MCJIT? (LLVM-3.8 still)
The stack trace, from GDB, is below. I noticed the error actually
happens deep inside a transitively loaded GL drive module, but still
within the LLVM code. Does LLVM have hooks for when libraries are loaded?
#0 __strcmp_ssse3 () at ../sysdeps/x86_64/multiarch/...
2016 Mar 02
11
[Bug 94374] New: transparent window with DRI_PRIME=1, depending on size of used textures
...I_PRIME=1
glxgears always works as expected.
My system is Arch Linux with mesa 11.1.2-1 and kernel 4.4.1-2. I'm sorry that I
cannot install mesa-git since this is my computer for productive work.
Hopefully, someone else can reproduce the issue.
Steps to build the program:
- make sure you have SDL2 installed
- ./build.sh
- DRI_PRIME=1 ./a.out 512 <- might not work
- DRI_PRIME=1 ./a.out 64 <- always works for me
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attac...
2018 Aug 31
0
Wine release 3.15
...ce mode
45660 SuperPower 2 demo fails to install
45663 Multiple 64-bit MSI installers fail with 'err:msiexec:custom_action_server Failed to create custom action server pipe' (MS .NET Framework 4.x, Python 2.7, PSIM 11)
45671 Wine build: can't write value of type 12 yet
45681 SDL2 Game Controller API not working anymore with Wine 3.14
45689 Quik 7: Combobox is not populated properly
45694 WinHttpOpenRequest: unsafe characters are not escaped
45726 Firefox 61.x crashes on unimplemented function KERNEL32.dll.GetApplicationRestartSettings
-----------------------------...