summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2013-04-16xcode:ios: add missing frameworks to the base templateAndoni Morales Alastruey1-1/+1
2013-04-16xcode:ios: add a modified main.m initializing gstreamerAndoni Morales Alastruey2-0/+21
2013-04-16xcode:ios: add missing frameworks and libraries to the linker flagsAndoni Morales Alastruey1-1/+2
2013-03-25ndk-build: use TARGET_CFLAGS and TARGET_LDFLAGSAndoni Morales Alastruey1-2/+2
2013-03-25ndk-build: add the sysroot variable which is not set in newer NDKAndoni Morales Alastruey1-0/+7
See: https://android.googlesource.com/platform/ndk/+/fa8c1b4338c1bef2813ecee0ee298e9498a1aaa7
2013-03-25gst-ios: generate the XCode templates for iOSAndoni Morales Alastruey9-0/+262
2013-03-18ndk-build: fix link stageAndoni Morales Alastruey1-1/+1
2013-03-16ndk-build: force the C compiler to build the gstreamer libraryAndoni Morales Alastruey1-3/+3
_CC is set to the default compiler, which might be g++ instead of gcc for C++ projects.
2012-11-21Replace verdana with the Ubuntu fontAndoni Morales Alastruey3-1/+1
2012-11-21Use g_build_filename() instead of g_strdup_printf() to build filenamesSebastian Dröge1-1/+1
2012-11-20ndk-build: add fonts supportAndoni Morales Alastruey5-9/+202
2012-11-16wix: add support for menu shortcutsAndoni Morales Alastruey2-1/+2
2012-11-12Fix build on windowsXavi Artigas2-12/+7
2012-11-02add precompiled pkg-config tool for windowsAndoni Morales Alastruey1-0/+0
2012-11-02ndk-build: fix link for the realmedia pluginAndoni Morales Alastruey1-0/+1
2012-11-02ndk-build: fix plugin link for mpegdemux2Andoni Morales Alastruey1-0/+1
2012-11-02ndk-build: link EXTRA_DEPS with --whole-archiveAndoni Morales Alastruey2-10/+77
2012-11-01ndk-build: add a required extra spaceAndoni Morales Alastruey1-1/+1
2012-11-01ndk-build: add GSTREAMER_EXTRA_DEPS for adding extra deps with pkg-configAndoni Morales Alastruey1-10/+25
2012-11-01ndk-build: remove libtool bits not used anymoreAndoni Morales Alastruey1-15/+0
2012-10-24ndk-build: add an extra space after the library nameAndoni Morales Alastruey1-1/+1
the function that replace -lgstfoo1 to -lgstfoo2 for plugins with different .so name relies on an extra space, which is missing if the plugin is the last in the list
2012-10-19whitespaceyXavi Artigas1-4/+4
2012-10-19Change FIXME to TODOXavi Artigas1-1/+1
2012-10-19Changed package for the Java GStreamer class to com.gstreamerXavi Artigas3-6/+6
2012-10-12Also set TEMP environment variableSebastian Dröge1-0/+1
2012-10-11Fix scaletempo plugin linkingSebastian Dröge1-0/+1
2012-10-11ndk-build: help the linker a little bit more to resolve depsAndoni Morales Alastruey1-1/+1
2012-10-11ndk-build: add support for empty GSTREAMER_PLUGINS listAndoni Morales Alastruey1-2/+8
2012-10-10Implement handlers for the GLib debugging/logging functionsSebastian Dröge1-2/+152
2012-10-04Also print the object name as good as possible in the GStreamer debug output ↵Sebastian Dröge1-5/+26
on Android And include the thread ID.
2012-10-04Merge branch 'android'Andoni Morales Alastruey11-0/+4009
Conflicts: cerbero/build/filesprovider.py cerbero/config.py packages/base-system/base-system.package packages/gobject-python.package packages/gstreamer-capture.package packages/gstreamer-clutter.package packages/gstreamer-codecs-gpl.package packages/gstreamer-codecs-restricted.package packages/gstreamer-codecs.package packages/gstreamer-core.package packages/gstreamer-dvd.package packages/gstreamer-editing.package packages/gstreamer-effects.package packages/gstreamer-ffmpeg.package packages/gstreamer-networking-restricted.package packages/gstreamer-networking.package packages/gstreamer-playback.package packages/gstreamer-python.package packages/gstreamer-sdk/gstreamer-sdk.package packages/gstreamer-system.package packages/gstreamer-tests.package packages/gstreamer-tutorials.package packages/gstreamer-visualizers.package packages/gstreamer-xcode-integration.package packages/gtk-python.package packages/gtk.package packages/snappy.package packages/vsintegration.package recipes/glib.recipe recipes/libvpx.recipe
2012-10-03gstreamer.mk: link with -no-undefined to spot undefined symbolsAndoni Morales Alastruey1-1/+1
2012-10-03gst-android: fix plugins -> shared library differencesAndoni Morales Alastruey1-0/+3
2012-10-03Remove temporary sed files on windowsXavi Artigas1-0/+1
2012-10-02gstreamer.mk: fix substitution rule to match fullwordsAndoni Morales Alastruey1-1/+1
2012-10-01ndk-build: remove unused functionsAndoni Morales Alastruey1-6/+0
2012-10-01ndk-build: use a portable 'rm'Andoni Morales Alastruey1-1/+1
2012-10-01gstreamer.mk: don't use gold in windowsAndoni Morales Alastruey1-2/+4
2012-10-01Fix typos in commentsXavi Artigas1-9/+9
2012-10-01ndk-build: add a working version of sedAndoni Morales Alastruey5-1/+1
2012-10-01gstreamer.mk: fix options to use the gold linkerAndoni Morales Alastruey1-1/+1
2012-10-01tools: add -L paths to the final commandAndoni Morales Alastruey1-0/+1
2012-10-01tools: don't ignore non libtool libraries properlyAndoni Morales Alastruey1-10/+9
2012-10-01Remove unneeded ""Sebastian Dröge1-1/+1
2012-10-01Pass -llog and -landroid directly to the linkerSebastian Dröge1-4/+9
2012-09-28ndk-build: document, refactor and clean-upAndoni Morales Alastruey2-27/+59
2012-09-28gstreamre.mk: use gold linkerAndoni Morales Alastruey1-1/+1
2012-09-28gstreamer.mk: hide the libtool commandAndoni Morales Alastruey1-1/+1
2012-09-28gstreamer.mk: error out if the root path doesn't existAndoni Morales Alastruey1-0/+4
2012-09-28gstreamer.mk: fix more portability issuesAndoni Morales Alastruey1-2/+2