mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
applemedia: always include <Foundation/Foundation.h>
Fixes compilation with newest xcode.
This commit is contained in:
parent
6af387cd5a
commit
f387bd0342
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue