libopenshot: bump version

switch to imagemagick7
This commit is contained in:
Jerome Duval
2023-05-02 15:32:01 +02:00
parent cfc36ee5b8
commit ce6bcc6d34
2 changed files with 9 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
From fa400d9426fb781fdfaeb6db9ae1e7b5865ae113 Mon Sep 17 00:00:00 2001
From 42aae85e3c8f8357ce0f6385981cd0f55eb7354c Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Sun, 16 Apr 2023 11:15:33 +1000
Subject: Fix build for Haiku
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f85da20..a1f4111 100644
index a8f8aa9..1800598 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,6 +22,7 @@ For more information, please visit <http://www.openshot.org/>.
@@ -15,7 +15,7 @@ index f85da20..a1f4111 100644
+include(GNUInstallDirs)
################ PROJECT VERSION ####################
set(PROJECT_VERSION_FULL "0.3.1")
set(PROJECT_VERSION_FULL "0.3.2")
diff --git a/src/AudioBufferSource.h b/src/AudioBufferSource.h
index 173ccf4..919c2b0 100644
--- a/src/AudioBufferSource.h
@@ -55,7 +55,7 @@ index 26018cc..6e24f96 100644
// Storage array for stack trace address data
void* addrlist[max_frames+1];
diff --git a/src/FFmpegReader.cpp b/src/FFmpegReader.cpp
index 01d468a..57a1b0c 100644
index 291f585..8a45ef8 100644
--- a/src/FFmpegReader.cpp
+++ b/src/FFmpegReader.cpp
@@ -367,7 +367,7 @@ void FFmpegReader::Open() {