mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
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
|