Skip to content
Snippets Groups Projects
  1. Nov 01, 2016
  2. Oct 25, 2016
  3. Oct 24, 2016
  4. Oct 23, 2016
    • Tim-Philipp Müller's avatar
      parse: fix erroneous use of _("") · f7391936
      Tim-Philipp Müller authored
      Fixes xgettext warnings when doing 'make update-po':
      gst/parse/grammar.y:217: warning: Empty msgid.  It is reserved by GNU gettext:
                                        gettext("") returns the header entry with
                                        meta information, not the empty string.
      f7391936
  5. Oct 22, 2016
  6. Oct 21, 2016
  7. Oct 20, 2016
  8. Oct 19, 2016
  9. Oct 18, 2016
  10. Oct 15, 2016
    • Nirbheek Chauhan's avatar
      meson: Don't use c_std=c99 · df5ac34d
      Nirbheek Chauhan authored
      Just use the default c_std used by the compiler. With GCC on Linux this
      is gnu89.
      
      Tons of errors related to time.h, signal.h, etc when using c99:
      
      FAILED: libs/gst/check/libcheck/check@sta/check_run.c.o
      cc  '-Ilibs/gst/check/libcheck/check@sta' '-fdiagnostics-color=always' '-I../libs/gst/check/libcheck' '-Ilibs/gst/check/libcheck' '-I.' '-I../.' '-Ilibs/gst/check/libcheck/..' '-I../libs/gst/check/libcheck/..' '-pipe' '-Wall' '-Winvalid-pch' '-std=c99' '-DHAVE_CONFIG_H' '-fPIC' '-O2' '-g' '-fPIC' '-MMD' '-MQ' 'libs/gst/check/libcheck/check@sta/check_run.c.o' '-MF' 'libs/gst/check/libcheck/check@sta/check_run.c.o.d' -o 'libs/gst/check/libcheck/check@sta/check_run.c.o' -c ../libs/gst/check/libcheck/check_run.c
      In file included from ../libs/gst/check/libcheck/check_run.c:21:0:
      ../libs/gst/check/libcheck/libcompat.h:167:18: warning: ‘struct itimerspec’ declared inside parameter list will not be visible outside of this definition or declaration
           const struct itimerspec *new_value, struct itimerspec *old_value);
                        ^~~~~~~~~~
      ../libs/gst/check/libcheck/check_run.c:98:25: error: array type has incomplete element type ‘struct sigaction’
       static struct sigaction old_action[3];
                               ^~~~~~~~~~
      ../libs/gst/check/libcheck/check_run.c:99:25: error: array type has incomplete element type ‘struct sigaction’
       static struct sigaction new_action[3];
                               ^~~~~~~~~~
      
      [...]
      
      ninja: build stopped: subcommand failed.
      
      The change was originally made because gnu99 was causing issues on OS X.
      df5ac34d
  11. Oct 14, 2016
  12. Oct 13, 2016
  13. Oct 12, 2016
  14. Oct 11, 2016
  15. Oct 10, 2016
  16. Oct 08, 2016
  17. Oct 01, 2016
  18. Sep 30, 2016
Loading