From Jeffrey Kinross, "I ran into an issue with case sensitivity on OS X and the OSXAVFoundation code.
In CMakeList.txt there is a case sensitivity issue which a fix was posted by Robert Osfield in the users forum. I also had to rename the files OSXAvFoundationCoreVideoTexture.h and OSXAvFoundationCoreVideoTexture.cpp to OSXAVFoundationCoreVideoTexture.h and OSXAVFoundationCoreVideoTexture.cpp Finally in OSXAvFoundationCoreVideoTexture.cpp the include OSXAVFoundationVideo.H was updated to OSXAVFoundationVideo.h"
This commit is contained in:
@@ -4,7 +4,7 @@ SET(TARGET_SRC
|
||||
OSXAVFoundationVideo.mm
|
||||
OSXAVFoundationVideo.h
|
||||
../QTKit/VideoFrameDispatcher.h
|
||||
../QTKIt/VideoFrameDispatcher.cpp
|
||||
../QTKit/VideoFrameDispatcher.cpp
|
||||
OSXAVFoundationCoreVideoTexture.h
|
||||
OSXAVFoundationCoreVideoTexture.cpp
|
||||
ReaderWriterAVFoundation.cpp
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#endif
|
||||
|
||||
#include "OSXAVFoundationCoreVideoTexture.h"
|
||||
#include "OSXAVFoundationVideo.H"
|
||||
#include "OSXAVFoundationVideo.h"
|
||||
#include <CoreVideo/CoreVideo.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user