From 637737313266a71c57c67744434ee3c491e75657 Mon Sep 17 00:00:00 2001 From: Hitesh Kumar Saini Date: Sun, 15 Oct 2023 09:55:26 +0530 Subject: [PATCH] fix: update patch --- .../mpv/depend_on_fftools_ffi.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/buildscripts/patches-encoders-gpl/mpv/depend_on_fftools_ffi.patch b/buildscripts/patches-encoders-gpl/mpv/depend_on_fftools_ffi.patch index adcfa84..cb69350 100644 --- a/buildscripts/patches-encoders-gpl/mpv/depend_on_fftools_ffi.patch +++ b/buildscripts/patches-encoders-gpl/mpv/depend_on_fftools_ffi.patch @@ -1,5 +1,5 @@ diff --git a/meson.build b/meson.build -index ce1fce2..6049156 100644 +index a56bb1f37c..7cd3b195f9 100644 --- a/meson.build +++ b/meson.build @@ -23,6 +23,9 @@ libavutil = dependency('libavutil', version: '>= 56.70.100') @@ -10,19 +10,19 @@ index ce1fce2..6049156 100644 +libfftools_ffi = dependency('fftools-ffi') + libass = dependency('libass', version: '>= 0.12.2') - pthreads = dependency('threads') -@@ -35,7 +38,8 @@ dependencies = [libass, + # the dependency order of libass -> ffmpeg is necessary due to +@@ -33,7 +36,8 @@ dependencies = [libass, + libavformat, libavutil, libswresample, - libswscale, -- pthreads] -+ pthreads, +- libswscale] ++ libswscale, + libfftools_ffi] # Keeps track of all enabled/disabled features features = { -@@ -246,7 +250,10 @@ sources = files( +@@ -244,7 +248,10 @@ sources = files( ## tree_allocator 'ta/ta.c', 'ta/ta_talloc.c',