mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
commit
b195ff5a66
|
@ -35,8 +35,12 @@
|
|||
#include <iostream>
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <shellapi.h>
|
||||
// Because of replacing to incorrect order, which leads to building failing,
|
||||
// this region is ignored for clang-format
|
||||
// clang-format off
|
||||
#include <windows.h>
|
||||
#include <shellapi.h>
|
||||
// clang-format on
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
|
@ -21,14 +21,18 @@
|
|||
|
||||
#include "directshow.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <amvideo.h>
|
||||
#include <cassert>
|
||||
// Because of replacing to incorrect order, which leads to building failing,
|
||||
// this region is ignored for clang-format
|
||||
// clang-format off
|
||||
#include <cstdint>
|
||||
#include <dvdmedia.h>
|
||||
#include <objbase.h>
|
||||
#include <strmif.h>
|
||||
#include <amvideo.h>
|
||||
#include <dvdmedia.h>
|
||||
#include <uuids.h>
|
||||
#include <cassert>
|
||||
#include <QDebug>
|
||||
// clang-format on
|
||||
|
||||
/**
|
||||
* Most of this file is adapted from libavdevice's dshow.c,
|
||||
|
|
Loading…
Reference in New Issue
Block a user