Skip to content

Commit

Permalink
make vapoursynth enable plugins and fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Letsplaybar committed Oct 24, 2021
1 parent 160fc2b commit fda950d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN git clone https://github.com/vapoursynth/vapoursynth.git /usr/src/vapoursynt
cd /usr/src/vapoursynth && \
git checkout tags/R57 && \
./autogen.sh && \
./configure && \
./configure -enable-plugins && \
make -j4 && \
make install

Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```bash
docker run -p 8888:8888 -v jupyter/on/host:/jupyter --name vapoursynth-yuuno letsplaybar/docker-vapoursynth-yuuno
```
##Repos of compiled code
## Repos of compiled code
- [Zimg](https://github.com/sekrit-twc/zimg)
- [VapourSynth](https://github.com/vapoursynth/vapoursynth)
- [VapourSynth-Plugins](https://github.com/Letsplaybar/vapoursynth-plugins)

0 comments on commit fda950d

Please sign in to comment.