1. 07 9月, 2020 1 次提交
    • J
      cmake: Add function for installing data from abs path · dc3839ab
      jp9000 提交于
      Allows the ability to install extra data from a specific absolute path
      rather than a path relative to the cmake current source dir.  Useful if
      say I want to generate data files in to the cmake binary folder rather
      than put them in the data folder of the cmake source dir.
      dc3839ab
  2. 27 9月, 2019 1 次提交
    • R
      obs-scripting: Fix script plugin destination path on MacOS · f6aed7cb
      Rat 提交于
      The actual plugin files get copied to obs-scripting/ without the
      64bit subdir like everything else on MacOs, fix this path accordingly
      otherwise the scripting home dir passed to Python is incorrect
      f6aed7cb
  3. 07 9月, 2018 2 次提交
  4. 16 1月, 2018 1 次提交
    • J
      deps/obs-scripting: Fix installed files/locations on linux · db2d4c97
      jp9000 提交于
      Uses the 'install' command in cmake to install scripting modules/files
      (such as _obspython.so, obslua.so, and obspython.py), and changes the
      install location of those files on all operating systems.  If using a
      non-unix structure install, those files will be installed in
      data/obs-scripting/[32bit/64bit], otherwise with unix structure installs
      those files will be installed to [/usr/local/lib]/obs-scripting.
      db2d4c97
  5. 02 6月, 2015 1 次提交
  6. 17 2月, 2015 1 次提交
    • K
      Generate proper DL_OPENGL value for linux · c293c176
      Kevin Tardif 提交于
      Since we rely on the dynamic linker to find the library for us via
      dlopen(), we need to have DL_OPENGL be .so.N, not the full library
      filename, as ldconfig doesn't cache the full filename
      
      Use of TARGET_SONAME_FILE requires the library to be marked as SHARED,
      not MODULE
      
      This closes pull request #370
      c293c176
  7. 14 1月, 2015 1 次提交
    • C
      Add SOVERSION to libobs-opengl · 6095e7ef
      Carl Fürstenberg 提交于
      Because libobs-opengl is a public library, it's customary to have SONAME
      embedded in the library file.  Also remove the prefix override and
      remove the prefixing "lib" from the output name.  This also requires us
      to pass the library file name to dlopen invocations.
      6095e7ef
  8. 28 9月, 2014 4 次提交
  9. 19 8月, 2014 1 次提交
  10. 26 7月, 2014 4 次提交
  11. 19 7月, 2014 3 次提交
  12. 08 5月, 2014 4 次提交
  13. 14 4月, 2014 1 次提交
  14. 02 4月, 2014 1 次提交
  15. 29 1月, 2014 1 次提交
  16. 26 1月, 2014 4 次提交
  17. 25 1月, 2014 1 次提交