diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-05-03 18:05:18 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-05-14 20:10:55 +0200 |
commit | 2a1b7dee6d03367978d7a10d2f91c993e40a546e (patch) | |
tree | 17012542442200dae24ac5cf0e6a5ebd1f7a50df /.gitignore | |
parent | 7ddb0ef9af50e07bf949b5fb691a3efad00fd972 (diff) | |
download | ffmpeg-2a1b7dee6d03367978d7a10d2f91c993e40a546e.tar.gz |
tools: add zmqsend tool, useful to test the zmq filters
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 979d6179ae..dd939580aa 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,4 @@ /tools/qt-faststart /tools/trasher /tools/seek_print +/tools/zmqsend |