blob: 8c3a85a06874df48b696769f46d0ea066867654e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- extconf.rb.orig Mon Jan 16 22:19:37 2006
+++ extconf.rb Mon Jan 16 22:19:50 2006
@@ -3,6 +3,7 @@
dir_config("shout")
have_library("ogg", "oggpack_writeinit")
have_library("vorbis", "vorbis_dsp_clear")
+have_library("speex", "speex_decode")
have_library("pthread", "pthread_create")
if find_library("shout", "shout_init","/usr","/usr/local") and have_header("shout/shout.h")
create_makefile("shout")
|