X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Android.mk;h=4b42d7aaedcf584ffba078014dcb2bf2a6dbdb8f;hb=5ef9921bcd96c41bb7f55334625a7dd97dab67b5;hp=b42e34b53919f12d0293ebaf8a04772825e5f1a4;hpb=7afdff3575a626b776b7ab075f50a8d327e4495a;p=platform%2Fupstream%2Fgstreamer.git diff --git a/Android.mk b/Android.mk index b42e34b..4b42d7a 100644 --- a/Android.mk +++ b/Android.mk @@ -4,30 +4,30 @@ include $(CLEAR_VARS) GST_PLUGINS_BASE_TOP := $(LOCAL_PATH) GST_PLUGINS_BASE_BUILT_SOURCES := \ - pkgconfig/gstreamer-app-0.10.pc \ - pkgconfig/gstreamer-audio-0.10.pc \ - pkgconfig/gstreamer-fft-0.10.pc \ - pkgconfig/gstreamer-interfaces-0.10.pc \ - pkgconfig/gstreamer-pbutils-0.10.pc \ - pkgconfig/gstreamer-plugins-base-0.10.pc \ - pkgconfig/gstreamer-riff-0.10.pc \ - pkgconfig/gstreamer-rtp-0.10.pc \ - pkgconfig/gstreamer-rtsp-0.10.pc \ - pkgconfig/gstreamer-sdp-0.10.pc \ - pkgconfig/gstreamer-tag-0.10.pc \ - pkgconfig/gstreamer-video-0.10.pc \ - pkgconfig/gstreamer-app-0.10-uninstalled.pc \ - pkgconfig/gstreamer-audio-0.10-uninstalled.pc \ - pkgconfig/gstreamer-fft-0.10-uninstalled.pc \ - pkgconfig/gstreamer-interfaces-0.10-uninstalled.pc \ - pkgconfig/gstreamer-pbutils-0.10-uninstalled.pc \ - pkgconfig/gstreamer-plugins-base-0.10-uninstalled.pc \ - pkgconfig/gstreamer-riff-0.10-uninstalled.pc \ - pkgconfig/gstreamer-rtp-0.10-uninstalled.pc \ - pkgconfig/gstreamer-rtsp-0.10-uninstalled.pc \ - pkgconfig/gstreamer-sdp-0.10-uninstalled.pc \ - pkgconfig/gstreamer-tag-0.10-uninstalled.pc \ - pkgconfig/gstreamer-video-0.10-uninstalled.pc \ + pkgconfig/gstreamer-app-1.0.pc \ + pkgconfig/gstreamer-audio-1.0.pc \ + pkgconfig/gstreamer-fft-1.0.pc \ + pkgconfig/gstreamer-interfaces-1.0.pc \ + pkgconfig/gstreamer-pbutils-1.0.pc \ + pkgconfig/gstreamer-plugins-base-1.0.pc \ + pkgconfig/gstreamer-riff-1.0.pc \ + pkgconfig/gstreamer-rtp-1.0.pc \ + pkgconfig/gstreamer-rtsp-1.0.pc \ + pkgconfig/gstreamer-sdp-1.0.pc \ + pkgconfig/gstreamer-tag-1.0.pc \ + pkgconfig/gstreamer-video-1.0.pc \ + pkgconfig/gstreamer-app-1.0-uninstalled.pc \ + pkgconfig/gstreamer-audio-1.0-uninstalled.pc \ + pkgconfig/gstreamer-fft-1.0-uninstalled.pc \ + pkgconfig/gstreamer-interfaces-1.0-uninstalled.pc \ + pkgconfig/gstreamer-pbutils-1.0-uninstalled.pc \ + pkgconfig/gstreamer-plugins-base-1.0-uninstalled.pc \ + pkgconfig/gstreamer-riff-1.0-uninstalled.pc \ + pkgconfig/gstreamer-rtp-1.0-uninstalled.pc \ + pkgconfig/gstreamer-rtsp-1.0-uninstalled.pc \ + pkgconfig/gstreamer-sdp-1.0-uninstalled.pc \ + pkgconfig/gstreamer-tag-1.0-uninstalled.pc \ + pkgconfig/gstreamer-video-1.0-uninstalled.pc \ gst-libs/gst/interfaces/Android.mk \ gst-libs/gst/tag/Android.mk \ gst-libs/gst/audio/Android.mk \ @@ -60,6 +60,7 @@ GST_PLUGINS_BASE_BUILT_SOURCES := \ ifneq ($(NDK_BUILD), true) GST_PLUGINS_BASE_BUILT_SOURCES += ext/vorbis/Android.mk +ZLIB_CFLAGS = -I $(abspath $(GST_PLUGINS_BASE_TOP)/../../zlib) endif GST_PLUGINS_BASE_BUILT_SOURCES := $(patsubst %, $(abspath $(GST_PLUGINS_BASE_TOP))/%, $(GST_PLUGINS_BASE_BUILT_SOURCES)) @@ -78,6 +79,7 @@ gst-plugins-base-configure: PKG_CONFIG_TOP_BUILD_DIR=/ \ IVORBIS_CFLAGS="-I$(TOP)/external/tremolo -DTREMOR" \ IVORBIS_LIBS="-lvorbisidec" \ + ZLIB_CFLAGS="$(ZLIB_CFLAGS)" \ $(abspath $(GST_PLUGINS_BASE_TOP))/$(CONFIGURE) --host=arm-linux-androideabi \ --prefix=/system --disable-orc --disable-gio --enable-ivorbis \ --disable-valgrind --disable-gtk-doc && \