-
- Downloads
SDK: fix path issues and atributs name
Ask for the name and fix the icon and background path name. Fix lib path in cpp file Fix cmakelist copy Change-Id: I6fc7a6a85c6ed99efee9e0e36528e698d4846e9d SDK: mediaHandler fix declaration conflict avSubjectPtr already defined as shared_ptr in daemon/src/plugin/mediahandler.h:36:7: causing conflict (in the same namespace: jami) Change-Id: I14f96e20ecad7b8b6b0b0c99e82d962f17d39cf5 SDK: fix CMakeList copy and parsing This file is editer by the SDK, it uses functions to parse and replace using '---' as split marker It targets words as FFMPEG. VIDEO_FFMPEG and AUDIO_FFMPEG outside --- areas were causing the whole part (form start to the first ---) to be replace by '' by fillBuildFile in SDK/skeletonSrcProfile.py To fix, I added some '---' to delimit areas and protecting the file Change-Id: Ib85c4aa0a7ed3cdccba204313470d37e136e3077
Showing
- SDK/Templates/CMakeLists.txt 6 additions, 4 deletionsSDK/Templates/CMakeLists.txt
- SDK/Templates/genericChatSubscriber.cpp 2 additions, 2 deletionsSDK/Templates/genericChatSubscriber.cpp
- SDK/Templates/genericMediaHandler.h 0 additions, 2 deletionsSDK/Templates/genericMediaHandler.h
- SDK/manifestProfile.py 8 additions, 4 deletionsSDK/manifestProfile.py
- SDK/pluginStructureProfile.py 8 additions, 8 deletionsSDK/pluginStructureProfile.py
- SDK/skeletonSrcProfile.py 2 additions, 3 deletionsSDK/skeletonSrcProfile.py
Please register or sign in to comment