Skip to content

Commit

Permalink
Fix issues with building
Browse files Browse the repository at this point in the history
  • Loading branch information
cg2121 committed Jul 3, 2023
1 parent 45fbf36 commit 46a9a3e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/plugin-main.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#include "obs-module.h"
#include "plugin-support.h"
#include "media-io/video-io.h"
#include "media-io/video-frame.h"
#include "media-io/video-scaler.h"
#include "util/platform.h"
#include <plugin-support.h>
#include <obs-module.h>
#include <media-io/video-io.h>
#include <media-io/video-frame.h>
#include <util/platform.h>

#define STAGE_BUFFER_COUNT 3

Expand Down

0 comments on commit 46a9a3e

Please sign in to comment.