Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
extend aarch64 pattern in .gitignore
|
|
|
|
|
|
|
|
|
|
changed: forward cmake compilers to ffmpeg
|
|
not only when cross compiling. you'd expect ffmpeg built with
clang if you configure cmake for clang.
|
|
|
|
|
|
|
|
|
|
|
|
-fPIC is already in CFLAGS and shouldn't be overwritten with -fpic on linux
|
|
|
|
|
|
|
|
|
|
|
|
depends: Fix guid build
|
|
|
|
Avoids error with gcc4.9:
guid.cpp:112:25: error: range-based 'for' loops are not allowed in C++98 mode
|
|
[FFMPEG] add strip command
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Android] default sdk=android-26 / update doc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I used the command
grep --include={\*.cpp,\*.h} -rnl './' -e "http://xbmc.org" | xargs -i@ sed -i 's/http\:\/\/xbmc\.org/http\:\/\/kodi\.tv/g' @
to change every http://xbmc.org to http://kodi.tv in *.cpp and *.h files
|
|
|
|
|
|
|
|
|
|
[win10] make the uwp app working in background and handles media butt…
|