2005-05-05 09:10:38 +00:00
|
|
|
# if USE_DXR3
|
|
|
|
# DXR3_DIR=dxr3
|
|
|
|
# else
|
|
|
|
# DXR3_DIR=
|
|
|
|
# endif
|
2002-03-29 00:23:16 +00:00
|
|
|
|
2005-05-05 09:10:38 +00:00
|
|
|
# if USE_QCAM
|
|
|
|
# QCAM_DIR=qcam
|
|
|
|
# else
|
|
|
|
# QCAM_DIR=
|
|
|
|
# endif
|
2001-12-20 21:03:18 +00:00
|
|
|
|
2006-03-11 22:50:03 +00:00
|
|
|
if USE_GST_V4L2
|
|
|
|
V4L2_DIR=v4l2
|
|
|
|
else
|
|
|
|
V4L2_DIR=
|
|
|
|
endif
|
2002-09-09 07:15:56 +00:00
|
|
|
|
2005-05-05 09:10:38 +00:00
|
|
|
# if USE_VCD
|
|
|
|
# VCD_DIR=vcd
|
|
|
|
# else
|
|
|
|
# VCD_DIR=
|
|
|
|
# endif
|
2001-12-20 20:44:05 +00:00
|
|
|
|
2005-05-05 09:10:38 +00:00
|
|
|
# if USE_CDROM
|
|
|
|
# CDROM_DIR=cdrom
|
|
|
|
# else
|
|
|
|
# CDROM_DIR=
|
|
|
|
# endif
|
2004-08-09 20:14:51 +00:00
|
|
|
|
2006-01-28 04:39:18 +00:00
|
|
|
if USE_OPENGL
|
|
|
|
GL_DIR=glsink
|
|
|
|
else
|
|
|
|
GL_DIR=
|
|
|
|
endif
|
2004-05-20 19:56:27 +00:00
|
|
|
|
Port ximagesrc to 0.10 (Closes #304795)
Original commit message from CVS:
* configure.ac:
* sys/Makefile.am:
* sys/ximagesrc/Makefile.am:
* sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_return_buf),
(gst_ximagesrc_open_display), (gst_ximagesrc_start),
(gst_ximagesrc_stop), (gst_ximagesrc_unlock),
(gst_ximagesrc_recalc), (composite_pixel),
(gst_ximagesrc_ximage_get), (gst_ximagesrc_create),
(gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
(gst_ximagesrc_clear_bufpool), (gst_ximagesrc_base_init),
(gst_ximagesrc_dispose), (gst_ximagesrc_finalize),
(gst_ximagesrc_get_caps), (gst_ximagesrc_set_caps),
(gst_ximagesrc_fixate), (gst_ximagesrc_class_init),
(gst_ximagesrc_init), (plugin_init):
* sys/ximagesrc/ximagesrc.h:
* sys/ximagesrc/ximageutil.c: (ximageutil_handle_xerror),
(ximageutil_check_xshm_calls), (ximageutil_xcontext_get),
(ximageutil_xcontext_clear),
(ximageutil_calculate_pixel_aspect_ratio),
(gst_ximagesrc_buffer_finalize), (gst_ximage_buffer_free),
(gst_ximagesrc_buffer_init), (gst_ximagesrc_buffer_class_init),
(gst_ximagesrc_buffer_get_type), (gst_ximageutil_ximage_new),
(gst_ximageutil_ximage_destroy):
* sys/ximagesrc/ximageutil.h:
Port ximagesrc to 0.10 (Closes #304795)
2006-02-20 21:19:59 +00:00
|
|
|
if USE_X
|
|
|
|
XIMAGESRC_DIR=ximagesrc
|
|
|
|
else
|
|
|
|
XIMAGESRC_DIR=
|
|
|
|
endif
|
|
|
|
|
2006-03-11 22:50:03 +00:00
|
|
|
SUBDIRS = $(GL_DIR) $(XIMAGESRC_DIR) $(V4L2_DIR)
|
2001-12-17 19:03:13 +00:00
|
|
|
|
2006-03-11 22:50:03 +00:00
|
|
|
DIST_SUBDIRS = glsink ximagesrc v4l2
|