Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-16 | xcode:ios: add missing frameworks to the base template | Andoni Morales Alastruey | 1 | -1/+1 | |
2013-04-16 | xcode:ios: add a modified main.m initializing gstreamer | Andoni Morales Alastruey | 2 | -0/+21 | |
2013-04-16 | xcode:ios: add missing frameworks and libraries to the linker flags | Andoni Morales Alastruey | 1 | -1/+2 | |
2013-03-25 | ndk-build: use TARGET_CFLAGS and TARGET_LDFLAGS | Andoni Morales Alastruey | 1 | -2/+2 | |
2013-03-25 | ndk-build: add the sysroot variable which is not set in newer NDK | Andoni Morales Alastruey | 1 | -0/+7 | |
See: https://android.googlesource.com/platform/ndk/+/fa8c1b4338c1bef2813ecee0ee298e9498a1aaa7 | |||||
2013-03-25 | gst-ios: generate the XCode templates for iOS | Andoni Morales Alastruey | 9 | -0/+262 | |
2013-03-18 | ndk-build: fix link stage | Andoni Morales Alastruey | 1 | -1/+1 | |
2013-03-16 | ndk-build: force the C compiler to build the gstreamer library | Andoni Morales Alastruey | 1 | -3/+3 | |
_CC is set to the default compiler, which might be g++ instead of gcc for C++ projects. | |||||
2012-11-21 | Replace verdana with the Ubuntu font | Andoni Morales Alastruey | 3 | -1/+1 | |
2012-11-21 | Use g_build_filename() instead of g_strdup_printf() to build filenames | Sebastian Dröge | 1 | -1/+1 | |
2012-11-20 | ndk-build: add fonts support | Andoni Morales Alastruey | 5 | -9/+202 | |
2012-11-16 | wix: add support for menu shortcuts | Andoni Morales Alastruey | 2 | -1/+2 | |
2012-11-12 | Fix build on windows | Xavi Artigas | 2 | -12/+7 | |
2012-11-02 | add precompiled pkg-config tool for windows | Andoni Morales Alastruey | 1 | -0/+0 | |
2012-11-02 | ndk-build: fix link for the realmedia plugin | Andoni Morales Alastruey | 1 | -0/+1 | |
2012-11-02 | ndk-build: fix plugin link for mpegdemux2 | Andoni Morales Alastruey | 1 | -0/+1 | |
2012-11-02 | ndk-build: link EXTRA_DEPS with --whole-archive | Andoni Morales Alastruey | 2 | -10/+77 | |
2012-11-01 | ndk-build: add a required extra space | Andoni Morales Alastruey | 1 | -1/+1 | |
2012-11-01 | ndk-build: add GSTREAMER_EXTRA_DEPS for adding extra deps with pkg-config | Andoni Morales Alastruey | 1 | -10/+25 | |
2012-11-01 | ndk-build: remove libtool bits not used anymore | Andoni Morales Alastruey | 1 | -15/+0 | |
2012-10-24 | ndk-build: add an extra space after the library name | Andoni Morales Alastruey | 1 | -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-19 | whitespacey | Xavi Artigas | 1 | -4/+4 | |
2012-10-19 | Change FIXME to TODO | Xavi Artigas | 1 | -1/+1 | |
2012-10-19 | Changed package for the Java GStreamer class to com.gstreamer | Xavi Artigas | 3 | -6/+6 | |
2012-10-12 | Also set TEMP environment variable | Sebastian Dröge | 1 | -0/+1 | |
2012-10-11 | Fix scaletempo plugin linking | Sebastian Dröge | 1 | -0/+1 | |
2012-10-11 | ndk-build: help the linker a little bit more to resolve deps | Andoni Morales Alastruey | 1 | -1/+1 | |
2012-10-11 | ndk-build: add support for empty GSTREAMER_PLUGINS list | Andoni Morales Alastruey | 1 | -2/+8 | |
2012-10-10 | Implement handlers for the GLib debugging/logging functions | Sebastian Dröge | 1 | -2/+152 | |
2012-10-04 | Also print the object name as good as possible in the GStreamer debug output ↵ | Sebastian Dröge | 1 | -5/+26 | |
on Android And include the thread ID. | |||||
2012-10-04 | Merge branch 'android' | Andoni Morales Alastruey | 11 | -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-03 | gstreamer.mk: link with -no-undefined to spot undefined symbols | Andoni Morales Alastruey | 1 | -1/+1 | |
2012-10-03 | gst-android: fix plugins -> shared library differences | Andoni Morales Alastruey | 1 | -0/+3 | |
2012-10-03 | Remove temporary sed files on windows | Xavi Artigas | 1 | -0/+1 | |
2012-10-02 | gstreamer.mk: fix substitution rule to match fullwords | Andoni Morales Alastruey | 1 | -1/+1 | |
2012-10-01 | ndk-build: remove unused functions | Andoni Morales Alastruey | 1 | -6/+0 | |
2012-10-01 | ndk-build: use a portable 'rm' | Andoni Morales Alastruey | 1 | -1/+1 | |
2012-10-01 | gstreamer.mk: don't use gold in windows | Andoni Morales Alastruey | 1 | -2/+4 | |
2012-10-01 | Fix typos in comments | Xavi Artigas | 1 | -9/+9 | |
2012-10-01 | ndk-build: add a working version of sed | Andoni Morales Alastruey | 5 | -1/+1 | |
2012-10-01 | gstreamer.mk: fix options to use the gold linker | Andoni Morales Alastruey | 1 | -1/+1 | |
2012-10-01 | tools: add -L paths to the final command | Andoni Morales Alastruey | 1 | -0/+1 | |
2012-10-01 | tools: don't ignore non libtool libraries properly | Andoni Morales Alastruey | 1 | -10/+9 | |
2012-10-01 | Remove unneeded "" | Sebastian Dröge | 1 | -1/+1 | |
2012-10-01 | Pass -llog and -landroid directly to the linker | Sebastian Dröge | 1 | -4/+9 | |
2012-09-28 | ndk-build: document, refactor and clean-up | Andoni Morales Alastruey | 2 | -27/+59 | |
2012-09-28 | gstreamre.mk: use gold linker | Andoni Morales Alastruey | 1 | -1/+1 | |
2012-09-28 | gstreamer.mk: hide the libtool command | Andoni Morales Alastruey | 1 | -1/+1 | |
2012-09-28 | gstreamer.mk: error out if the root path doesn't exist | Andoni Morales Alastruey | 1 | -0/+4 | |
2012-09-28 | gstreamer.mk: fix more portability issues | Andoni Morales Alastruey | 1 | -2/+2 | |