Commit Graph

98 Commits

Author SHA1 Message Date
Taner Sener
c93e29edff make build scripts more tolerant against the space character in path 2022-10-21 21:06:44 +01:00
Taner Sener
64585b7697 reorganise license files 2022-10-01 22:43:43 +01:00
Taner Sener
8148022090 Merge branch 'main' into development 2022-09-30 22:58:46 +01:00
Taner Sener
806e1c2a47 enable openssl on 32 bit ios architectures 2022-09-28 09:16:16 +01:00
Taner Sener
9bf49c9d2a external library update 2022-09-28 04:58:45 +01:00
Taner Sener
b8fd5281a5 fix building gnutls on apple platforms 2022-09-27 22:19:12 +01:00
Taner Sener
6f6e0fa3d1 migrate repo links to arthenica 2022-09-27 21:18:30 +01:00
Taner Sener
53bbdcfa16 add the source link to the bundles 2022-09-25 21:08:26 +01:00
Taner Sener
d6ba6773ce put back strip-frameworks.sh file 2022-09-19 23:04:25 +01:00
Taner Sener
1c2cf31288 improve error reporting in apple build scripts 2022-09-19 22:56:03 +01:00
Taner Sener
d06e2cde69 replace LTS postfix with 1000 in info.plist for lts releases of apple platforms, fixes #323 2022-09-13 22:27:39 +01:00
Taner Sener
8b64379cdf fix dav1d crash on linux 2022-09-12 00:56:10 +01:00
Taner Sener
07081e91a4 use the latest fixes from the x264 master, fixes #394 2022-09-11 23:10:49 +01:00
Taner Sener
01847ea285 downgrade libxml2 version 2022-09-11 23:07:49 +01:00
Taner Sener
bba2b62694 use ffmpeg n5.1.1 2022-09-11 22:56:46 +01:00
Taner Sener
2485467fa5 update external library versions 2022-09-04 23:08:21 +01:00
Taner Sener
fd91644221 support newer android ndk versions 2022-09-04 11:28:16 +01:00
Taner Sener
004ae7187f reorganise c++ options in build scripts for linux 2022-08-30 00:17:22 +01:00
Taner Sener
ae01db54bc remove references of universal libraries from the build scripts 2022-08-24 02:44:35 +01:00
Taner Sener
cf29f1c6a7 bundle c++_shared when chromaprint is enabled 2022-08-22 00:10:29 +01:00
Taner Sener
7ca081a488 fix LTS_BUILD_FLAG variable in android build scripts 2022-08-21 23:21:05 +01:00
Taner Sener
0a533dc409
Merge pull request #541 from tanersener/development-linux
adds build scripts for the linux platform
2022-08-21 22:32:29 +01:00
Taner Sener
18861a5635 copy library licenses to linux bundles 2022-08-21 22:10:51 +01:00
Taner Sener
34c449feab drop rapidjson headers from packages and use rapidjson from the system 2022-08-18 22:56:46 +01:00
Taner Sener
f98d5caed3 fix linux api errors 2022-08-16 00:45:34 +01:00
Taner Sener
e4e97f59ce create linux bundles under the prebuilt directory 2022-08-02 01:45:10 +03:00
Taner Sener
ba2b668c84 implement linux api 2022-08-01 01:48:47 +03:00
Taner Sener
be4030ffb3 add build scripts for linux platform 2022-06-03 13:38:10 +01:00
Taner Sener
2cd3543a2e respect debug flag in x264 build scripts 2022-04-15 15:35:51 +01:00
Taner Sener
a09c72016f fix disabling ffmpeg-kit protocols in android build scripts, fixes #395 2022-04-15 11:34:16 +01:00
Taner Sener
b49218d274 do not link against the system libexpat library, fixes #316 2022-01-13 21:38:17 +00:00
Taner Sener
a2908f5d32 freeze v4.5.1 2021-12-30 22:26:16 +00:00
Taner Sener
9c8ee760a0 increase library versions before the next release 2021-12-29 10:36:02 +00:00
Taner Sener
018f063b64 put libc++ inside aar package when custom library uses c++ 2021-12-28 21:31:21 +00:00
Taner Sener
42257524ed specify --enable-gpl flag only once 2021-12-28 20:59:56 +00:00
Taner Sener
ed8fd4b4b2 support building custom libraries in native build scripts, fixes #28 2021-12-28 18:53:48 +00:00
Taner Sener
3ed992a822 implement a build flag to disable an external library 2021-12-28 01:14:39 +00:00
Taner Sener
ae708befea add support for zimg openssl and srt, fixes #28 and #241 2021-12-28 00:17:04 +00:00
Taner Sener
38d88e0c12 replace execute callback with session specific complete callbacks, fixes #197 2021-12-24 17:34:42 +00:00
Taner Sener
64a67922c7 update min sdk version in build.gradle when api level is explicitly set 2021-12-21 00:42:59 +00:00
Taner Sener
4b7b8dcfdd auto-disabling not supported android features 2021-12-21 00:27:13 +00:00
Taner Sener
4cf5850146 auto-disable videotoolbox when tvos sdk version set does not support it 2021-12-21 00:14:34 +00:00
Taner Sener
39dfa48c80 use detected ios version to auto-disable arm64e architecture 2021-12-20 00:15:40 +00:00
Taner Sener
a7fe2d4b66 implement chapters in media information object, fixes #196 2021-12-18 23:43:16 +00:00
Taner Sener
eee5917746 update ffmpeg version 2021-12-06 19:04:24 +00:00
Taner Şener
458c05db31
Merge pull request #260 from tanersener/issue-257
decommission ANDROID_HOME in build scripts, fixes #257
2021-11-30 17:17:02 +00:00
Taner Sener
e9e397f3d5 decommission ANDROID_HOME in build scripts, fixes #257 2021-11-30 11:23:35 +00:00
Taner Sener
eda94ad613 introduce a method to generate saf protocol urls using a custom open mode, fixes #167 2021-11-07 22:21:27 +00:00
Taner Sener
f52f6a1c56 use LSMinimumSystemVersion instead of MinimumOSVersion in macOS bundles, fixes #174 2021-11-07 11:45:52 +00:00
Taner Sener
d73c43cd2c enable 10bit support in x265, fixes #187 2021-11-07 09:03:23 +00:00