diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-01-12 20:54:14 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-01-12 20:54:14 +0000 |
commit | 74d0944f178bc53557b814de4a90d01034890e9a (patch) | |
tree | bc32f0700e59b13b435fef247fa7a9a3afe65486 /src/dxr3/video_out_dxr3.c | |
parent | 21249f6c9b5e34d19525916bbb126f3009838bd5 (diff) | |
download | xine-lib-74d0944f178bc53557b814de4a90d01034890e9a.tar.gz xine-lib-74d0944f178bc53557b814de4a90d01034890e9a.tar.bz2 |
made it compile under linux ;-)
CVS patchset: 3883
CVS date: 2003/01/12 20:54:14
Diffstat (limited to 'src/dxr3/video_out_dxr3.c')
-rw-r--r-- | src/dxr3/video_out_dxr3.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 <sys/types.h> #include <sys/stat.h> #include <sys/ioctl.h> +#if defined(__sun) #include <sys/ioccom.h> +#endif #include <stdio.h> #include <stdlib.h> #include <string.h> |