Skip to content

Commit

Permalink
meson: build ffmpegaacsucks with bin=false
Browse files Browse the repository at this point in the history
  • Loading branch information
odrling committed Aug 11, 2024
1 parent 7def78a commit fe68c2b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
subprojects/ffmpeg/
subprojects/ffmpegaacsucks-*
subprojects/ffmpegaacsucks/
subprojects/packagecache
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ deps += dependency(

deps += dependency(
'ffmpegaacsucks',
version: '>=2.0.0',
fallback: ['ffmpegaacsucks', 'ffmpegaacsucks_dep'],
version: '>=2.0.2',
default_options: ['bin=false'],
)

install_headers('include/dakara_check.h')
Expand Down
10 changes: 5 additions & 5 deletions subprojects/ffmpegaacsucks.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = ffmpegaacsucks-2.0.1
source_url = https://github.com/odrling/ffmpegaacsucks/archive/2.0.1/ffmpegaacsucks.tar.gz
source_filename = ffmpegaacsucks.tar.gz
source_hash = 8b2578c9e7a15d85b3a46c8db30f400320a1a04d3d121f109722cdd5499ab5d5
[wrap-git]
directory = ffmpegaacsucks
url = https://github.com/odrling/ffmpegaacsucks.git
revision = 2.0.2
depth = 1

[provide]
ffmpegaacsucks = ffmpegaacsucks_dep

0 comments on commit fe68c2b

Please sign in to comment.