summaryrefslogtreecommitdiff
path: root/modules/dshow/dshow.cpp
diff options
context:
space:
mode:
authorMikhail Barg <mikhail.barg@gmail.com>2017-04-18 16:29:42 +0300
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-04-18 16:29:42 +0300
commit2bd4e57499e47712ec7ac9a9ee7e4a8b3b68642f (patch)
tree7f491aa240eb364336d3cfe2e4bced45bdd8c47b /modules/dshow/dshow.cpp
parente4cb662923168664215f330298676bcd64190f33 (diff)
Update for re/rem/baresip windows projects (#235)
* Updated MSVS projects to vs2015 and changed structure * Removed exports_avcodec from static.c, removed wsock32.lib from .vcxproj
Diffstat (limited to 'modules/dshow/dshow.cpp')
-rw-r--r--modules/dshow/dshow.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/dshow/dshow.cpp b/modules/dshow/dshow.cpp
index 0c0066f..df84ee9 100644
--- a/modules/dshow/dshow.cpp
+++ b/modules/dshow/dshow.cpp
@@ -12,6 +12,8 @@
#include <commctrl.h>
#include <dshow.h>
+#pragma comment(lib, "strmiids.lib")
+
/**
* @defgroup dshow dshow
@@ -43,10 +45,11 @@ IID IID_ISampleGrabberCB = {
#include "qedit.h"
+/*
const CLSID CLSID_SampleGrabber = { 0xc1f400a0, 0x3f08, 0x11d3,
{ 0x9f, 0x0b, 0x00, 0x60, 0x08, 0x03, 0x9e, 0x37 }
};
-
+*/
class Grabber;