Thanks to visit codestin.com
Credit goes to github.com

Skip to content

waaake/VOID-Exr-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VOID-Exr-plugin

A plugin for VOID player allowing to deal with EXR media.

Steps to Build the Plugin

Required Dependencies

  • OpenEXR 3.x
  • VOID

Building

    cmake -S . -B _build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=...
    make -C _build && make install

If VOID player is not installed on a standard path

    cmake -S . -B _build -DVOID_DIR=/path/to/VOID/share/VOID/cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=...
    make -C _build && make install

Once installed, the VOID_PLUGIN_PATH needs to be set, pointing to the Install Path of the Plugin. This tells the player to look at libraries built in the path

    export VOID_PLUGIN_PATH=${VOID_PLUGIN_PATH}:/new/install/directory

Launch VOID after setup for it to register this plugin.

About

A plugin for VOID player allowing to deal with EXR media.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published