From 01d9afe0d9feb815cc90af69f31afa0dcb46efbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sun, 25 Nov 2007 18:15:43 +0000 Subject: [PATCH] Add OpenSound media node to the image, as the one included in the opensound zip is built with gcc2 and won't load with gcc4 builds. Hope having both doesn't do nasty things on gcc2 builds. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22996 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/HaikuImage | 1 + 1 file changed, 1 insertion(+) diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage index 1585aae616..4bc1dea8b0 100644 --- a/build/jam/HaikuImage +++ b/build/jam/HaikuImage @@ -91,6 +91,7 @@ BEOS_ADD_ONS_MEDIA = mixer.media_addon video_producer_demo.media_addon usb_webcam.media_addon dvb.media_addon + opensound.media_addon #legacy.media_addon ; BEOS_ADD_ONS_MEDIA_PLUGINS = $(GPL_ONLY)ac3_decoder