EffecTV
EffecTV copied to clipboard
EffecTV is a real-time software video effect processor.
Using gcc11, the compilation fails at link time with multiple definitions of `stretching_buffer`. Also, `screen_getaddress()` already checks for the `stretch` value, so there is no need to check it in...
I was trying to compile EffecTV on my ubuntu 20.04, but it failed because it asked to have `sdl-config` on my box ``` gcc -DDEFAULT_VIDEO_DEVICE=\""/dev/video0"\" -O3 -fomit-frame-pointer -funroll-loops -I.. -I../v4lutils...
Hi Kentaro, glad you updated EffecTV for v4l2! :champagne: I'm missing the vloopback feature so we can chain effects. I updated some headers (`videodev.h -> videodev2.h`), but then, I'm expected...
gcc -DUSE_NASM -DUSE_MMX -DUSE_VLOOPBACK -DVLOOPBACK_VERSION=91 -DDEFAULT_VIDEO_DEVICE=\""/dev/video0"\" **-DI686 -march=pentiumpro** -O3 -fomit-frame-pointer -funroll-loops -I.. -I../v4lutils `sdl-config --cflags` -Wall -c -o dumb.o dumb.c cc1: **error**: CPU you selected does not support x86-64 instruction...