mac-virtualcam: Make DAL plugin filename case consistent

This caused issues on case sensitive filesystems
master
Matt Gajownik 2021-01-16 21:59:49 +11:00 committed by Matt Gajownik
parent 95c4db3bc6
commit f233222412
6 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@
#import <CoreFoundation/CoreFoundation.h>
#include <IOKit/audio/IOAudioTypes.h>
#import "OBSDALPlugin.h"
#import "OBSDALPlugIn.h"
#import "Logging.h"
@interface OBSDALDevice ()

View File

@ -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 "OBSDALPlugin.h"
#import "OBSDALPlugIn.h"
#import <CoreMediaIO/CMIOHardwarePlugin.h>

View File

@ -23,7 +23,7 @@
#import <CoreFoundation/CFUUID.h>
#import "OBSDALPlugin.h"
#import "OBSDALPlugIn.h"
#import "OBSDALDevice.h"
#import "OBSDALStream.h"
#import "Logging.h"

View File

@ -25,7 +25,7 @@
#import "Logging.h"
#import "CMSampleBufferUtils.h"
#import "OBSDALPlugin.h"
#import "OBSDALPlugIn.h"
@interface OBSDALStream () {
CMSimpleQueueRef _queue;