diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-08-05 02:06:11 +0200 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-08-05 02:06:11 +0200 |
| commit | b9d252214a46aa64047893cb557f060a8978b006 (patch) | |
| tree | 63bafc0eb9d2a9b6bc23aa7242e81e0cac86794c /subprojects/packagefiles/x264/meson.build | |
| parent | 1869cf30519fc61c7f9852f8f25f8b1c2b2e8c3b (diff) | |
Add option to statically compile ffmpeg from source
Diffstat (limited to 'subprojects/packagefiles/x264/meson.build')
| -rw-r--r-- | subprojects/packagefiles/x264/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/subprojects/packagefiles/x264/meson.build b/subprojects/packagefiles/x264/meson.build new file mode 100644 index 0000000..87f3a80 --- /dev/null +++ b/subprojects/packagefiles/x264/meson.build @@ -0,0 +1,3 @@ +project('x264') + +source_dir = meson.current_source_dir() |
