[FFmpeg-devel] [PATCH] os2threads-move-from-lavc-to-comp.patch

Hendrik Leppkes h.leppkes at gmail.com
Tue May 28 10:21:10 CEST 2013


On Tue, May 28, 2013 at 8:22 AM, Dave Yeo <daveryeo at telus.net> wrote:

> From 7ff2e6da1ccab2777e9203e4bc616d0d123dc94e Mon Sep 17 00:00:00 2001
> From: Dave Yeo <dave.r.yeo at gmail.com>
> Date: Mon, 27 May 2013 23:07:28 -0700
> Subject: [PATCH] os2threads: move from lavc to compat/
>
> For useage in other places besides lavc. Needed after commit
> 90f9a5830b5d332de7ebb1ab45589f1870cbd65d
> ---
>  compat/os2threads.h               |  162
> +++++++++++++++++++++++++++++++++++++
>  libavcodec/Makefile               |    1 -
>  libavcodec/frame_thread_encoder.c |    2 +-
>  libavcodec/os2threads.h           |  162
> -------------------------------------
>  libavcodec/pthread.c              |    2 +-
>  libavcodec/vp8.h                  |    2 +-
>  libavfilter/pthread.c             |    2 +
>  libavformat/network.c             |    2 +-
>  8 files changed, 168 insertions(+), 167 deletions(-)
>  create mode 100644 compat/os2threads.h
>  delete mode 100644 libavcodec/os2threads.h
>
>
Please tell your Git to track renames, that way the diffs only include
actually changed content, and not the moved files.


More information about the ffmpeg-devel mailing list