-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ss4s
updated
19 files
+5 −12 | CMakeLists.txt | |
+4 −1 | modules/webos/lgnc/lgnc_audio.c | |
+2 −2 | modules/webos/lgnc/lgnc_player.c | |
+3 −1 | modules/webos/lgnc/lgnc_video.c | |
+3 −1 | modules/webos/ndl/webos4/ndl_audio.c | |
+9 −2 | modules/webos/ndl/webos4/ndl_video.c | |
+38 −9 | modules/webos/ndl/webos5/ndl_audio.c | |
+1 −0 | modules/webos/ndl/webos5/ndl_common.h | |
+17 −0 | modules/webos/ndl/webos5/ndl_module.c | |
+18 −2 | modules/webos/ndl/webos5/ndl_player.c | |
+1 −0 | modules/webos/ndl/webos5/ndl_video.c | |
+17 −0 | src/CMakeLists.txt | |
+11 −2 | src/audio.c | |
+8 −1 | src/library.c | |
+4 −2 | src/library.h | |
+11 −0 | src/mutex.h | |
+27 −0 | src/mutex_pthread.c | |
+21 −3 | src/player.c | |
+30 −5 | src/video.c |