cspiegel/deadbeef-optimfrog
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
This is an OptimFROG plugin for the Deadbeef media player. To build, the OptimFROG SDK (http://www.losslessaudio.org/SDK.php) is required. Only version 1.500 (corresponding to OptimFROG 5.003) and later are supported. In addition, for vendors who create separate development versions of packages, the development version of deadbeef is required; this will likely be called something like deadbeef-dev or deadbeef-devel. GNU make is required, as is a C++ compiler that supports C++11. Recent versions of GCC and Clang are both supported. Other C++11 compilers should work, too, but may require the tweaking of compiler.mk. Once dependencies are installed, build as follows: $ make This also assumes that Deadbeef is installed in /usr. To specify a different location, specify it with PREFIX: $ make PREFIX=/usr/local To install: $ make install This installs the plugin into Deadbeef's input plugin directory; as above, if Deadbeef is not in /usr, PREFIX can be used to select its location. To install to a staging area, such as for packaging: $ make install DESTDIR=/path/to/staging
About
OptimFROG input plugin for DeaDBeeF
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published