diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-04-21 17:40:55 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-04-21 17:40:55 +0100 |
| commit | 5df6deaa32e4f6d0a8985403970a137270491991 (patch) | |
| tree | bfc61fc292038a9cf5c35e0dccc8d7c101e96085 /meta-openmoko/packages/pulseaudio/files/fix-shm.patch | |
| parent | 12856d95a7e729914f8d0dbe55d9c28df65bc718 (diff) | |
| download | poky-5df6deaa32e4f6d0a8985403970a137270491991.tar.gz | |
puslseaudio: Upgrade to 0.9.10
Upgrade to 0.9.10, moving pulseaudio to meta-moblin cleaning up and
merging in some changes from OE.dev. Also add libcanberra 0.10.
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-openmoko/packages/pulseaudio/files/fix-shm.patch')
| -rw-r--r-- | meta-openmoko/packages/pulseaudio/files/fix-shm.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-openmoko/packages/pulseaudio/files/fix-shm.patch b/meta-openmoko/packages/pulseaudio/files/fix-shm.patch deleted file mode 100644 index 3bf61d0d34..0000000000 --- a/meta-openmoko/packages/pulseaudio/files/fix-shm.patch +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | # fixes building against uclibc | ||
| 2 | # fixed upstream, see http://www.pulseaudio.org/ticket/200 | ||
| 3 | Index: pulseaudio-0.9.9/src/pulsecore/shm.c | ||
| 4 | =================================================================== | ||
| 5 | --- pulseaudio-0.9.9/src/pulsecore/shm.c (revision 1971) | ||
| 6 | +++ pulseaudio-0.9.9/src/pulsecore/shm.c (revision 2110) | ||
| 7 | @@ -319,4 +319,5 @@ | ||
| 8 | int pa_shm_cleanup(void) { | ||
| 9 | |||
| 10 | +#ifdef HAVE_SHM_OPEN | ||
| 11 | #ifdef SHM_PATH | ||
| 12 | DIR *d; | ||
| 13 | @@ -376,5 +377,6 @@ | ||
| 14 | |||
| 15 | closedir(d); | ||
| 16 | -#endif | ||
| 17 | +#endif /* SHM_PATH */ | ||
| 18 | +#endif /* HAVE_SHM_OPEN */ | ||
| 19 | |||
| 20 | return 0; | ||
