diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | stream_constants.h.diff | 18 |
2 files changed, 1 insertions, 18 deletions
diff --git a/.gitignore b/.gitignore index 0d9778728d..19c200efe5 100644 --- a/.gitignore +++ b/.gitignore @@ -99,6 +99,7 @@ cmake_install.cmake /kodi.bin /kodi-test /kodi-xrandr +/*.diff /*.patch /kodi-build*/ /gtestresults.xml diff --git a/stream_constants.h.diff b/stream_constants.h.diff deleted file mode 100644 index ba6118c560..0000000000 --- a/stream_constants.h.diff +++ /dev/null @@ -1,18 +0,0 @@ ---- a/xbmc/addons/kodi-dev-kit/include/kodi/c-api/addon-instance/inputstream/stream_constants.h -+++ b/xbmc/addons/kodi-dev-kit/include/kodi/c-api/addon-instance/inputstream/stream_constants.h -@@ -8,6 +8,9 @@ - - #pragma once - -+#ifndef C_API_ADDONINSTANCE_INPUTSTREAM_STREAMCONSTANTS_H -+#define C_API_ADDONINSTANCE_INPUTSTREAM_STREAMCONSTANTS_H -+ - /// @ingroup cpp_kodi_addon_inputstream_Defs_StreamConstants - /// @brief The name of the inputstream add-on that should be used by Kodi to - /// play the stream. -@@ -44,3 +47,5 @@ - /// @ingroup cpp_kodi_addon_inputstream_Defs_StreamConstants - /// @brief Max number of properties that can be sent to an Inputstream addon - #define STREAM_MAX_PROPERTY_COUNT 30 -+ -+#endif /* !C_API_ADDONINSTANCE_INPUTSTREAM_STREAMCONSTANTS_H */ |