aboutsummaryrefslogtreecommitdiff
path: root/addons/xbmc.codec
diff options
context:
space:
mode:
authorLars Op den Kamp <lars@opdenkamp.eu>2013-06-21 02:27:10 +0200
committerLars Op den Kamp <lars@opdenkamp.eu>2013-07-09 02:31:19 +0200
commit2e5e448c0c9ad3d01ec72596be79519e01f8456e (patch)
treee1e3b964d36096f69a2f7009632d993858b0601e /addons/xbmc.codec
parentd8b4503f0be7eae2d8236953aad8e9820a36c86c (diff)
added callback methods for binary add-ons to get codec id information from XBMC, so the dep on avcodec.h can be removed. only IDs used by pvr.hts and pvr.vdr.vnsi have been included
Diffstat (limited to 'addons/xbmc.codec')
-rw-r--r--addons/xbmc.codec/addon.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/addons/xbmc.codec/addon.xml b/addons/xbmc.codec/addon.xml
new file mode 100644
index 0000000000..28939e914f
--- /dev/null
+++ b/addons/xbmc.codec/addon.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<addon id="xbmc.codec" version="1.0.0" provider-name="Team XBMC">
+ <requires>
+ <import addon="xbmc.core" version="0.1.0"/>
+ </requires>
+</addon>