tags 554318 patch thanks Hello,
The following patch was applied in Ubuntu to fix this problem. https://launchpad.net/ubuntu/+source/effectv/0.3.11-1ubuntu1 diff -u effectv-0.3.11/Makefile effectv-0.3.11/Makefile --- effectv-0.3.11/Makefile +++ effectv-0.3.11/Makefile @@ -7,7 +7,7 @@ INSTALL = /usr/bin/install -c CFLAGS = $(CONFIG) $(CONFIG.arch) $(CFLAGS.opt) -Iv4lutils `sdl-config --cflags` -LIBS = v4lutils/libv4lutils.a -lm `sdl-config --libs` $(LIBS.extra) +LIBS = v4lutils/libv4lutils.a -lm -lpthread `sdl-config --libs` $(LIBS.extra) PROGRAM = effectv -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

