From 67ab3b5bedc920dae92fa6b2ab9b0c29156e8000 Mon Sep 17 00:00:00 2001 From: shatty Date: Wed, 21 Jan 2004 11:34:36 +0000 Subject: [PATCH] removed extra ogg lib link but still having link failure git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6212 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/media/plugins/speex/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/media/plugins/speex/Jamfile b/src/add-ons/media/plugins/speex/Jamfile index 02e12d2b10..eb27bd300b 100644 --- a/src/add-ons/media/plugins/speex/Jamfile +++ b/src/add-ons/media/plugins/speex/Jamfile @@ -8,7 +8,7 @@ SubDirHdrs $(SUBDIR) libspeex ; Addon speex : media plugins : speexCodecPlugin.cpp speexCodecDefaults.cpp - : false : libspeex.a libogg.a + : false : libspeex.a ; LinkSharedOSLibs speex : be libmedia.so ;