Results 8 comments of Cutrus

I noticed something weird. Celluloid not crash on vaapi when playlist is open in window. When I turn on the playlist in dconf again, the application stops crashing. I only...

> @cutrus: From the backtrace, it doesn't look like the `openlg-cb` or `libmpv` VO is active. How did you set the option? @gnome-mpv You're right. I've set vo in vaapi...

> Why are you settings in the mpv conf and not the celluloid dir in .config, if that matters at all.. @AnoRebel I keep my conf in path: `~/.config/celluloid/mpv.conf`. In...

> Can you try the WiiVCLaunch plugin and set it to 480p to see if it fixes it? Yes, my bad. In my post, I meant the WiiVCLaunch plugin, not...

@grandosegood Yes, I compiled on the latest version because I made a few minor changes for myself. ``` commit 8b140805db8882adcc9af5d293288b3aa77da457 (HEAD -> master, origin/master, origin/HEAD) Author: pedro702 Date: Thu Aug...

> Very interesting topic. Is this fix going to be part of the main release? or how can I get it without full recompilation? ;-) > > @cutrus - Are...

Edit makefile and set CFLAGS as separate options (also remove -o - it's not necessary): ```makefile 3 #CFLAGS = -oxi 4 CFLAGS = -x -v -i 5 LD = tools/wlalink...

> > ``` > CMake Error at src/liblgx/liblgx-common/CMakeLists.txt:58 (target_link_libraries): > Target "liblgx-common" links to: > > glfw::glfw > > but the target was not found. Possible reasons include: > >...