You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02: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
|