Skip to content

Commit

Permalink
rename to ffmpeg-all-codecs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrins committed Jun 10, 2014
1 parent 01b6dec commit 9ea06f1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/build_all_codecs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ cp dist/lib/libx264.a dist/libx264.bc
cp ffmpeg/ffmpeg dist/ffmpeg.bc

cd dist
emcc -s OUTLINING_LIMIT=100000 -s VERBOSE=1 -s TOTAL_MEMORY=33554432 -O2 -v ffmpeg.bc libx264.bc libvpx.bc libz.bc -o ../ffmpeg_all.js --pre-js ../ffmpeg_pre.js --post-js ../ffmpeg_post.js
emcc -s OUTLINING_LIMIT=100000 -s VERBOSE=1 -s TOTAL_MEMORY=33554432 -O2 -v ffmpeg.bc libx264.bc libvpx.bc libz.bc -o ../ffmpeg_all_codecs.js --pre-js ../ffmpeg_pre.js --post-js ../ffmpeg_post.js
cd ..


Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion build/ffmpeg_all.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion demo/worker-asm.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
importScripts('../build/ffmpeg_all.js');
importScripts('../build/ffmpeg-all-codecs.js');

var now = Date.now;

Expand Down

0 comments on commit 9ea06f1

Please sign in to comment.