Skip to content

Commit

Permalink
readme, build-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Oct 24, 2023
1 parent a5b49d9 commit 3c4e932
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ source scripts/activate.sh
pip install -U -r tests/requirements.txt
./scripts/build-deps
make
# optional: make test
deactivate
pip install .
```

## Motivations For a Fork
Expand Down
2 changes: 1 addition & 1 deletion av/about.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "11.2.0"
__version__ = "11.3.0"
1 change: 1 addition & 0 deletions scripts/build-deps
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ echo ./configure
--disable-stripping \
--enable-debug=3 \
--enable-gpl \
--enable-version3 \
--enable-libx264 \
--enable-libxml2 \
--enable-shared \
Expand Down
2 changes: 1 addition & 1 deletion scripts/fetch-vendor.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_url():
plat = f"macosx_{machine}"

if system == "Linux" or system == "Darwin":
return f"https://github.com/WyattBlue/pyav-ffmpeg/releases/download/6.0-1/ffmpeg-{plat}.tar.gz"
return f"https://github.com/WyattBlue/pyav-ffmpeg/releases/download/6.0-2/ffmpeg-{plat}.tar.gz"

if system == "Windows":
plat = "win_amd64" if calcsize("P") * 8 == 64 else "win32"
Expand Down

0 comments on commit 3c4e932

Please sign in to comment.