Browse Source

Fix x264 stdint.h message (it's already included)

jp9000 11 years ago
parent
commit
6db316398b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      plugins/obs-x264/obs-x264.c

+ 5 - 0
plugins/obs-x264/obs-x264.c

@@ -19,6 +19,11 @@
 #include <util/dstr.h>
 #include <util/darray.h>
 #include <obs-module.h>
+
+#ifndef _STDINT_H_INCLUDED
+#define _STDINT_H_INCLUDED
+#endif
+
 #include <x264.h>
 
 #define do_log(level, format, ...) \