1. 12 Sep, 2008 36 commits
  2. 11 Sep, 2008 4 commits
    • Christophe Mutricy's avatar
      configure.ac and mozilla · 26c5015f
      Christophe Mutricy authored
      Add a variable to force which .pc to use
      add libxul (aka xulrunner 1.9) before iceape-plugin and xulrunner-plugin (xul 1.8)
      Don't depends on mozilla-config.h when using pkg-config. It's the old way
      of doing thing and requires us to depends on the foo-xpcom.pc
      
      Needs backporting once tested
      26c5015f
    • Christophe Mutricy's avatar
      No need for nscore.h · 9463913f
      Christophe Mutricy authored
      9463913f
    • Christophe Mutricy's avatar
      Fix skins ditribution for win32 · 8d11ad3b
      Christophe Mutricy authored
      when builddir != srcdir
      8d11ad3b
    • Antoine Cellerier's avatar
      Allow use of inputs without DEMUX_GET/SET_*TIME in input-slave. · 60106b74
      Antoine Cellerier authored
      This is commit is necessary to split the audio and video capture accesses.
      Example use with current git master to record screen and webcam:
      ./vlc screen:// --screen-fps 25 --screen-width 100 --screen-height 100 -I dummy --screen-follow-mouse --input-slave v4l2://:audio-method=0 -vv --sout '#transcode{vcodec=mp2v,vb=1024}:std{access=file,mux=ts,dst=/tmp/a.ts}' --run-time 10
      60106b74