Simple script to merge all source plugins. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
4 lines
130 B
Bash
4 lines
130 B
Bash
#!/bin/sh
|
|
|
|
git pull --no-rebase --log --stat --commit --no-edit https://github.com/michaelni/FFmpeg.git sourceplugin-libpostproc
|