Quantcast
Channel: Squeezebox : Community : Forums - 3rd Party Software
Viewing all articles
Browse latest Browse all 2050

How to enable visualisations in Jivelite?

$
0
0
I've been working on a Jivelite setup for a Joggler. I thought I'd have a go at building it to support visualisations.

I set an environment variable:
Code:

export OPTS=-DVISEXPORT
Then I deleted the earlier binary and reissued the makefile. I noticed that output_vis.o was now included in the binary.
Code:

root@openframe:~/squeezelite# make
cc main.o slimproto.o buffer.o stream.o utils.o output.o output_alsa.o output_pa.o output_stdout.o output_pack.o decode.o flac.o pcm.o mad.o vorbis.o mpg.o output_vis.o faad.o  -lasound -lpthread -lm -lrt -ldl -o squeezelite
r

But when I try to start jivelite with the -v option, I get the usage statement (meaning that -v isn't recognised), and sure enough it's not listed as one of the options. The build options at the end of the usage statement show
Code:

Build options: LINUX ALSA EVENTFD
So evidently something else is needed to get the visualisation option into the build. Can anyone advise?

Viewing all articles
Browse latest Browse all 2050

Trending Articles