2009-02-05 15:54:01 +00:00
|
|
|
if USE_ASSRENDER
|
|
|
|
ASSRENDER_DIR = assrender
|
|
|
|
else
|
|
|
|
ASSRENDER_DIR =
|
|
|
|
endif
|
|
|
|
|
2011-04-19 08:07:23 +00:00
|
|
|
if USE_VOAMRWBENC
|
|
|
|
VOAMRWBENC_DIR = voamrwbenc
|
Added new plugin amrwb parse.
Original commit message from CVS:
Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
* configure.ac:
* ext/Makefile.am:
* ext/amrwb/Makefile.am:
* ext/amrwb/README:
* ext/amrwb/amrwb-code/Makefile.am:
* ext/amrwb/amrwb-code/run.sh:
* ext/amrwb/gstamrwb.c: (plugin_init):
* ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
(gst_amrwbdec_class_init), (gst_amrwbdec_init),
(gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
(gst_amrwbdec_state_change):
* ext/amrwb/gstamrwbdec.h:
* ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
(gst_amrwbenc_class_init), (gst_amrwbenc_init),
(gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
(gst_amrwbenc_chain), (gst_amrwbenc_state_change):
* ext/amrwb/gstamrwbenc.h:
* ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
(gst_amrwbparse_class_init), (gst_amrwbparse_init),
(gst_amrwbparse_querytypes), (gst_amrwbparse_query),
(gst_amrwbparse_chain), (gst_amrwbparse_read_header),
(gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
(gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
* ext/amrwb/gstamrwbparse.h:
Added new plugin amrwb parse.
Renamed audio/AMR to audio/AMR-WB as per spec.
Fixes #333307
2006-03-29 16:50:08 +00:00
|
|
|
else
|
2011-04-19 08:07:23 +00:00
|
|
|
VOAMRWBENC_DIR =
|
Added new plugin amrwb parse.
Original commit message from CVS:
Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
* configure.ac:
* ext/Makefile.am:
* ext/amrwb/Makefile.am:
* ext/amrwb/README:
* ext/amrwb/amrwb-code/Makefile.am:
* ext/amrwb/amrwb-code/run.sh:
* ext/amrwb/gstamrwb.c: (plugin_init):
* ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
(gst_amrwbdec_class_init), (gst_amrwbdec_init),
(gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
(gst_amrwbdec_state_change):
* ext/amrwb/gstamrwbdec.h:
* ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
(gst_amrwbenc_class_init), (gst_amrwbenc_init),
(gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
(gst_amrwbenc_chain), (gst_amrwbenc_state_change):
* ext/amrwb/gstamrwbenc.h:
* ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
(gst_amrwbparse_class_init), (gst_amrwbparse_init),
(gst_amrwbparse_querytypes), (gst_amrwbparse_query),
(gst_amrwbparse_chain), (gst_amrwbparse_read_header),
(gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
(gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
* ext/amrwb/gstamrwbparse.h:
Added new plugin amrwb parse.
Renamed audio/AMR to audio/AMR-WB as per spec.
Fixes #333307
2006-03-29 16:50:08 +00:00
|
|
|
endif
|
|
|
|
|
2008-10-12 17:04:17 +00:00
|
|
|
if USE_APEXSINK
|
|
|
|
APEXSINK_DIR = apexsink
|
|
|
|
else
|
|
|
|
APEXSINK_DIR =
|
|
|
|
endif
|
|
|
|
|
2005-05-06 11:04:30 +00:00
|
|
|
# if USE_AUDIOFILE
|
|
|
|
# AUDIOFILE_DIR=audiofile
|
|
|
|
# else
|
2005-05-19 09:51:03 +00:00
|
|
|
AUDIOFILE_DIR=
|
2005-05-06 11:04:30 +00:00
|
|
|
# endif
|
|
|
|
|
2006-02-06 09:40:09 +00:00
|
|
|
if USE_BZ2
|
|
|
|
BZ2_DIR=bz2
|
|
|
|
else
|
|
|
|
BZ2_DIR=
|
|
|
|
endif
|
|
|
|
|
2006-11-14 10:42:19 +00:00
|
|
|
if USE_CDAUDIO
|
|
|
|
CDAUDIO_DIR=cdaudio
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
CDAUDIO_DIR=
|
2006-11-14 10:42:19 +00:00
|
|
|
endif
|
2005-05-06 11:04:30 +00:00
|
|
|
|
2011-01-02 19:34:04 +00:00
|
|
|
if USE_CHROMAPRINT
|
|
|
|
CHROMAPRINT_DIR=chromaprint
|
|
|
|
else
|
|
|
|
CHROMAPRINT_DIR=
|
|
|
|
endif
|
|
|
|
|
2011-02-26 20:21:25 +00:00
|
|
|
if USE_CURL
|
|
|
|
CURL_DIR=curl
|
|
|
|
else
|
|
|
|
CURL_DIR=
|
|
|
|
endif
|
|
|
|
|
2013-05-08 14:14:15 +00:00
|
|
|
if USE_DASH
|
|
|
|
DASH_DIR=dash
|
|
|
|
else
|
|
|
|
DASH_DIR=
|
|
|
|
endif
|
|
|
|
|
Commit new dc1394src element.
Original commit message from CVS:
* configure.ac:
* ext/Makefile.am:
* ext/dc1394/Makefile.am:
* ext/dc1394/gstdc1394.c: (gst_dc1394_base_init),
(gst_dc1394_class_init), (gst_dc1394_init),
(gst_dc1394_src_fixate), (gst_dc1394_set_property),
(gst_dc1394_get_property), (gst_dc1394_getcaps),
(gst_dc1394_setcaps), (gst_dc1394_get_times), (gst_dc1394_create),
(gst_dc1394_parse_caps), (gst_dc1394_change_state),
(gst_dc1394_caps_set_format_vmode_caps),
(gst_dc1394_set_caps_color), (gst_dc1394_set_caps_framesize),
(gst_dc1394_set_caps_framesize_range),
(gst_dc1394_caps_set_framerate_list),
(gst_dc1394_framerate_const_to_frac),
(gst_dc1394_get_all_dc1394_caps), (gst_dc1394_get_cam_caps),
(gst_dc1394_framerate_frac_to_const),
(gst_dc1394_open_cam_with_best_caps),
(gst_dc1394_change_camera_transmission), (plugin_init):
* ext/dc1394/gstdc1394.h:
Commit new dc1394src element.
Patch By: Eric Jonas < jonas at mit dot edu >
Close: #387251
2007-06-29 13:03:27 +00:00
|
|
|
if USE_DC1394
|
|
|
|
DC1394_DIR=dc1394
|
|
|
|
else
|
|
|
|
DC1394_DIR=
|
|
|
|
endif
|
|
|
|
|
Complete rewrite/port of
Original commit message from CVS:
2005-11-02 Julien MOUTTE <julien@moutte.net>
* configure.ac:
* ext/Makefile.am:
* ext/directfb/Makefile.am:
* ext/directfb/dfbvideosink.c:
(gst_dfbvideosink_get_format_name),
(gst_dfbvideosink_surface_create),
(gst_dfbvideosink_surface_destroy),
(gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
(gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
(gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
(gst_dfbvideosink_get_format_from_caps),
(gst_dfbvideosink_get_caps_from_format),
(gst_dfbvideosink_can_blit_from_format),
(gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
(gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
(gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
(gst_dfbvideosink_show_frame),
(gst_dfbvideosink_bufferpool_clear),
(gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
(gst_dfbsurface_init), (gst_dfbsurface_class_init),
(gst_dfbsurface_get_type),
(gst_dfbvideosink_interface_supported),
(gst_dfbvideosink_interface_init),
(gst_dfbvideosink_navigation_send_event),
(gst_dfbvideosink_navigation_init),
(gst_dfbvideosink_set_property),
(gst_dfbvideosink_get_property),
(gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
(gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
(plugin_init):
* ext/directfb/dfbvideosink.h:
* ext/directfb/directfbvideosink.c:
* ext/directfb/directfbvideosink.h: Complete rewrite/port of
DirectFB video sink to 0.9. Handles reverse negotiation,
hardware
scaling, navigation, buffer allocation from video memory etc...
2005-11-02 12:43:03 +00:00
|
|
|
if USE_DIRECTFB
|
|
|
|
DIRECTFB_DIR=directfb
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
DIRECTFB_DIR=
|
Complete rewrite/port of
Original commit message from CVS:
2005-11-02 Julien MOUTTE <julien@moutte.net>
* configure.ac:
* ext/Makefile.am:
* ext/directfb/Makefile.am:
* ext/directfb/dfbvideosink.c:
(gst_dfbvideosink_get_format_name),
(gst_dfbvideosink_surface_create),
(gst_dfbvideosink_surface_destroy),
(gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
(gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
(gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
(gst_dfbvideosink_get_format_from_caps),
(gst_dfbvideosink_get_caps_from_format),
(gst_dfbvideosink_can_blit_from_format),
(gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
(gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
(gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
(gst_dfbvideosink_show_frame),
(gst_dfbvideosink_bufferpool_clear),
(gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
(gst_dfbsurface_init), (gst_dfbsurface_class_init),
(gst_dfbsurface_get_type),
(gst_dfbvideosink_interface_supported),
(gst_dfbvideosink_interface_init),
(gst_dfbvideosink_navigation_send_event),
(gst_dfbvideosink_navigation_init),
(gst_dfbvideosink_set_property),
(gst_dfbvideosink_get_property),
(gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
(gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
(plugin_init):
* ext/directfb/dfbvideosink.h:
* ext/directfb/directfbvideosink.c:
* ext/directfb/directfbvideosink.h: Complete rewrite/port of
DirectFB video sink to 0.9. Handles reverse negotiation,
hardware
scaling, navigation, buffer allocation from video memory etc...
2005-11-02 12:43:03 +00:00
|
|
|
endif
|
2005-05-06 11:04:30 +00:00
|
|
|
|
2011-11-02 09:02:11 +00:00
|
|
|
if USE_WAYLAND
|
|
|
|
WAYLAND_DIR=wayland
|
|
|
|
else
|
|
|
|
WAYLAND_DIR=
|
|
|
|
endif
|
|
|
|
|
2013-06-22 09:27:37 +00:00
|
|
|
if USE_DAALA
|
|
|
|
DAALA_DIR=daala
|
|
|
|
else
|
|
|
|
DAALA_DIR=
|
|
|
|
endif
|
|
|
|
|
2005-12-14 20:54:06 +00:00
|
|
|
if USE_DTS
|
|
|
|
DTS_DIR=dts
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
DTS_DIR=
|
2005-12-14 20:54:06 +00:00
|
|
|
endif
|
2005-05-06 11:04:30 +00:00
|
|
|
|
2012-10-18 12:07:07 +00:00
|
|
|
if USE_EGLGLES
|
|
|
|
EGLGLES_DIR=eglgles
|
|
|
|
else
|
|
|
|
EGLGLES_DIR=
|
|
|
|
endif
|
|
|
|
|
2010-05-15 13:37:59 +00:00
|
|
|
if USE_RESINDVD
|
|
|
|
RESINDVD_DIR = resindvd
|
2008-06-17 01:08:14 +00:00
|
|
|
else
|
2010-05-15 13:37:59 +00:00
|
|
|
RESINDVD_DIR =
|
2008-06-17 01:08:14 +00:00
|
|
|
endif
|
|
|
|
|
2005-09-01 19:12:44 +00:00
|
|
|
if USE_FAAC
|
|
|
|
FAAC_DIR=faac
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
FAAC_DIR=
|
2005-09-01 19:12:44 +00:00
|
|
|
endif
|
2005-05-06 11:04:30 +00:00
|
|
|
|
2005-07-19 20:51:15 +00:00
|
|
|
if USE_FAAD
|
|
|
|
FAAD_DIR=faad
|
|
|
|
else
|
|
|
|
FAAD_DIR=
|
|
|
|
endif
|
2003-11-21 21:20:42 +00:00
|
|
|
|
2011-04-18 15:19:00 +00:00
|
|
|
if USE_VOAACENC
|
|
|
|
VOAACENC_DIR=voaacenc
|
|
|
|
else
|
|
|
|
VOAACENC_DIR=
|
|
|
|
endif
|
|
|
|
|
2010-01-16 20:43:43 +00:00
|
|
|
if USE_FLITE
|
|
|
|
FLITE_DIR=flite
|
|
|
|
else
|
|
|
|
FLITE_DIR=
|
|
|
|
endif
|
|
|
|
|
Added HTTP source based on libsoup. Fixes #497020.
Original commit message from CVS:
Patch by: Wouter Cloetens <wouter at mind dot be>
* configure.ac:
* ext/Makefile.am:
* ext/soup/Makefile.am:
* ext/soup/gstsouphttpsrc.c: (_do_init),
(gst_souphttp_src_base_init), (gst_souphttp_src_class_init),
(gst_souphttp_src_init), (gst_souphttp_src_dispose),
(gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
(gst_souphttp_src_create), (gst_souphttp_src_start),
(gst_souphttp_src_stop), (gst_souphttp_src_unlock),
(gst_souphttp_src_set_location), (soup_got_chunk), (soup_response),
(soup_session_close), (plugin_init):
* ext/soup/gstsouphttpsrc.h:
Added HTTP source based on libsoup. Fixes #497020.
2007-11-15 17:26:25 +00:00
|
|
|
#if USE_G729
|
|
|
|
#G729_DIR=g729
|
|
|
|
#else
|
|
|
|
G729_DIR=
|
|
|
|
#endif
|
|
|
|
|
2005-09-02 20:21:17 +00:00
|
|
|
if USE_GSM
|
|
|
|
GSM_DIR=gsm
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
GSM_DIR=
|
2005-09-02 20:21:17 +00:00
|
|
|
endif
|
2005-05-06 11:04:30 +00:00
|
|
|
|
2009-02-15 18:35:04 +00:00
|
|
|
if USE_KATE
|
|
|
|
KATE_DIR=kate
|
|
|
|
else
|
|
|
|
KATE_DIR=
|
|
|
|
endif
|
|
|
|
|
2006-12-18 16:47:23 +00:00
|
|
|
if USE_LADSPA
|
|
|
|
LADSPA_DIR = ladspa
|
|
|
|
else
|
|
|
|
LADSPA_DIR =
|
|
|
|
endif
|
|
|
|
|
2009-04-29 03:24:45 +00:00
|
|
|
if USE_LV2
|
|
|
|
LV2_DIR = lv2
|
|
|
|
else
|
|
|
|
LV2_DIR =
|
|
|
|
endif
|
|
|
|
|
2005-05-06 11:04:30 +00:00
|
|
|
# if USE_LIBFAME
|
|
|
|
# LIBFAME_DIR=libfame
|
|
|
|
# else
|
2005-05-19 09:51:03 +00:00
|
|
|
LIBFAME_DIR=
|
2005-05-06 11:04:30 +00:00
|
|
|
# endif
|
|
|
|
|
2005-11-29 02:55:18 +00:00
|
|
|
if USE_LIBMMS
|
|
|
|
LIBMMS_DIR=libmms
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
LIBMMS_DIR=
|
2005-11-29 02:55:18 +00:00
|
|
|
endif
|
2004-12-22 19:09:41 +00:00
|
|
|
|
2009-01-24 17:13:39 +00:00
|
|
|
if USE_MODPLUG
|
|
|
|
MODPLUG_DIR=modplug
|
|
|
|
else
|
|
|
|
MODPLUG_DIR=
|
|
|
|
endif
|
|
|
|
|
2006-07-13 11:06:45 +00:00
|
|
|
if USE_MPEG2ENC
|
|
|
|
MPEG2ENC_DIR=mpeg2enc
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
MPEG2ENC_DIR=
|
2006-07-13 11:06:45 +00:00
|
|
|
endif
|
2003-12-11 21:07:25 +00:00
|
|
|
|
2012-08-03 10:48:02 +00:00
|
|
|
if USE_MPG123
|
|
|
|
MPG123_DIR=mpg123
|
|
|
|
else
|
|
|
|
MPG123_DIR=
|
|
|
|
endif
|
|
|
|
|
2009-03-03 19:03:34 +00:00
|
|
|
if USE_MIMIC
|
|
|
|
MIMIC_DIR=mimic
|
|
|
|
else
|
|
|
|
MIMIC_DIR=
|
|
|
|
endif
|
|
|
|
|
2008-03-05 06:03:03 +00:00
|
|
|
if USE_MPLEX
|
|
|
|
MPLEX_DIR=mplex
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
MPLEX_DIR=
|
2008-03-05 06:03:03 +00:00
|
|
|
endif
|
2003-07-27 05:29:10 +00:00
|
|
|
|
2005-11-22 15:09:28 +00:00
|
|
|
if USE_MUSEPACK
|
|
|
|
MUSEPACK_DIR=musepack
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
MUSEPACK_DIR=
|
2005-11-22 15:09:28 +00:00
|
|
|
endif
|
2005-05-06 11:04:30 +00:00
|
|
|
|
2007-01-12 19:02:37 +00:00
|
|
|
if USE_MYTHTV
|
|
|
|
MYTHTV_DIR=mythtv
|
|
|
|
else
|
|
|
|
MYTHTV_DIR=
|
|
|
|
endif
|
|
|
|
|
2007-03-02 19:43:48 +00:00
|
|
|
if USE_NAS
|
|
|
|
NAS_DIR=nas
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
NAS_DIR=
|
2007-03-02 19:43:48 +00:00
|
|
|
endif
|
2005-05-06 11:04:30 +00:00
|
|
|
|
2005-12-28 21:07:17 +00:00
|
|
|
if USE_NEON
|
|
|
|
NEON_DIR=neon
|
|
|
|
else
|
|
|
|
NEON_DIR=
|
|
|
|
endif
|
|
|
|
|
2008-03-27 16:32:27 +00:00
|
|
|
if USE_OFA
|
|
|
|
OFA_DIR=ofa
|
|
|
|
else
|
|
|
|
OFA_DIR=
|
|
|
|
endif
|
|
|
|
|
2011-05-23 11:41:36 +00:00
|
|
|
if USE_OPENAL
|
|
|
|
OPENAL_DIR=openal
|
|
|
|
else
|
|
|
|
OPENAL_DIR=
|
|
|
|
endif
|
|
|
|
|
2010-09-08 03:08:44 +00:00
|
|
|
if USE_OPENCV
|
|
|
|
OPENCV_DIR=opencv
|
|
|
|
else
|
|
|
|
OPENCV_DIR=
|
|
|
|
endif
|
|
|
|
|
2013-01-07 10:36:45 +00:00
|
|
|
if USE_OPENJPEG
|
|
|
|
OPENJPEG_DIR = openjpeg
|
|
|
|
else
|
|
|
|
OPENJPEG_DIR =
|
|
|
|
endif
|
|
|
|
|
2011-06-05 07:54:19 +00:00
|
|
|
if USE_OPUS
|
|
|
|
OPUS_DIR=opus
|
|
|
|
else
|
|
|
|
OPUS_DIR=
|
|
|
|
endif
|
|
|
|
|
2009-08-13 14:45:55 +00:00
|
|
|
if USE_RSVG
|
|
|
|
RSVG_DIR=rsvg
|
|
|
|
else
|
|
|
|
RSVG_DIR=
|
|
|
|
endif
|
|
|
|
|
Add timitity midi render plugin (#403992)
Original commit message from CVS:
Patch by: Wouter Paesen <wouter@blue-gate.be>
* configure.ac:
* ext/Makefile.am:
* ext/timidity/Makefile.am:
* ext/timidity/gsttimidity.c: (gst_timidity_base_init),
(gst_timidity_class_init), (gst_timidity_init),
(gst_timidity_set_song_options), (gst_timidity_src_convert),
(gst_timidity_src_query), (gst_timidity_get_upstream_size),
(gst_timidity_get_segment), (gst_timidity_get_new_segment_event),
(gst_timidity_src_event), (gst_timidity_activate),
(gst_timidity_activatepull), (gst_timidity_allocate_buffer),
(gst_timidity_clip_buffer), (gst_timidity_fill_buffer),
(gst_timidity_get_buffer), (gst_timidity_loop),
(gst_timidity_change_state), (gst_timidity_typefind),
(plugin_init):
* ext/timidity/gsttimidity.h:
Add timitity midi render plugin (#403992)
2007-02-08 15:00:00 +00:00
|
|
|
if USE_TIMIDITY
|
|
|
|
TIMIDITY_DIR=timidity
|
|
|
|
endif
|
|
|
|
|
2008-02-24 04:24:20 +00:00
|
|
|
if USE_WILDMIDI
|
|
|
|
TIMIDITY_DIR=timidity
|
2008-02-24 09:57:42 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
if !USE_WILDMIDI
|
|
|
|
if !USE_TIMIDITY
|
2008-02-24 04:24:20 +00:00
|
|
|
TIMIDITY_DIR=
|
|
|
|
endif
|
2008-02-24 09:57:42 +00:00
|
|
|
endif
|
2008-02-24 04:24:20 +00:00
|
|
|
|
2013-03-21 06:05:54 +00:00
|
|
|
if USE_FLUIDSYNTH
|
|
|
|
FLUIDSYNTH_DIR=fluidsynth
|
|
|
|
endif
|
|
|
|
|
2013-01-16 11:36:25 +00:00
|
|
|
if USE_SBC
|
|
|
|
SBC_DIR=sbc
|
|
|
|
else
|
|
|
|
SBC_DIR=
|
|
|
|
endif
|
|
|
|
|
2009-07-01 17:55:12 +00:00
|
|
|
if USE_SCHRO
|
|
|
|
SCHRO_DIR=schroedinger
|
|
|
|
else
|
|
|
|
SCHRO_DIR=
|
|
|
|
endif
|
|
|
|
|
2005-09-19 21:47:54 +00:00
|
|
|
if USE_SDL
|
|
|
|
SDL_DIR=sdl
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
SDL_DIR=
|
2005-09-19 21:47:54 +00:00
|
|
|
endif
|
2005-05-06 11:04:30 +00:00
|
|
|
|
2012-11-08 18:42:39 +00:00
|
|
|
if USE_SMOOTHSTREAMING
|
|
|
|
SMOOTHSTREAMING_DIR = smoothstreaming
|
|
|
|
else
|
|
|
|
SMOOTHSTREAMING_DIR =
|
|
|
|
endif
|
|
|
|
|
2005-05-06 11:04:30 +00:00
|
|
|
# if USE_SMOOTHWAVE
|
|
|
|
# SMOOTHWAVE_DIR=smoothwave
|
|
|
|
# else
|
2005-05-19 09:51:03 +00:00
|
|
|
SMOOTHWAVE_DIR=
|
2005-05-06 11:04:30 +00:00
|
|
|
# endif
|
|
|
|
|
2007-02-02 13:28:05 +00:00
|
|
|
if USE_SNDFILE
|
|
|
|
SNDFILE_DIR=sndfile
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
SNDFILE_DIR=
|
2007-02-02 13:28:05 +00:00
|
|
|
endif
|
2005-05-06 11:04:30 +00:00
|
|
|
|
2012-04-12 01:05:26 +00:00
|
|
|
if USE_SNDIO
|
|
|
|
SNDIO_DIR = sndio
|
|
|
|
else
|
|
|
|
SNDIO_DIR =
|
|
|
|
endif
|
|
|
|
|
2006-03-22 14:31:47 +00:00
|
|
|
if USE_SOUNDTOUCH
|
|
|
|
SOUNDTOUCH_DIR=soundtouch
|
|
|
|
else
|
|
|
|
SOUNDTOUCH_DIR=
|
|
|
|
endif
|
|
|
|
|
2011-09-07 02:11:06 +00:00
|
|
|
if USE_SPANDSP
|
|
|
|
SPANDSP_DIR = spandsp
|
|
|
|
else
|
|
|
|
SPANDSP_DIR =
|
|
|
|
endif
|
|
|
|
|
2009-08-08 19:17:37 +00:00
|
|
|
if USE_SPC
|
2009-08-10 12:21:09 +00:00
|
|
|
SPC_DIR=spc
|
2009-08-08 19:17:37 +00:00
|
|
|
else
|
|
|
|
SPC_DIR=
|
|
|
|
endif
|
|
|
|
|
2013-03-12 23:47:51 +00:00
|
|
|
if USE_SRTP
|
|
|
|
SRTP_DIR=srtp
|
|
|
|
else
|
|
|
|
SRTP_DIR=
|
|
|
|
endif
|
|
|
|
|
2009-08-07 04:41:43 +00:00
|
|
|
if USE_GME
|
|
|
|
GME_DIR=gme
|
Add libopenspc-based SPC decoder element (#348220).
Original commit message from CVS:
Patch by: Chris Lee <clee at kde org>
* configure.ac:
* ext/Makefile.am:
* ext/spc/Makefile.am:
* ext/spc/gstspc.c: (spc_negotiate), (gst_spc_dec_base_init),
(gst_spc_dec_class_init), (gst_spc_dec_init), (gst_spc_dec_chain),
(gst_spc_dec_sink_event), (gst_spc_dec_src_event),
(gst_spc_dec_src_query), (spc_play), (spc_setup),
(gst_spc_dec_change_state), (plugin_init):
* ext/spc/gstspc.h:
Add libopenspc-based SPC decoder element (#348220).
2006-07-23 11:52:34 +00:00
|
|
|
else
|
2009-08-07 04:41:43 +00:00
|
|
|
GME_DIR=
|
Add libopenspc-based SPC decoder element (#348220).
Original commit message from CVS:
Patch by: Chris Lee <clee at kde org>
* configure.ac:
* ext/Makefile.am:
* ext/spc/Makefile.am:
* ext/spc/gstspc.c: (spc_negotiate), (gst_spc_dec_base_init),
(gst_spc_dec_class_init), (gst_spc_dec_init), (gst_spc_dec_chain),
(gst_spc_dec_sink_event), (gst_spc_dec_src_event),
(gst_spc_dec_src_query), (spc_play), (spc_setup),
(gst_spc_dec_change_state), (plugin_init):
* ext/spc/gstspc.h:
Add libopenspc-based SPC decoder element (#348220).
2006-07-23 11:52:34 +00:00
|
|
|
endif
|
|
|
|
|
2010-09-13 09:59:18 +00:00
|
|
|
if USE_TELETEXTDEC
|
2011-12-12 09:40:08 +00:00
|
|
|
TELETEXTDEC_DIR=teletextdec
|
2010-09-13 09:59:18 +00:00
|
|
|
else
|
2011-12-12 09:40:08 +00:00
|
|
|
TELETEXTDEC_DIR=
|
2010-09-13 09:59:18 +00:00
|
|
|
endif
|
|
|
|
|
2010-07-03 14:15:34 +00:00
|
|
|
if USE_GSETTINGS
|
|
|
|
GSETTINGS_DIR=gsettings
|
|
|
|
else
|
|
|
|
GSETTINGS_DIR=
|
|
|
|
endif
|
|
|
|
|
2005-12-14 22:41:47 +00:00
|
|
|
if USE_XVID
|
|
|
|
XVID_DIR=xvid
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
XVID_DIR=
|
2005-12-14 22:41:47 +00:00
|
|
|
endif
|
2005-05-06 11:04:30 +00:00
|
|
|
|
2009-10-02 07:37:43 +00:00
|
|
|
if USE_ZBAR
|
|
|
|
ZBAR_DIR=zbar
|
|
|
|
else
|
|
|
|
ZBAR_DIR=
|
|
|
|
endif
|
|
|
|
|
2010-06-04 06:14:42 +00:00
|
|
|
if USE_RTMP
|
|
|
|
RTMP_DIR = rtmp
|
|
|
|
else
|
|
|
|
RTMP_DIR =
|
|
|
|
endif
|
|
|
|
|
2013-03-19 09:47:25 +00:00
|
|
|
if USE_HLS
|
|
|
|
HLS_DIR = hls
|
|
|
|
else
|
|
|
|
HLS_DIR =
|
|
|
|
endif
|
|
|
|
|
2013-08-23 21:46:38 +00:00
|
|
|
if USE_WEBP
|
|
|
|
WEBP_DIR=webp
|
|
|
|
else
|
|
|
|
WEBP_DIR=
|
|
|
|
endif
|
2010-06-04 06:14:42 +00:00
|
|
|
|
2003-11-21 21:20:42 +00:00
|
|
|
SUBDIRS=\
|
2011-04-18 15:19:00 +00:00
|
|
|
$(VOAACENC_DIR) \
|
2009-02-05 15:54:01 +00:00
|
|
|
$(ASSRENDER_DIR) \
|
2011-04-19 08:07:23 +00:00
|
|
|
$(VOAMRWBENC_DIR) \
|
2008-10-12 17:04:17 +00:00
|
|
|
$(APEXSINK_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(AUDIOFILE_DIR) \
|
2006-02-06 09:40:09 +00:00
|
|
|
$(BZ2_DIR) \
|
2004-10-20 16:48:57 +00:00
|
|
|
$(CDAUDIO_DIR) \
|
2011-01-02 19:34:04 +00:00
|
|
|
$(CHROMAPRINT_DIR) \
|
2011-02-26 20:21:25 +00:00
|
|
|
$(CURL_DIR) \
|
2013-05-08 14:14:15 +00:00
|
|
|
$(DASH_DIR) \
|
Commit new dc1394src element.
Original commit message from CVS:
* configure.ac:
* ext/Makefile.am:
* ext/dc1394/Makefile.am:
* ext/dc1394/gstdc1394.c: (gst_dc1394_base_init),
(gst_dc1394_class_init), (gst_dc1394_init),
(gst_dc1394_src_fixate), (gst_dc1394_set_property),
(gst_dc1394_get_property), (gst_dc1394_getcaps),
(gst_dc1394_setcaps), (gst_dc1394_get_times), (gst_dc1394_create),
(gst_dc1394_parse_caps), (gst_dc1394_change_state),
(gst_dc1394_caps_set_format_vmode_caps),
(gst_dc1394_set_caps_color), (gst_dc1394_set_caps_framesize),
(gst_dc1394_set_caps_framesize_range),
(gst_dc1394_caps_set_framerate_list),
(gst_dc1394_framerate_const_to_frac),
(gst_dc1394_get_all_dc1394_caps), (gst_dc1394_get_cam_caps),
(gst_dc1394_framerate_frac_to_const),
(gst_dc1394_open_cam_with_best_caps),
(gst_dc1394_change_camera_transmission), (plugin_init):
* ext/dc1394/gstdc1394.h:
Commit new dc1394src element.
Patch By: Eric Jonas < jonas at mit dot edu >
Close: #387251
2007-06-29 13:03:27 +00:00
|
|
|
$(DC1394_DIR) \
|
Adding a first version of directfbvideosink.
Original commit message from CVS:
2004-11-28 Julien MOUTTE <julien@moutte.net>
* configure.ac:
* ext/Makefile.am:
* ext/directfb/Makefile.am:
* ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
(gst_directfbvideosink_get_pixel_format),
(gst_directfbvideosink_get_format_from_fourcc),
(gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
(gst_directfbvideosink_sink_link),
(gst_directfbvideosink_change_state),
(gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
(gst_directfbvideosink_buffer_alloc),
(gst_directfbvideosink_interface_supported),
(gst_directfbvideosink_interface_init),
(gst_directfbvideosink_navigation_send_event),
(gst_directfbvideosink_navigation_init),
(gst_directfbvideosink_set_property),
(gst_directfbvideosink_get_property),
(gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
(gst_directfbvideosink_base_init),
(gst_directfbvideosink_class_init),
(gst_directfbvideosink_get_type), (plugin_init):
* ext/directfb/directfbvideosink.h: Adding a first version of
directfbvideosink.
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
more.
2004-11-28 19:08:45 +00:00
|
|
|
$(DIRECTFB_DIR) \
|
2011-11-02 09:02:11 +00:00
|
|
|
$(WAYLAND_DIR) \
|
2013-06-22 09:27:37 +00:00
|
|
|
$(DAALA_DIR) \
|
New DTS decoder.
Original commit message from CVS:
* configure.ac:
* ext/Makefile.am:
* ext/dts/Makefile.am:
* ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
(gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
(gst_dtsdec_channels), (gst_dtsdec_renegotiate),
(gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
(gst_dtsdec_loop), (gst_dtsdec_change_state),
(gst_dtsdec_set_property), (gst_dtsdec_get_property),
(plugin_init):
* ext/dts/gstdtsdec.h:
New DTS decoder.
* ext/faad/gstfaad.c: (gst_faad_sinkconnect),
(gst_faad_srcconnect):
Add ESDS atom handling (.m4a).
2004-04-29 00:00:25 +00:00
|
|
|
$(DTS_DIR) \
|
2010-05-15 13:37:59 +00:00
|
|
|
$(RESINDVD_DIR) \
|
2012-10-18 12:07:07 +00:00
|
|
|
$(EGLGLES_DIR) \
|
2003-11-22 12:40:19 +00:00
|
|
|
$(FAAC_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(FAAD_DIR) \
|
2010-01-21 17:11:34 +00:00
|
|
|
$(FLITE_DIR) \
|
2013-03-21 06:05:54 +00:00
|
|
|
$(FLUIDSYNTH_DIR) \
|
2010-07-03 14:15:34 +00:00
|
|
|
$(GSETTINGS_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(GSM_DIR) \
|
Added HTTP source based on libsoup. Fixes #497020.
Original commit message from CVS:
Patch by: Wouter Cloetens <wouter at mind dot be>
* configure.ac:
* ext/Makefile.am:
* ext/soup/Makefile.am:
* ext/soup/gstsouphttpsrc.c: (_do_init),
(gst_souphttp_src_base_init), (gst_souphttp_src_class_init),
(gst_souphttp_src_init), (gst_souphttp_src_dispose),
(gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
(gst_souphttp_src_create), (gst_souphttp_src_start),
(gst_souphttp_src_stop), (gst_souphttp_src_unlock),
(gst_souphttp_src_set_location), (soup_got_chunk), (soup_response),
(soup_session_close), (plugin_init):
* ext/soup/gstsouphttpsrc.h:
Added HTTP source based on libsoup. Fixes #497020.
2007-11-15 17:26:25 +00:00
|
|
|
$(G729_DIR) \
|
2009-02-15 18:35:04 +00:00
|
|
|
$(KATE_DIR) \
|
2006-12-18 16:47:23 +00:00
|
|
|
$(LADSPA_DIR) \
|
2009-04-29 03:24:45 +00:00
|
|
|
$(LV2_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(LIBFAME_DIR) \
|
2005-09-05 13:49:41 +00:00
|
|
|
$(LIBMMS_DIR) \
|
2009-01-24 17:13:39 +00:00
|
|
|
$(MODPLUG_DIR) \
|
2003-12-11 21:07:25 +00:00
|
|
|
$(MPEG2ENC_DIR) \
|
2012-08-03 10:48:02 +00:00
|
|
|
$(MPG123_DIR) \
|
2009-03-03 19:03:34 +00:00
|
|
|
$(MIMIC_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(MPLEX_DIR) \
|
2004-11-07 18:30:06 +00:00
|
|
|
$(MUSEPACK_DIR) \
|
2007-01-12 19:02:37 +00:00
|
|
|
$(MYTHTV_DIR) \
|
2005-09-05 13:49:41 +00:00
|
|
|
$(NAS_DIR) \
|
2005-12-28 21:07:17 +00:00
|
|
|
$(NEON_DIR) \
|
2008-03-27 16:32:27 +00:00
|
|
|
$(OFA_DIR) \
|
2011-05-23 11:41:36 +00:00
|
|
|
$(OPENAL_DIR) \
|
2010-09-08 03:08:44 +00:00
|
|
|
$(OPENCV_DIR) \
|
2013-01-07 10:36:45 +00:00
|
|
|
$(OPENJPEG_DIR) \
|
2011-06-05 07:54:19 +00:00
|
|
|
$(OPUS_DIR) \
|
2009-08-13 14:45:55 +00:00
|
|
|
$(RSVG_DIR) \
|
2013-01-16 11:36:25 +00:00
|
|
|
$(SBC_DIR) \
|
2009-07-01 17:55:12 +00:00
|
|
|
$(SCHRO_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(SDL_DIR) \
|
2012-11-08 18:42:39 +00:00
|
|
|
$(SMOOTHSTREAMING_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(SMOOTHWAVE_DIR) \
|
|
|
|
$(SNDFILE_DIR) \
|
2012-04-12 01:05:26 +00:00
|
|
|
$(SNDIO_DIR) \
|
2006-03-22 14:31:47 +00:00
|
|
|
$(SOUNDTOUCH_DIR) \
|
2011-09-07 02:11:06 +00:00
|
|
|
$(SPANDSP_DIR) \
|
2009-08-07 04:41:43 +00:00
|
|
|
$(GME_DIR) \
|
2009-08-08 19:17:37 +00:00
|
|
|
$(SPC_DIR) \
|
2013-03-12 23:47:51 +00:00
|
|
|
$(SRTP_DIR) \
|
2010-09-13 09:59:18 +00:00
|
|
|
$(TELETEXTDEC_DIR) \
|
2007-02-13 14:22:53 +00:00
|
|
|
$(TIMIDITY_DIR) \
|
2009-10-02 07:37:43 +00:00
|
|
|
$(XVID_DIR) \
|
2010-06-04 06:14:42 +00:00
|
|
|
$(ZBAR_DIR) \
|
2013-03-19 09:47:25 +00:00
|
|
|
$(RTMP_DIR) \
|
2013-08-23 21:46:38 +00:00
|
|
|
$(HLS_DIR) \
|
|
|
|
$(WEBP_DIR)
|
2002-01-02 17:07:31 +00:00
|
|
|
|
2007-06-08 20:20:34 +00:00
|
|
|
DIST_SUBDIRS = \
|
2009-02-11 17:23:03 +00:00
|
|
|
assrender \
|
2008-08-29 12:16:27 +00:00
|
|
|
apexsink \
|
2006-02-06 09:40:09 +00:00
|
|
|
bz2 \
|
2006-11-14 10:52:52 +00:00
|
|
|
cdaudio \
|
2011-01-02 19:34:04 +00:00
|
|
|
chromaprint \
|
2011-03-04 16:37:04 +00:00
|
|
|
curl \
|
2013-06-05 16:01:10 +00:00
|
|
|
dash \
|
Commit new dc1394src element.
Original commit message from CVS:
* configure.ac:
* ext/Makefile.am:
* ext/dc1394/Makefile.am:
* ext/dc1394/gstdc1394.c: (gst_dc1394_base_init),
(gst_dc1394_class_init), (gst_dc1394_init),
(gst_dc1394_src_fixate), (gst_dc1394_set_property),
(gst_dc1394_get_property), (gst_dc1394_getcaps),
(gst_dc1394_setcaps), (gst_dc1394_get_times), (gst_dc1394_create),
(gst_dc1394_parse_caps), (gst_dc1394_change_state),
(gst_dc1394_caps_set_format_vmode_caps),
(gst_dc1394_set_caps_color), (gst_dc1394_set_caps_framesize),
(gst_dc1394_set_caps_framesize_range),
(gst_dc1394_caps_set_framerate_list),
(gst_dc1394_framerate_const_to_frac),
(gst_dc1394_get_all_dc1394_caps), (gst_dc1394_get_cam_caps),
(gst_dc1394_framerate_frac_to_const),
(gst_dc1394_open_cam_with_best_caps),
(gst_dc1394_change_camera_transmission), (plugin_init):
* ext/dc1394/gstdc1394.h:
Commit new dc1394src element.
Patch By: Eric Jonas < jonas at mit dot edu >
Close: #387251
2007-06-29 13:03:27 +00:00
|
|
|
dc1394 \
|
2005-11-28 14:50:44 +00:00
|
|
|
directfb \
|
2012-08-03 10:48:02 +00:00
|
|
|
wayland \
|
2005-09-01 19:12:44 +00:00
|
|
|
faac \
|
2005-07-19 20:51:15 +00:00
|
|
|
faad \
|
2010-01-21 17:11:34 +00:00
|
|
|
flite \
|
2013-03-21 06:05:54 +00:00
|
|
|
fluidsynth \
|
2010-07-03 14:15:34 +00:00
|
|
|
gsettings \
|
2005-09-19 21:47:54 +00:00
|
|
|
gsm \
|
2013-03-20 15:25:55 +00:00
|
|
|
hls \
|
2006-12-18 16:47:23 +00:00
|
|
|
ladspa \
|
2009-02-15 18:35:04 +00:00
|
|
|
kate \
|
2005-11-29 02:55:18 +00:00
|
|
|
libmms \
|
2009-06-29 16:24:58 +00:00
|
|
|
lv2 \
|
2013-06-22 09:27:37 +00:00
|
|
|
daala \
|
2005-12-14 20:54:06 +00:00
|
|
|
dts \
|
2012-10-18 12:07:07 +00:00
|
|
|
eglgles \
|
2009-01-24 17:13:39 +00:00
|
|
|
modplug \
|
2009-03-03 19:03:34 +00:00
|
|
|
mimic \
|
2006-07-13 11:06:45 +00:00
|
|
|
mpeg2enc \
|
2012-08-03 10:48:02 +00:00
|
|
|
mpg123 \
|
2008-03-05 06:03:03 +00:00
|
|
|
mplex \
|
2005-11-22 15:09:28 +00:00
|
|
|
musepack \
|
2007-01-12 19:02:37 +00:00
|
|
|
mythtv \
|
2007-03-02 19:43:48 +00:00
|
|
|
nas \
|
2005-12-28 21:07:17 +00:00
|
|
|
neon \
|
2008-03-27 16:32:27 +00:00
|
|
|
ofa \
|
2011-05-23 11:41:36 +00:00
|
|
|
openal \
|
2010-09-08 03:08:44 +00:00
|
|
|
opencv \
|
2013-01-07 10:36:45 +00:00
|
|
|
openjpeg \
|
2011-06-05 07:54:19 +00:00
|
|
|
opus \
|
2009-08-13 14:45:55 +00:00
|
|
|
rsvg \
|
2008-07-19 14:02:50 +00:00
|
|
|
resindvd \
|
2013-01-16 11:36:25 +00:00
|
|
|
sbc \
|
2009-07-01 17:55:12 +00:00
|
|
|
schroedinger \
|
2005-11-02 12:53:00 +00:00
|
|
|
sdl \
|
2012-11-08 18:42:39 +00:00
|
|
|
smoothstreaming \
|
2007-02-02 13:28:05 +00:00
|
|
|
sndfile \
|
2012-04-12 01:05:26 +00:00
|
|
|
sndio \
|
2006-03-22 14:31:47 +00:00
|
|
|
soundtouch \
|
2011-09-07 02:11:06 +00:00
|
|
|
spandsp \
|
2009-08-08 19:17:37 +00:00
|
|
|
spc \
|
2013-03-12 23:47:51 +00:00
|
|
|
srtp \
|
2009-08-07 04:41:43 +00:00
|
|
|
gme \
|
2010-09-13 09:59:18 +00:00
|
|
|
teletextdec \
|
Add timitity midi render plugin (#403992)
Original commit message from CVS:
Patch by: Wouter Paesen <wouter@blue-gate.be>
* configure.ac:
* ext/Makefile.am:
* ext/timidity/Makefile.am:
* ext/timidity/gsttimidity.c: (gst_timidity_base_init),
(gst_timidity_class_init), (gst_timidity_init),
(gst_timidity_set_song_options), (gst_timidity_src_convert),
(gst_timidity_src_query), (gst_timidity_get_upstream_size),
(gst_timidity_get_segment), (gst_timidity_get_new_segment_event),
(gst_timidity_src_event), (gst_timidity_activate),
(gst_timidity_activatepull), (gst_timidity_allocate_buffer),
(gst_timidity_clip_buffer), (gst_timidity_fill_buffer),
(gst_timidity_get_buffer), (gst_timidity_loop),
(gst_timidity_change_state), (gst_timidity_typefind),
(plugin_init):
* ext/timidity/gsttimidity.h:
Add timitity midi render plugin (#403992)
2007-02-08 15:00:00 +00:00
|
|
|
timidity \
|
2011-04-19 08:07:23 +00:00
|
|
|
voaacenc \
|
|
|
|
voamrwbenc \
|
2009-10-02 07:37:43 +00:00
|
|
|
xvid \
|
2010-06-04 06:14:42 +00:00
|
|
|
zbar \
|
2013-08-23 21:46:38 +00:00
|
|
|
rtmp \
|
|
|
|
webp
|
2010-03-30 00:17:15 +00:00
|
|
|
|
|
|
|
include $(top_srcdir)/common/parallel-subdirs.mak
|