A GTK+ / GStreamer based music player
Go to file
Anna Schumaker 657ce8f0f4 audio: Ensure position and duration results are 64 bits
A long int is shorter on ARM than x86, which could cause position and
duration values to get truncated.  Additionally, quering gstreamer with
a long int causes a compile error on ARM.  Let's just do the right thing
and make this value an int64_t.

Signed-off-by: Anna Schumaker <anna@ocarinaproject.net>
2015-04-14 09:05:05 -04:00
core audio: Ensure position and duration results are 64 bits 2015-04-14 09:05:05 -04:00
gui audio: Ensure position and duration results are 64 bits 2015-04-14 09:05:05 -04:00
include audio: Ensure position and duration results are 64 bits 2015-04-14 09:05:05 -04:00
share gui: Remove hscrollbar from playlists treeview 2015-03-04 10:00:56 -05:00
tests audio: Ensure position and duration results are 64 bits 2015-04-14 09:05:05 -04:00
.gitattributes Ocarina 6.3 2015-01-16 13:05:43 -05:00
.gitignore Determine debug builds by looking for a magic file 2015-01-15 09:16:00 -05:00
DESIGN callback: Remove all references to callbacks 2015-04-04 10:21:31 -04:00
Doxyfile file: Update documentation and various cleanups 2014-11-01 21:56:59 -04:00
LICENSE Update the license 2014-04-06 19:57:06 -04:00
PKGBUILD Ocarina 6.3.4 2015-04-10 09:07:13 -04:00
README Add a `scons install` option 2014-04-09 20:37:46 -04:00
Sconstruct Ocarina 6.3.4 2015-04-10 09:07:13 -04:00
TODO callback: Remove all references to callbacks 2015-04-04 10:21:31 -04:00

README

Build:
	$ scons

Clean:
	$ scons -c

Install:
	$ sudo scons install

Uninstall:
	$ sudo scons -c install

Build tests:
	$ scons tests

Clean tests:
	$ scons -c tests