[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/2] move audio source out of the modules directory
From: |
Christopher Brannon |
Subject: |
[PATCH 1/2] move audio source out of the modules directory |
Date: |
Wed, 23 Feb 2011 15:11:51 +0000 |
William Hubbs <w.d.hubbs at gmail.com> writes:
> Since the audio plugins are independent of the modules now, we can move
> the audio source directory outside of the modules directory.
Hi William,
This makes sense to me, but the code now fails to build. Or at
least, the pulseaudio plugin fails to build.
Here's the error from make:
libtool: link: cannot find the library `audio/spd_pulse.la' or unhandled
argument `audio/spd_pulse.la'
make[3]: *** [sd_dummy] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
-- Chris