summaryrefslogtreecommitdiff
path: root/src/lib/dcp_video_frame.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-22 16:55:35 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-22 16:55:35 +0100
commita44032f5e1c8218dcd58b053ebc4703fb3239988 (patch)
tree3184ae68e26277cbdb6ffaf0d164eeb212938c17 /src/lib/dcp_video_frame.h
parentd089510518def36abda34ed4e9516ed5b2395093 (diff)
Don't build networking on Windows for now.
Diffstat (limited to 'src/lib/dcp_video_frame.h')
-rw-r--r--src/lib/dcp_video_frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dcp_video_frame.h b/src/lib/dcp_video_frame.h
index 26b44ad43..9acf50692 100644
--- a/src/lib/dcp_video_frame.h
+++ b/src/lib/dcp_video_frame.h
@@ -48,7 +48,9 @@ public:
virtual ~EncodedData () {}
+#ifdef DVDOMATIC_POSIX
void send (int);
+#endif
void write (boost::shared_ptr<const Options>, int);
#ifdef DEBUG_HASH