-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Porting ALAC/ValidateMP4 #25
Labels
Comments
The C parts of ALAC will supposedly compile, and link:
However, the C++ source (which requires renaming the file suffixes from |
ALAC gets to :
|
Imported strchr.c, and strncmp.c from OpenMach |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To help firm up the compatibility of JUEL, for multimedia applications, it may be interesting to port Apple's ALAC, and ValidateMP4 projects to Orion.
This enhancement is just to track the expansion of our UNIX/POSIX API surface, and doesn't necessarily block the progress of #7.
So far, these projects don't fully-build, since we still lack some functionality in liblinux, but we now have
atoi()
, and some new headers (e.g.cstring
, andxlocale/*
), which should improve compatibility, in other areas:The text was updated successfully, but these errors were encountered: