2015-08-30 22:47:09 +02:00
|
|
|
--- src/plugins/musepack/wscript.orig 2011-10-20 19:26:08 UTC
|
|
|
|
+++ src/plugins/musepack/wscript
|
2012-05-08 20:47:50 +02:00
|
|
|
@@ -8,7 +8,7 @@ def plugin_configure(conf):
|
|
|
|
conf.check_cc(header_name="mpcdec/mpcdec.h", defines="HAVE_MPCDEC_OLD",
|
|
|
|
uselib_store="mpcdec")
|
2010-09-21 18:51:17 +02:00
|
|
|
|
2012-05-08 20:47:50 +02:00
|
|
|
- conf.check_cc(lib="mpcdec", uselib_store="mpcdec")
|
|
|
|
+ conf.check_cc(lib="mpcdec", uselib="math", uselib_store="mpcdec")
|
2010-09-21 18:51:17 +02:00
|
|
|
|
2012-05-08 20:47:50 +02:00
|
|
|
configure, build = plugin("musepack", configure=plugin_configure,
|
|
|
|
libs=["mpcdec"])
|