Fix compile with libshout 2.2

This commit is contained in:
Michael Nottebrock 2006-01-16 23:16:27 +00:00
parent 72c195aca1
commit 017948482a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153695

View file

@ -0,0 +1,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")