From d78984b98eeb18a0a58fb067e41e204b233130b7 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Thu, 24 Nov 2016 18:08:04 +0100 Subject: [PATCH] Remove ofxOMXPlayer from common addon dependencies Let's hope that ofxOMXPlayer will be integrated into future versions of ofVideoPlayer --- addon_config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon_config.mk b/addon_config.mk index b21b1ff..8529e37 100644 --- a/addon_config.mk +++ b/addon_config.mk @@ -24,7 +24,7 @@ ADDON_URL = http://github.com/kr15h/ofxPiMapper common: # dependencies with other addons, a list of them separated by spaces # or use += in several lines -ADDON_DEPENDENCIES = ofxIO ofxXmlSettings ofxGui ofxOMXPlayer +ADDON_DEPENDENCIES = ofxIO ofxXmlSettings ofxGui # include search paths, this will be usually parsed from the file system # but if the addon or addon libraries need special search paths they can be