summaryrefslogtreecommitdiff
path: root/src/dxr3
diff options
context:
space:
mode:
authorRobin KAY <komadori@users.sourceforge.net>2003-05-28 01:52:19 +0000
committerRobin KAY <komadori@users.sourceforge.net>2003-05-28 01:52:19 +0000
commit021b744ff04ad653e15756afc244b74e8066103d (patch)
tree356ce9bc930c9cc4e555d7c6b76c3d0a9ce14c04 /src/dxr3
parentda5b8a9ea501974bc58c513335bf149eea585bcd (diff)
downloadxine-lib-021b744ff04ad653e15756afc244b74e8066103d.tar.gz
xine-lib-021b744ff04ad653e15756afc244b74e8066103d.tar.bz2
Disable ffmpeg's encoder when HAVE_DXR3 is not defined. Remove dxr3 build hack.
CVS patchset: 4964 CVS date: 2003/05/28 01:52:19
Diffstat (limited to 'src/dxr3')
-rw-r--r--src/dxr3/dxr3_decode_video.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/dxr3/dxr3_decode_video.c b/src/dxr3/dxr3_decode_video.c
index 15084853a..2a4721fe4 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.34 2003/05/23 10:52:40 mroi Exp $
+ * $Id: dxr3_decode_video.c,v 1.35 2003/05/28 01:52:19 komadori Exp $
*/
/* dxr3 video decoder plugin.
@@ -28,9 +28,6 @@
#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>