diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2013-06-21 02:27:10 +0200 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2013-07-09 02:31:19 +0200 |
commit | 2e5e448c0c9ad3d01ec72596be79519e01f8456e (patch) | |
tree | e1e3b964d36096f69a2f7009632d993858b0601e /.gitignore | |
parent | d8b4503f0be7eae2d8236953aad8e9820a36c86c (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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 024c5d24af..ffeca38850 100644 --- a/.gitignore +++ b/.gitignore @@ -138,6 +138,7 @@ config.log /lib/addons/library.xbmc.addon/Makefile /lib/addons/library.xbmc.gui/Makefile /lib/addons/library.xbmc.pvr/Makefile +/lib/addons/library.xbmc.codec/Makefile /lib/addons/library.xbmc.addon/project/VS2010Express/Release /lib/addons/library.xbmc.addon/project/VS2010Express/Debug /lib/addons/library.xbmc.gui/project/VS2010Express/Release |