Comment 4 for bug 448027

Revision history for this message
Pablo Angulo (pablo-angulo) wrote :

I've tried to download the recordmydesktop source code and compile it with jack support:

-------
~$ ./configure --enable-jack=yes
~$ make
~$ sudo make install
-------

but recordmydesktop compiles without jack support:

------
src/./recordmydesktop --print-config

recordMyDesktop was compiled with the following options:

Jack :Disabled
Default Audio Backend :OSS
------

I've installed all dev libraries, including libjack-dev, of course. There's no error message during configure or make. After I run "./configure --enable-jack=yes", I get the following message:

****************************************

Audio driver that will be used: ALSA

Compile with Jack support: Enabled

****************************************

I've also tried compiling with OSS without success.