freebsd-ports/multimedia/ggrab/files/patch-pesstream.h
Markus Brueffer f3bcd41912 Add ggrab 0.22a, which records MPEG2 streams directly from your Dbox2 over
Ethernet and additionally provides a streaming server.

WWW: http://www.menzebach.de/

Requested by:	bluescreen of bsdforen.de
Tested by:	bluescreen of bsdforen.de
2006-01-06 20:43:56 +00:00

11 lines
259 B
C++

--- pesstream.h.orig Fri Jan 6 20:44:26 2006
+++ pesstream.h Fri Jan 6 20:49:04 2006
@@ -25,7 +25,7 @@
private:
static int m_st_nr;
int m_nr;
- enum S_TYPE m_stype;
+ S_TYPE m_stype;
class CBuffer * mp_cbuf;
class xlist * mp_list;