From 1cffa47afc7f4fdf542658679d3f870330e798e0 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Fri, 5 Jan 2018 11:14:45 +0100 Subject: [PATCH] Remove ofxOMXPlayer from addons.make, add addons.make.rpi --- example/addons.make | 2 +- example/addons.make.rpi | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 example/addons.make.rpi diff --git a/example/addons.make b/example/addons.make index 963941c..0bf6afb 100644 --- a/example/addons.make +++ b/example/addons.make @@ -1,4 +1,4 @@ ofxGui ofxPiMapper ofxXmlSettings -ofxOMXPlayer +` diff --git a/example/addons.make.rpi b/example/addons.make.rpi new file mode 100644 index 0000000..963941c --- /dev/null +++ b/example/addons.make.rpi @@ -0,0 +1,4 @@ +ofxGui +ofxPiMapper +ofxXmlSettings +ofxOMXPlayer