freebsd-ports/audio/orpheus/files/patch-src-cdtrack.h
Sergey Matveychuk 8360ab3d50 Orpheus is a light-weight text mode menu- and window-driven audio player
application for CDs and files in MP3 and Vorbis OGG format.

PR:		n/a
Submitted by:	Andrej Zverev <az@inec.ru>
2005-04-10 09:16:14 +00:00

20 lines
433 B
C++

--- src/cdtrack.h Sat Oct 18 14:51:26 2003
+++ src/cdtrack.h Sun Dec 12 18:40:09 2004
@@ -5,7 +5,7 @@
#include <string>
-#include <linux/cdrom.h>
+#include <sys/cdio.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>
@@ -15,7 +15,7 @@
class cdtrack : public track {
private:
int length, number;
- struct cdrom_tocentry toc;
+ struct ioc_read_toc_single_entry toc;
string title;
bool paused;