From 74d0944f178bc53557b814de4a90d01034890e9a Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sun, 12 Jan 2003 20:54:14 +0000 Subject: made it compile under linux ;-) CVS patchset: 3883 CVS date: 2003/01/12 20:54:14 --- src/dxr3/dxr3_decode_video.c | 4 +++- src/dxr3/dxr3_scr.c | 4 +++- src/dxr3/video_out_dxr3.c | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/dxr3/dxr3_decode_video.c b/src/dxr3/dxr3_decode_video.c index 2f2c47518..48adbdb3e 100644 --- a/src/dxr3/dxr3_decode_video.c +++ b/src/dxr3/dxr3_decode_video.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dxr3_decode_video.c,v 1.26 2003/01/12 20:33:57 komadori Exp $ + * $Id: dxr3_decode_video.c,v 1.27 2003/01/12 20:54:14 f1rmb Exp $ */ /* dxr3 video decoder plugin. @@ -28,7 +28,9 @@ #include #include +#if defined(__sun) #include +#endif #include #include #include diff --git a/src/dxr3/dxr3_scr.c b/src/dxr3/dxr3_scr.c index 153b3c45b..17a52adfd 100644 --- a/src/dxr3/dxr3_scr.c +++ b/src/dxr3/dxr3_scr.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dxr3_scr.c,v 1.7 2003/01/12 20:33:57 komadori Exp $ + * $Id: dxr3_scr.c,v 1.8 2003/01/12 20:54:14 f1rmb Exp $ */ /* dxr3 scr plugin. @@ -26,7 +26,9 @@ */ #include +#if defined(__sun) #include +#endif #include #include #include diff --git a/src/dxr3/video_out_dxr3.c b/src/dxr3/video_out_dxr3.c index 24f707fbc..186d9e709 100644 --- a/src/dxr3/video_out_dxr3.c +++ b/src/dxr3/video_out_dxr3.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_dxr3.c,v 1.67 2003/01/12 20:33:57 komadori Exp $ + * $Id: video_out_dxr3.c,v 1.68 2003/01/12 20:56:39 f1rmb Exp $ */ /* mpeg1 encoding video out plugin for the dxr3. @@ -35,7 +35,9 @@ #include #include #include +#if defined(__sun) #include +#endif #include #include #include -- cgit v1.2.3