From c48d2f94ade27ff9c12a713860e8e5f143952a8d Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 20 Feb 2018 12:49:49 +0100 Subject: [PATCH] use mxe's plugin functionality --- README.md | 11 +++++++++-- mxe-src/ffmpeg.mk => mxe-plugins/notwa/overrides.mk | 0 2 files changed, 9 insertions(+), 2 deletions(-) rename mxe-src/ffmpeg.mk => mxe-plugins/notwa/overrides.mk (100%) diff --git a/README.md b/README.md index d221660..e815788 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,20 @@ currently, it doesn't follow any guidelines. modified to download from a mirror. the original URL is offline. -## mxe-src +## mxe-plugins there's some mxe stuff in this repo too. -just dump the files in mxe-src into mxe's src directory. +just add the directory to your plugins variable, like this: +``` +make ffmpeg MXE_PLUGIN_DIRS=/path/to/PKGBUILDs/mxe-plugins/notwa +``` ### ffmpeg this package has been tweaked to build a more recent version and to enable(-nonfree) some stuff they tell you not to. there's licensing conflicts, so don't redistribute the resulting binaries. + +### mxe + +just leaving this here as a TODO… diff --git a/mxe-src/ffmpeg.mk b/mxe-plugins/notwa/overrides.mk similarity index 100% rename from mxe-src/ffmpeg.mk rename to mxe-plugins/notwa/overrides.mk