This caused issues on case sensitive filesystems
@@ -22,7 +22,7 @@
#import <CoreFoundation/CoreFoundation.h>
#include <IOKit/audio/IOAudioTypes.h>
-#import "OBSDALPlugin.h"
+#import "OBSDALPlugIn.h"
#import "Logging.h"
@interface OBSDALDevice ()
@@ -17,7 +17,7 @@
// You should have received a copy of the GNU General Public License
// along with obs-mac-virtualcam. If not, see <http://www.gnu.org/licenses/>.
#import <CoreMediaIO/CMIOHardwarePlugin.h>
@@ -23,7 +23,7 @@
#import <CoreFoundation/CFUUID.h>
#import "OBSDALDevice.h"
#import "OBSDALStream.h"
@@ -25,7 +25,7 @@
#import "CMSampleBufferUtils.h"
@interface OBSDALStream () {
CMSimpleQueueRef _queue;