libmp4v2:rebuild

This commit is contained in:
Rmys
2018-08-01 11:55:27 +03:00
parent cb3689fd06
commit 7b497ed36e
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,11 @@
--- src/rtphint.cpp 2012-05-20 16:11:53.000000000 -0600
+++ src/rtphint.cpp 2017-05-16 10:25:26.930705191 -0600
@@ -339,7 +339,7 @@
pSlash = strchr(pSlash, '/');
if (pSlash != NULL) {
pSlash++;
- if (pSlash != '\0') {
+ if (*pSlash != '\0') {
length = (uint32_t)strlen(pRtpMap) - (pSlash - pRtpMap);
*ppEncodingParams = (char *)MP4Calloc(length + 1);
strncpy(*ppEncodingParams, pSlash, length);
+3
View File
@@ -17,6 +17,9 @@
<BuildDependencies>
<Dependency>libgcc</Dependency>
</BuildDependencies>
<Patches>
<Patch>libmp4v2-c++11.patch</Patch>
</Patches>
</Source>
<Package>