1. 08 12月, 2020 1 次提交
    • S
      linux-v4l2: Fix bashism in v4l2loopback module detection · eac6604a
      stump 提交于
      When /bin/sh isn't bash, the previous line always appears to succeed,
      and modinfo's output is not redirected, because it actually runs
      modinfo in the background (which always succeeds) then opens and closes
      /dev/null without doing anything to it. This causes us to always think
      that the v4l2loopback module is installed, even when it isn't.
      eac6604a
  2. 01 11月, 2020 1 次提交
  3. 30 10月, 2020 1 次提交
  4. 12 9月, 2018 1 次提交
  5. 28 7月, 2014 2 次提交
    • J
      Remove macro to free locale · 892fdea8
      jp9000 提交于
      This functionality can now be handled automatically because locale can
      now be freed seaparately from obs_module_unload with
      obs_module_free_locale, which is called automatically when the module is
      being freed.
      892fdea8
    • J
      Remove version parameter from obs_module_load · f0ac19ab
      jp9000 提交于
      Replaced by obs_get_version() API
      f0ac19ab
  6. 12 7月, 2014 1 次提交
  7. 19 6月, 2014 1 次提交
  8. 11 3月, 2014 7 次提交