提交 33dc4108 编写于 作者: G gxalpha 提交者: Jim

mac-virtualcam: Remove old test card

Removes the animated test card that was generated from code but is no longer in use
上级 a0f64a60
......@@ -32,7 +32,6 @@ set(mac-dal-plugin_HEADERS
Stream.h
CMSampleBufferUtils.h
MachClient.h
TestCard.h
../common/MachProtocol.h)
set(mac-dal-plugin_SOURCES
......@@ -43,8 +42,7 @@ set(mac-dal-plugin_SOURCES
Device.mm
Stream.mm
CMSampleBufferUtils.mm
MachClient.mm
TestCard.mm)
MachClient.mm)
add_library(mac-dal-plugin MODULE
${mac-dal-plugin_SOURCES}
......
......@@ -25,7 +25,6 @@
#import "Logging.h"
#import "CMSampleBufferUtils.h"
#import "TestCard.h"
#import "PlugIn.h"
@interface Stream () {
......
//
// TestCard.h
// dal-plugin
//
// Created by John Boiles on 5/8/20.
//
#import <Foundation/Foundation.h>
#import <CoreGraphics/CoreGraphics.h>
void DrawTestCardWithFrame(CGContextRef context, NSRect frame);
void DrawDialWithFrame(NSRect frame, CGFloat rotation);
NSImage *ImageOfTestCardWithSize(NSSize imageSize);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册