[vlc-commits] cvpx: Include config.h as first statement
David Fuhrmann
git at videolan.org
Fri Feb 1 18:16:06 CET 2019
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Thu Jan 24 08:38:29 2019 +0100| [8d2b2c35438f40948a637b2c868dbcb3104eead0] | committer: David Fuhrmann
cvpx: Include config.h as first statement
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8d2b2c35438f40948a637b2c868dbcb3104eead0
---
modules/video_chroma/cvpx.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/modules/video_chroma/cvpx.c b/modules/video_chroma/cvpx.c
index 9d59a10678..7a83b982d2 100644
--- a/modules/video_chroma/cvpx.c
+++ b/modules/video_chroma/cvpx.c
@@ -22,12 +22,11 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
-#include <QuartzCore/QuartzCore.h>
-
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
+#include <QuartzCore/QuartzCore.h>
#include <TargetConditionals.h>
#include <vlc_common.h>
More information about the vlc-commits
mailing list