Skip to content

Commit

Permalink
Bump 1.8.4
Browse files Browse the repository at this point in the history
* Fix for fix for OGVLoader.base fix
  • Loading branch information
bvibber committed Jul 2, 2021
1 parent 42ec092 commit bd3a07f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -7,6 +7,9 @@ Based around libogg, libvorbis, libtheora, libopus, libvpx, libnestegg and dav1d

## Updates

1.8.4 - 2021-07-02
* Fix for fix for OGVLoader.base fix

1.8.3 - 2021-07-02
* Fixes for build with emscripten 2.0.25
* Fix for nextTick/setImmediate-style polyfill in front-end
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ogv",
"version": "1.8.3",
"version": "1.8.4",
"description": "WebAssembly media player using Ogg/Vorbis/Theora/Opus/WebM libs compiled with Emscripten",
"main": "index.js",
"files": [
Expand Down
4 changes: 4 additions & 0 deletions src/js/OGVWorkerSupport.js
Expand Up @@ -2,6 +2,10 @@

import OGVLoader from './OGVLoaderWorker.js';

// Re-export OGVLoader so the base URL can be inserted
// when using CDN compatibility blob loading.
global.OGVLoader = OGVLoader;

/**
* Web Worker wrapper for codec fun
*/
Expand Down

0 comments on commit bd3a07f

Please sign in to comment.