0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

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

This commit is contained in:
jp9000 2014-07-22 23:25:51 -07:00
parent 263d4ec605
commit 6db316398b

View File

@ -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, ...) \