Commit 35e683e4 authored by Dave Yeo's avatar Dave Yeo Committed by Michael Niedermayer

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

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e615a777
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment