applemedia: always include <Foundation/Foundation.h>

Fixes compilation with newest xcode.
This commit is contained in:
Alessandro Decina 2013-12-14 13:30:01 +01:00
parent 6af387cd5a
commit f387bd0342

View file

@ -21,13 +21,13 @@
# include <config.h> # include <config.h>
#endif #endif
#include <Foundation/Foundation.h>
#ifdef HAVE_IOS #ifdef HAVE_IOS
#include "iosassetsrc.h" #include "iosassetsrc.h"
#else #else
#include "qtkitvideosrc.h" #include "qtkitvideosrc.h"
#endif #endif
#ifdef HAVE_AVFOUNDATION #ifdef HAVE_AVFOUNDATION
#include <Foundation/Foundation.h>
#include "avfvideosrc.h" #include "avfvideosrc.h"
#endif #endif
#include "vth264decbin.h" #include "vth264decbin.h"