mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
androidmedia: Make everything buildable
This commit is contained in:
parent
f3682a0a6b
commit
5e954a7d0a
2 changed files with 1 additions and 4 deletions
|
@ -609,6 +609,7 @@ AG_GST_CHECK_FEATURE(ANDROID_MEDIA, [Android Media], androidmedia, [
|
||||||
*)
|
*)
|
||||||
HAVE_ANDROID_MEDIA="no"
|
HAVE_ANDROID_MEDIA="no"
|
||||||
;;
|
;;
|
||||||
|
esac
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl *** AppleMedia (OS X and iOS) ***
|
dnl *** AppleMedia (OS X and iOS) ***
|
||||||
|
|
|
@ -23,11 +23,7 @@
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
#ifdef HAVE_GST_0_10_37
|
|
||||||
#include <gst/video/gstvideodecoder.h>
|
#include <gst/video/gstvideodecoder.h>
|
||||||
#else
|
|
||||||
#include "video/gstvideodecoder.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "gstamc.h"
|
#include "gstamc.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue