summarylogtreecommitdiffstats
path: root/codecs-preload.install
diff options
context:
space:
mode:
Diffstat (limited to 'codecs-preload.install')
-rw-r--r--codecs-preload.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/codecs-preload.install b/codecs-preload.install
new file mode 100644
index 000000000000..a813b628410d
--- /dev/null
+++ b/codecs-preload.install
@@ -0,0 +1,3 @@
+post_install() {
+ echo "IMPORTANT: outside of packages that depend on this, nwjs will still default to the builtin codecs, you have to set LD_PRELOAD=/opt/nwjs/libffmpeg.so to switch to this version!"
+}