summaryrefslogtreecommitdiff
path: root/data/ndk-build/gstreamer-1.0.mk
AgeCommit message (Expand)AuthorFilesLines
2024-04-08x264: Update to r3108, switch to meson-ports, and fix Android buildsL. E. Segovia1-0/+31
2023-06-04android: remove all traces of gnustlMatthew Waters1-6/+3
2022-06-21android: fix build with android gradle plugin 7.2Matthew Waters1-1/+1
2022-04-01android: Use GStreamer.java installed by GStreamer coreXavier Claessens1-11/+5
2020-04-03ndk-build: keep linking to GSTREAMER_EXTRA_LIBS explicitlyMart Raudsepp1-1/+1
2020-03-02data: Move from gnutls to openssl for android/iosNirbheek Chauhan1-2/+0
2020-02-20Fixed plugins' java code not being copiedFanchao L1-2/+2
2019-08-12android: Adjust gstreamer-1.0.mk for NDK r20Jan Schmidt1-7/+13
2018-12-17ndk-build: support a multiple architecture buildGeunsik Lim1-4/+0
2018-12-13ndk-build: add path to libc++_shared to the linker command lineMathieu Duponchelle1-1/+4
2018-11-30ndk-build: don't advertise symbols from non-explicitly linked librariesMatthew Waters1-2/+6
2018-11-12ndk-build: fix app compile/link commands for ndk r18Matthew Waters1-3/+2
2018-08-28ndk-build: fix gio module loading for meson changesMatthew Waters1-4/+3
2018-02-08Revert "gst-android: Remove uneeded static plugin path"Matthew Waters1-1/+6
2018-01-26gst-android: Use $(hide) instead of @Nicolas Dufresne1-19/+19
2018-01-26gst-android: Move comment before the ruleNicolas Dufresne1-3/+2
2018-01-26gst-android: Add an .exe suffix to gold on windowsNicolas Dufresne1-1/+3
2018-01-26gst-android: Remove uneeded static plugin pathNicolas Dufresne1-6/+1
2017-11-29android/ndk-build: don't use line continuation with shell pipesMatthew Waters1-8/+4
2017-11-29android/ndk-build: update sysroot parameters for ndk-r16Matthew Waters1-5/+15
2017-05-09Remove duplicated static gstreamer buildNicolas Dufresne1-2/+1
2017-03-08Fix the build according to the plugin renameNicolas Dufresne1-12/+0
2017-01-05android: Put assets in src/main/assets by defaultArun Raghavan1-6/+10
2016-08-12android: Fix Android build on WindowsAndy Devar1-13/+15
2016-08-10android: Fix soname with custom GStreamer .so filenamesSebastian Dröge1-1/+1
2016-07-06android: Remove \n from the source generatorSebastian Dröge1-4/+4
2016-07-04android: Instead of cat | sed, use sed directly on the fileSebastian Dröge1-4/+2
2016-07-01android: Silence the sed linesOlivier Crête1-2/+2
2016-06-30android: Fix sed substitutions to actually consider the configurationSebastian Dröge1-3/+3
2016-06-07android: Don't use 'sed -i' to be compatible with BSD sedSebastian Dröge1-18/+26
2016-03-29ndk-build: Set SED ourselves instead of relying on Android's HOST_SEDSebastian Dröge1-22/+12
2016-03-02ndk-build: Windows by default appends commands one after another in foreachXavi Artigas1-3/+3
2016-03-01android: Fix extraneous spaces in path when copying plugins' java codeXavi Artigas1-5/+3
2015-12-14gstreamer-1.0.mk: fix missing ";" bugMartin Kelly1-3/+3
2015-11-07android: Add SONAME to libgstreamer_android.so for compatibility with Android...Alex Dizengof1-1/+1
2015-08-14gst-android: ld.gold is now available for ARM64Nicolas Dufresne1-5/+1
2015-08-14android: Import definition of HOST_SEDNicolas Dufresne1-0/+10
2015-05-04gst-android: Automatically install plugins java classesMatthieu Bouron1-0/+16
2015-01-29data/ndk: ld.gold is not available on aarch64 toolchainsEdward Hervey1-1/+5
2014-11-15Remove all references to GNonLin, it has been replaced by NLEThibault Saunier1-1/+0
2014-06-03gst-android: Make the directory where to put the GStreamer.java file configur...Sebastian Dröge1-8/+12
2014-03-13Include ca-certificates on Android and iOSSebastian Dröge1-2/+21
2014-03-12Stop namespace pollution and claiming to come from gstreamer.comSebastian Dröge1-6/+6
2014-03-12gst-android: Make inclusion and copying of the fonts optionalSebastian Dröge1-0/+13
2014-03-10gio-modules: Rename from G_IO_MODULE_DECLARE to GST_G_IO_MODULE_DECLARESebastian Dröge1-2/+2
2014-02-25Don't override SYSROOT for our usageSebastian Dröge1-3/+5
2013-10-03ndk-build: fix support for changing list of GSTREAMRE_PLUGINSAndoni Morales Alastruey1-4/+8
2013-10-02ndk-build: let the user do the switch for setting the prefixAndoni Morales Alastruey1-10/+0
2013-10-02ndk-build: support a custom library nameAndoni Morales Alastruey1-0/+2
2013-10-02ndk-build: add support for multi-arch buildsAndoni Morales Alastruey1-20/+46