projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6af387c
)
applemedia: always include <Foundation/Foundation.h>
author
Alessandro Decina
<alessandro.d@gmail.com>
Sat, 14 Dec 2013 12:30:01 +0000
(13:30 +0100)
committer
Alessandro Decina
<alessandro.d@gmail.com>
Sat, 14 Dec 2013 12:30:01 +0000
(13:30 +0100)
Fixes compilation with newest xcode.
sys/applemedia/plugin.m
patch
|
blob
|
history
diff --git
a/sys/applemedia/plugin.m
b/sys/applemedia/plugin.m
index cf96b6aea4984ca36af24e1b4d3460495e788159..e4fe9e3bc7c7bab60c006836770b8037c32ca244 100644
(file)
--- a/
sys/applemedia/plugin.m
+++ b/
sys/applemedia/plugin.m
@@
-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"