diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-22 16:55:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-22 16:55:35 +0100 |
| commit | a44032f5e1c8218dcd58b053ebc4703fb3239988 (patch) | |
| tree | 3184ae68e26277cbdb6ffaf0d164eeb212938c17 /src/lib/dcp_video_frame.h | |
| parent | d089510518def36abda34ed4e9516ed5b2395093 (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.h | 2 |
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 |
