android: make it ready for androgenizer
authorAlessandro Decina <alessandro.d@gmail.com>
Thu, 27 Jan 2011 16:28:51 +0000 (17:28 +0100)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Mon, 11 Apr 2011 05:23:21 +0000 (07:23 +0200)
commit030f639a8e4eb1ab2fcf03301d0a39168e7e3ab7
treebe856ddc7540abdd1eb2ff0098050aba8555f698
parentd7413f2a72edb1921482d37e2774a3e21c3e2c49
android: make it ready for androgenizer

Remove the android/ top dir
Fixe the Makefile.am to be androgenized

To build gstreamer for android we are now using androgenizer which generates the
needed Android.mk files.
Androgenizer can be found here:
http://git.collabora.co.uk/?p=user/derek/androgenizer.git
80 files changed:
Android.mk
android/alsa.mk
android/app.mk
android/app_plugin.mk
android/audio.mk
android/audioconvert.mk
android/audioresample.mk [new file with mode: 0644]
android/audiotestsrc.mk [new file with mode: 0644]
android/decodebin.mk
android/decodebin2.mk
android/ffmpegcolorspace.mk [new file with mode: 0644]
android/gdp.mk
android/gst-libs/gst/app/gstapp-marshal.c [deleted file]
android/gst-libs/gst/app/gstapp-marshal.h [deleted file]
android/gst-libs/gst/audio/audio-enumtypes.c [deleted file]
android/gst-libs/gst/audio/audio-enumtypes.h [deleted file]
android/gst-libs/gst/interfaces/interfaces-enumtypes.c [deleted file]
android/gst-libs/gst/interfaces/interfaces-enumtypes.h [deleted file]
android/gst-libs/gst/interfaces/interfaces-marshal.c [deleted file]
android/gst-libs/gst/interfaces/interfaces-marshal.h [deleted file]
android/gst-libs/gst/pbutils/pbutils-enumtypes.c [deleted file]
android/gst-libs/gst/pbutils/pbutils-enumtypes.h [deleted file]
android/gst-libs/gst/rtsp/gstrtsp-enumtypes.c [deleted file]
android/gst-libs/gst/rtsp/gstrtsp-enumtypes.h [deleted file]
android/gst-libs/gst/rtsp/gstrtsp-marshal.c [deleted file]
android/gst-libs/gst/rtsp/gstrtsp-marshal.h [deleted file]
android/gst-libs/gst/video/video-enumtypes.c [deleted file]
android/gst-libs/gst/video/video-enumtypes.h [deleted file]
android/gst/playback/gstplay-marshal.c [deleted file]
android/gst/playback/gstplay-marshal.h [deleted file]
android/gst/tcp/gsttcp-enumtypes.c [deleted file]
android/gst/tcp/gsttcp-enumtypes.h [deleted file]
android/gst/tcp/gsttcp-marshal.c [deleted file]
android/gst/tcp/gsttcp-marshal.h [deleted file]
android/interfaces.mk
android/netbuffer.mk
android/pbutils.mk
android/playbin.mk
android/queue2.mk
android/riff.mk
android/rtp.mk
android/rtsp.mk
android/sdp.mk
android/tag.mk
android/tcp.mk
android/typefindfunctions.mk
android/video.mk
android/videoscale.mk [new file with mode: 0644]
android/videotestsrc.mk [new file with mode: 0644]
ext/ogg/Makefile.am
gst-libs/gst/app/Makefile.am
gst-libs/gst/audio/Makefile.am
gst-libs/gst/fft/Makefile.am
gst-libs/gst/interfaces/Makefile.am
gst-libs/gst/netbuffer/Makefile.am
gst-libs/gst/pbutils/Makefile.am
gst-libs/gst/riff/Makefile.am
gst-libs/gst/rtp/Makefile.am
gst-libs/gst/rtsp/Makefile.am
gst-libs/gst/sdp/Makefile.am
gst-libs/gst/tag/Makefile.am
gst-libs/gst/video/Makefile.am
gst/adder/Makefile.am
gst/app/Makefile.am
gst/audioconvert/Makefile.am
gst/audiorate/Makefile.am
gst/audioresample/Makefile.am
gst/audiotestsrc/Makefile.am
gst/encoding/Makefile.am
gst/ffmpegcolorspace/Makefile.am
gst/ffmpegcolorspace/gstffmpegcodecmap.h
gst/gdp/Makefile.am
gst/playback/Makefile.am
gst/tcp/Makefile.am
gst/typefind/Makefile.am
gst/videorate/Makefile.am
gst/videoscale/Makefile.am
gst/videotestsrc/Makefile.am
gst/volume/Makefile.am
tools/Makefile.am