[FFmpeg-devel] [PATCH]	Cosmetics-maintain-alphabetical-order-in-threading-h.patch
    Dave Yeo 
    daveryeo at telus.net
       
    Tue May 28 08:26:59 CEST 2013
    
    
  
>From d9666392f7025f49bb8a53b1c707b6af03d94434 Mon Sep 17 00:00:00 2001
From: Dave Yeo <dave.r.yeo at gmail.com>
Date: Mon, 27 May 2013 23:19:12 -0700
Subject: [PATCH 2/2] Cosmetics, maintain alphabetical order in threading headers
---
 libavcodec/vp8.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/vp8.h b/libavcodec/vp8.h
index 3bc06a7..2d0c5aa 100644
--- a/libavcodec/vp8.h
+++ b/libavcodec/vp8.h
@@ -35,10 +35,10 @@
 #include "thread.h"
 #if HAVE_PTHREADS
 #include <pthread.h>
-#elif HAVE_W32THREADS
-#include "compat/w32pthreads.h"
 #elif HAVE_OS2THREADS
 #include "compat/os2threads.h"
+#elif HAVE_W32THREADS
+#include "compat/w32pthreads.h"
 #endif
 
 #define VP8_MAX_QUANT 127
-- 
1.7.2.3
    
    
More information about the ffmpeg-devel
mailing list