Browse Source

Remove ofxOMXPlayer from common addon dependencies

Let's hope that ofxOMXPlayer will be integrated into future versions of ofVideoPlayer
master
Krisjanis Rijnieks 9 years ago
parent
commit
d78984b98e
  1. 2
      addon_config.mk

2
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

Loading…
Cancel
Save