Skip to content

Commit

Permalink
Merge pull request #23 from AlwinEsch/Matrix-change
Browse files Browse the repository at this point in the history
fix build related to min/max error
  • Loading branch information
AlwinEsch authored Jan 16, 2021
2 parents 2ca3d31 + 52b6132 commit 78b7ecf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/vis_milkdrop/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,8 @@ Order of Function Calls
*/

#include <kodi/Filesystem.h>

#include "plugin.h"
#include "utility.h"
#include "support.h"
Expand All @@ -484,8 +486,6 @@ Order of Function Calls
//#include <commctrl.h> // for sliders
#include <assert.h>

#include <kodi/Filesystem.h>

#define FRAND ((rand() % 7381)/7380.0f)
#define strnicmp _strnicmp
#define strcmpi _strcmpi
Expand Down
4 changes: 2 additions & 2 deletions lib/vis_milkdrop/utility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#include <kodi/Filesystem.h>

#include "utility.h"
#include <stdio.h>
#include <math.h>
#include <windows.h>
//#include <xtl.h>
#include <d3d9.h>

#include <kodi/Filesystem.h>

float PowCosineInterp(float x, float pow)
{
// input (x) & output should be in range 0..1.
Expand Down
2 changes: 1 addition & 1 deletion visualization.milkdrop/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="visualization.milkdrop"
version="2.3.1"
version="2.3.2"
name="MilkDrop"
provider-name="Team Kodi">
<requires>@ADDON_DEPENDS@</requires>
Expand Down

0 comments on commit 78b7ecf

Please sign in to comment.