Page 1 of 1

How to build CS without MultiMedia?

Posted: Thu Nov 05 2015 2:00 pm
by Clas
Hi,
I want use CS only as GUI-library and I dont need multimedia and sound/audio-support so
I want to disable it but :

./configure --disable-multimedia or
./configure --without-multimedia

has no effect.

Whats the right way to take of Sound/Multimedia - Support in CS?

Clas

Re: How to build CS without MultiMedia?

Posted: Thu Nov 05 2015 9:27 pm
by ansel
Clas wrote:Hi,
I want use CS only as GUI-library and I dont need multimedia and sound/audio-support so
I want to disable it but :

./configure --disable-multimedia or
./configure --without-multimedia

has no effect.

Whats the right way to take of Sound/Multimedia - Support in CS?

Clas
Hi Clas,

We will investigate your request and see how we can enhance CopperSpice to support a non-multimedia build. It is unfortunately not a straightforward task since the core library uses some multimedia audio functionality.

Ansel Sermersheim

Re: How to build CS without MultiMedia?

Posted: Thu Nov 05 2015 9:56 pm
by Clas
Hi Ansel,

thanks a lot. Then I going on with the ready
to use binary packages. Because currently
I cannot build it from scratch because I dont
have installed all the dependencies for the
audio system in CS.

clas