mac-virtualcam: Make DAL plugin filename case consistent
This caused issues on case sensitive filesystemsmaster
parent
95c4db3bc6
commit
f233222412
|
@ -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 "OBSDALPlugin.h"
|
||||
#import "OBSDALPlugIn.h"
|
||||
|
||||
#import <CoreMediaIO/CMIOHardwarePlugin.h>
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#import <CoreFoundation/CFUUID.h>
|
||||
|
||||
#import "OBSDALPlugin.h"
|
||||
#import "OBSDALPlugIn.h"
|
||||
#import "OBSDALDevice.h"
|
||||
#import "OBSDALStream.h"
|
||||
#import "Logging.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#import "Logging.h"
|
||||
#import "CMSampleBufferUtils.h"
|
||||
#import "OBSDALPlugin.h"
|
||||
#import "OBSDALPlugIn.h"
|
||||
|
||||
@interface OBSDALStream () {
|
||||
CMSimpleQueueRef _queue;
|
||||
|
|
Loading…
Reference in New Issue