-
Notifications
You must be signed in to change notification settings - Fork 154
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 mpg123
updated
14 files
+1 −0 | Android.mk | |
+1 −0 | ports/cmake/CMakeLists.txt | |
+1 −0 | ports/cmake/src/CMakeLists.txt | |
+1 −1 | ports/cmake/src/compat/CMakeLists.txt | |
+6 −2 | ports/cmake/src/libmpg123/CMakeLists.txt | |
+3 −3 | ports/cmake/src/libout123/modules/CMakeLists.txt | |
+1 −0 | ports/cmake/src/libsyn123/CMakeLists.txt | |
+6 −9 | src/libmpg123/frame.c | |
+28 −18 | src/libmpg123/frame.h | |
+1 −1 | src/libmpg123/layer1.c | |
+3 −3 | src/libmpg123/layer2.c | |
+21 −21 | src/libmpg123/layer3.c | |
+11 −11 | src/libmpg123/libmpg123.c | |
+142 −102 | src/libmpg123/parse.c |