1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/multimedia/bombono/files/patch-stream.h
Dmitry Marakasov 5b7e203296 Bombono DVD is a DVD authoring program.
It is made easy to use and has nice and clean GUI (Gtk).

The main features of Bombono DVD are:
	+excellent MPEG viewer: Timeline and Monitor
	+real WYSIWYG Menu Editor with live thumbnails
	+comfortable Drag-n-Drop support
	+you can author to folder, make ISO-image or burn directly to DVD
	+reauthoring: you can import video from DVD discs.

WWW: http://www.bombono.org
- Stas Timokhin
stast@bsdportal.ru

PR:		138623
Submitted by:	Stas Timokhin <stast@bsdportal.ru>
2009-12-22 09:55:35 +00:00

11 lines
475 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- src/mlib/stream.h.orig 2009-08-24 15:11:47.000000000 +0700
+++ src/mlib/stream.h 2009-08-24 15:12:03.000000000 +0700
@@ -186,6 +186,7 @@
// write(fd, "some text", 9);
// ..
// Причины использования класса io::fd_proxy см. в его описании
+#undef fileno
opaque_file fileno()
{ return opaque_file(this->file()); }