[FFmpeg-cvslog] avcodec/vp8: Cosmetics, maintain alphabetical order in threading headers

Dave Yeo git at videolan.org
Tue May 28 12:55:08 CEST 2013


ffmpeg | branch: master | Dave Yeo <daveryeo at telus.net> | Mon May 27 23:26:59 2013 -0700| [35e683e457b6b6d8a2ce57b1ca6d97a92ba79adb] | committer: Michael Niedermayer

avcodec/vp8: Cosmetics, maintain alphabetical order in threading headers

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=35e683e457b6b6d8a2ce57b1ca6d97a92ba79adb
---

 libavcodec/vp8.h |    4 ++--
 1 file 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



More information about the ffmpeg-cvslog mailing list