Skip to content

Commit

Permalink
Mention the Makefile in my update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Yahweasel committed Feb 16, 2024
1 parent c37c78a commit 1511b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libav.js",
"//version": "The major and minor are our own versioning, while the revision is FFmpeg's major. When updating the version, make sure you update it here (both in version and main), in the README, in the demo, in tests/harness.js, and in old-tests/libav.js.",
"//version": "The major and minor are our own versioning, while the revision is FFmpeg's major. When updating the version, make sure you update it here (both in version and main), in the Makefile.m4 and Makefile, in the README, in the demo, in tests/harness.js, and in old-tests/libav.js.",
"version": "4.8.6",
"description": "A compilation of the libraries associated with handling audio and video in ffmpeg—libavformat, libavcodec, libavfilter, libavutil and libswresample—for WebAssembly and asm.js, and thus the web.",
"main": "dist/libav-4.8.6.1.1-default.js",
Expand Down

0 comments on commit 1511b17

Please sign in to comment.