summaryrefslogtreecommitdiff
path: root/src/dxr3/dxr3_decode_video.c
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-01-12 20:54:14 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-01-12 20:54:14 +0000
commit74d0944f178bc53557b814de4a90d01034890e9a (patch)
treebc32f0700e59b13b435fef247fa7a9a3afe65486 /src/dxr3/dxr3_decode_video.c
parent21249f6c9b5e34d19525916bbb126f3009838bd5 (diff)
downloadxine-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/dxr3_decode_video.c')
-rw-r--r--src/dxr3/dxr3_decode_video.c4
1 files changed, 3 insertions, 1 deletions
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 <sys/types.h>
#include <sys/ioctl.h>
+#if defined(__sun)
#include <sys/ioccom.h>
+#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>