Skip to content

Commit

Permalink
Update ffmpeg patch
Browse files Browse the repository at this point in the history
  • Loading branch information
0tkl committed Apr 5, 2024
1 parent 21ae1e6 commit 23fd085
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion subprojects/packagefiles/ffmpeg/0001.patch
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,16 @@ index 688b368859..dc9d18acd5 100644
found = cc.has_type(type, prefix : prefix, dependencies : extra_deps, args : c_args + project_c_args)
endif

@@ -3087,6 +3094,11 @@ foreach a: arch_list
@@ -3054,6 +3061,8 @@ if host_machine.system() == 'windows'
makedef_args += ['--os', 'win']
elif host_machine.system() in ['darwin', 'ios']
makedef_args += ['--os', 'darwin']
+else
+ makedef_args += ['--os', 'linux']
endif

final_conf = configuration_data()
@@ -3109,6 +3118,11 @@ foreach a: arch_list
endforeach

foreach have: have_list
Expand Down

0 comments on commit 23fd085

Please sign in to comment.