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>
#endif
#include <Foundation/Foundation.h>
#ifdef HAVE_IOS
#include "iosassetsrc.h"
#else
#include "qtkitvideosrc.h"
#endif
#ifdef HAVE_AVFOUNDATION
#include <Foundation/Foundation.h>
#include "avfvideosrc.h"
#endif
#include "vth264decbin.h"