libebur128: bump version.

This commit is contained in:
Jerome Duval
2016-02-23 22:38:38 +00:00
parent 0d00faee83
commit 52e61f3281
2 changed files with 28 additions and 5 deletions

View File

@@ -0,0 +1,22 @@
From a470727826f4a9dfd9f605e6781feec132a6f26d Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Tue, 23 Feb 2016 22:39:09 +0000
Subject: Haiku patch
diff --git a/ebur128/CMakeLists.txt b/ebur128/CMakeLists.txt
index f84febc..5905b23 100644
--- a/ebur128/CMakeLists.txt
+++ b/ebur128/CMakeLists.txt
@@ -52,7 +52,7 @@ if(NOT DISABLE_SPEEXDSP)
endif()
endif()
-if(UNIX)
+if(UNIX AND NOT HAIKU)
target_link_libraries(ebur128 m)
endif()
--
2.2.2