{"id":20763483,"url":"https://github.com/openfl/libvpx","last_synced_at":"2025-12-25T00:39:38.601Z","repository":{"id":144760933,"uuid":"488019709","full_name":"openfl/libvpx","owner":"openfl","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-02T23:29:04.000Z","size":2500,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-10-30T00:55:00.335Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openfl.png","metadata":{"files":{"readme":"README","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-05-02T23:24:13.000Z","updated_at":"2024-04-02T17:41:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"cab46ec8-7256-4aad-bfb7-2ccfddffa2a6","html_url":"https://github.com/openfl/libvpx","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"30b0f850b2c2d932d876dd14f7bcd7e877a1c0e2"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openfl%2Flibvpx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openfl%2Flibvpx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openfl%2Flibvpx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openfl%2Flibvpx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openfl","download_url":"https://codeload.github.com/openfl/libvpx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239600769,"owners_count":19666238,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T10:44:22.475Z","updated_at":"2025-12-25T00:39:38.553Z","avatar_url":"https://github.com/openfl.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"README - 23 March 2015\n\nWelcome to the WebM VP8/VP9 Codec SDK!\n\nCOMPILING THE APPLICATIONS/LIBRARIES:\n  The build system used is similar to autotools. Building generally consists of\n  \"configuring\" with your desired build options, then using GNU make to build\n  the application.\n\n  1. Prerequisites\n\n    * All x86 targets require the Yasm[1] assembler be installed.\n    * All Windows builds require that Cygwin[2] be installed.\n    * Building the documentation requires Doxygen[3]. If you do not\n      have this package, the install-docs option will be disabled.\n    * Downloading the data for the unit tests requires curl[4] and sha1sum.\n      sha1sum is provided via the GNU coreutils, installed by default on\n      many *nix platforms, as well as MinGW and Cygwin. If coreutils is not\n      available, a compatible version of sha1sum can be built from\n      source[5]. These requirements are optional if not running the unit\n      tests.\n\n    [1]: http://www.tortall.net/projects/yasm\n    [2]: http://www.cygwin.com\n    [3]: http://www.doxygen.org\n    [4]: http://curl.haxx.se\n    [5]: http://www.microbrew.org/tools/md5sha1sum/\n\n  2. Out-of-tree builds\n  Out of tree builds are a supported method of building the application. For\n  an out of tree build, the source tree is kept separate from the object\n  files produced during compilation. For instance:\n\n    $ mkdir build\n    $ cd build\n    $ ../libvpx/configure \u003coptions\u003e\n    $ make\n\n  3. Configuration options\n  The 'configure' script supports a number of options. The --help option can be\n  used to get a list of supported options:\n    $ ../libvpx/configure --help\n\n  4. Cross development\n  For cross development, the most notable option is the --target option. The\n  most up-to-date list of supported targets can be found at the bottom of the\n  --help output of the configure script. As of this writing, the list of\n  available targets is:\n\n    armv6-darwin-gcc\n    armv6-linux-rvct\n    armv6-linux-gcc\n    armv6-none-rvct\n    arm64-darwin-gcc\n    armv7-android-gcc\n    armv7-darwin-gcc\n    armv7-linux-rvct\n    armv7-linux-gcc\n    armv7-none-rvct\n    armv7-win32-vs11\n    armv7-win32-vs12\n    armv7-win32-vs14\n    armv7s-darwin-gcc\n    mips32-linux-gcc\n    mips64-linux-gcc\n    sparc-solaris-gcc\n    x86-android-gcc\n    x86-darwin8-gcc\n    x86-darwin8-icc\n    x86-darwin9-gcc\n    x86-darwin9-icc\n    x86-darwin10-gcc\n    x86-darwin11-gcc\n    x86-darwin12-gcc\n    x86-darwin13-gcc\n    x86-darwin14-gcc\n    x86-iphonesimulator-gcc\n    x86-linux-gcc\n    x86-linux-icc\n    x86-os2-gcc\n    x86-solaris-gcc\n    x86-win32-gcc\n    x86-win32-vs7\n    x86-win32-vs8\n    x86-win32-vs9\n    x86-win32-vs10\n    x86-win32-vs11\n    x86-win32-vs12\n    x86-win32-vs14\n    x86_64-android-gcc\n    x86_64-darwin9-gcc\n    x86_64-darwin10-gcc\n    x86_64-darwin11-gcc\n    x86_64-darwin12-gcc\n    x86_64-darwin13-gcc\n    x86_64-darwin14-gcc\n    x86_64-iphonesimulator-gcc\n    x86_64-linux-gcc\n    x86_64-linux-icc\n    x86_64-solaris-gcc\n    x86_64-win64-gcc\n    x86_64-win64-vs8\n    x86_64-win64-vs9\n    x86_64-win64-vs10\n    x86_64-win64-vs11\n    x86_64-win64-vs12\n    x86_64-win64-vs14\n    generic-gnu\n\n  The generic-gnu target, in conjunction with the CROSS environment variable,\n  can be used to cross compile architectures that aren't explicitly listed, if\n  the toolchain is a cross GNU (gcc/binutils) toolchain. Other POSIX toolchains\n  will likely work as well. For instance, to build using the mipsel-linux-uclibc\n  toolchain, the following command could be used (note, POSIX SH syntax, adapt\n  to your shell as necessary):\n\n    $ CROSS=mipsel-linux-uclibc- ../libvpx/configure\n\n  In addition, the executables to be invoked can be overridden by specifying the\n  environment variables: CC, AR, LD, AS, STRIP, NM. Additional flags can be\n  passed to these executables with CFLAGS, LDFLAGS, and ASFLAGS.\n\n  5. Configuration errors\n  If the configuration step fails, the first step is to look in the error log.\n  This defaults to config.log. This should give a good indication of what went\n  wrong. If not, contact us for support.\n\nVP8/VP9 TEST VECTORS:\n  The test vectors can be downloaded and verified using the build system after\n  running configure. To specify an alternate directory the\n  LIBVPX_TEST_DATA_PATH environment variable can be used.\n\n  $ ./configure --enable-unit-tests\n  $ LIBVPX_TEST_DATA_PATH=../libvpx-test-data make testdata\n\nSUPPORT\n  This library is an open source project supported by its community. Please\n  please email webm-discuss@webmproject.org for help.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenfl%2Flibvpx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenfl%2Flibvpx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenfl%2Flibvpx/lists"}