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:
Robert Osfield
2013-09-30 18:32:41 +00:00
parent d304ed7d73
commit c626b0e1f6
3 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -20,7 +20,7 @@
#endif
#include "OSXAVFoundationCoreVideoTexture.h"
#include "OSXAVFoundationVideo.H"
#include "OSXAVFoundationVideo.h"
#include <CoreVideo/CoreVideo.h>