Skip to content

Commit

Permalink
bump media kit
Browse files Browse the repository at this point in the history
  • Loading branch information
Predidit committed Dec 6, 2024
1 parent a6ea011 commit 1d03c60
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ cmake_policy(SET CMP0063 NEW)
set(CMAKE_INSTALL_RPATH "$ORIGIN/lib")

# add runpath, shared libs of a release bundle is in lib dir, plugin must add $ORIGIN to runpath to find libmpv
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--enable-new-dtags -Wl,-z,origin -Wl,-rpath,\\$ORIGIN")
set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--enable-new-dtags -Wl,-z,origin -Wl,-rpath,\\$ORIGIN")
# set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--enable-new-dtags -Wl,-z,origin -Wl,-rpath,\\$ORIGIN")
# set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--enable-new-dtags -Wl,-z,origin -Wl,-rpath,\\$ORIGIN")

# Root filesystem for cross-building.
if(FLUTTER_TARGET_PLATFORM_SYSROOT)
Expand Down
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ packages:
description:
path: media_kit
ref: main
resolved-ref: "8d8717aae2f1c5f68328667de1ec70fd08fffac9"
resolved-ref: a8241dd2779e381906f4aafa074c72db80425812
url: "https://github.com/Predidit/media-kit.git"
source: git
version: "1.1.11"
Expand All @@ -697,7 +697,7 @@ packages:
description:
path: "libs/android/media_kit_libs_android_video"
ref: main
resolved-ref: "169ea648e4bba89799fd0263c85f5f0c6fb5dd32"
resolved-ref: a8241dd2779e381906f4aafa074c72db80425812
url: "https://github.com/Predidit/media-kit.git"
source: git
version: "1.3.6"
Expand All @@ -706,7 +706,7 @@ packages:
description:
path: "libs/ios/media_kit_libs_ios_video"
ref: main
resolved-ref: "169ea648e4bba89799fd0263c85f5f0c6fb5dd32"
resolved-ref: a8241dd2779e381906f4aafa074c72db80425812
url: "https://github.com/Predidit/media-kit.git"
source: git
version: "1.1.4"
Expand All @@ -715,7 +715,7 @@ packages:
description:
path: "libs/linux/media_kit_libs_linux"
ref: main
resolved-ref: "169ea648e4bba89799fd0263c85f5f0c6fb5dd32"
resolved-ref: a8241dd2779e381906f4aafa074c72db80425812
url: "https://github.com/Predidit/media-kit.git"
source: git
version: "1.1.3"
Expand All @@ -724,7 +724,7 @@ packages:
description:
path: "libs/macos/media_kit_libs_macos_video"
ref: main
resolved-ref: "169ea648e4bba89799fd0263c85f5f0c6fb5dd32"
resolved-ref: a8241dd2779e381906f4aafa074c72db80425812
url: "https://github.com/Predidit/media-kit.git"
source: git
version: "1.1.4"
Expand All @@ -733,7 +733,7 @@ packages:
description:
path: "libs/universal/media_kit_libs_video"
ref: main
resolved-ref: "8d8717aae2f1c5f68328667de1ec70fd08fffac9"
resolved-ref: a8241dd2779e381906f4aafa074c72db80425812
url: "https://github.com/Predidit/media-kit.git"
source: git
version: "1.0.5"
Expand All @@ -742,7 +742,7 @@ packages:
description:
path: "libs/windows/media_kit_libs_windows_video"
ref: main
resolved-ref: "169ea648e4bba89799fd0263c85f5f0c6fb5dd32"
resolved-ref: a8241dd2779e381906f4aafa074c72db80425812
url: "https://github.com/Predidit/media-kit.git"
source: git
version: "1.0.10"
Expand All @@ -751,7 +751,7 @@ packages:
description:
path: media_kit_video
ref: main
resolved-ref: "8d8717aae2f1c5f68328667de1ec70fd08fffac9"
resolved-ref: a8241dd2779e381906f4aafa074c72db80425812
url: "https://github.com/Predidit/media-kit.git"
source: git
version: "1.2.5"
Expand Down

0 comments on commit 1d03c60

Please sign in to comment.