2009-02-05 15:54:01 +00:00
|
|
|
if USE_ASSRENDER
|
|
|
|
ASSRENDER_DIR = assrender
|
|
|
|
else
|
|
|
|
ASSRENDER_DIR =
|
|
|
|
endif
|
|
|
|
|
2017-06-27 22:50:41 +00:00
|
|
|
if USE_AOM
|
|
|
|
AOM_DIR= aom
|
|
|
|
else
|
|
|
|
AOM_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
|
|
|
|
|
2015-01-10 20:41:12 +00:00
|
|
|
if USE_BS2B
|
|
|
|
BS2B_DIR=bs2b
|
|
|
|
else
|
|
|
|
BS2B_DIR=
|
|
|
|
endif
|
|
|
|
|
2006-02-06 09:40:09 +00:00
|
|
|
if USE_BZ2
|
|
|
|
BZ2_DIR=bz2
|
|
|
|
else
|
|
|
|
BZ2_DIR=
|
|
|
|
endif
|
|
|
|
|
2017-10-19 14:01:46 +00:00
|
|
|
if USE_LCMS2
|
|
|
|
COLORMANAGEMENT_DIR=colormanagement
|
|
|
|
else
|
|
|
|
COLORMANAGEMENT_DIR=
|
|
|
|
endif
|
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
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
|
|
|
|
2016-08-07 19:53:30 +00:00
|
|
|
if USE_FDK_AAC
|
|
|
|
FDK_AAC_DIR=fdkaac
|
|
|
|
else
|
|
|
|
FDK_AAC_DIR=
|
|
|
|
endif
|
|
|
|
|
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
|
|
|
|
2016-11-16 16:18:53 +00:00
|
|
|
if USE_IQA
|
|
|
|
IQA_DIR = iqa
|
|
|
|
else
|
|
|
|
IQA_DIR =
|
|
|
|
endif
|
|
|
|
|
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
|
|
|
|
|
2014-09-17 08:38:44 +00:00
|
|
|
if USE_LIBDE265
|
|
|
|
LIBDE265_DIR = libde265
|
|
|
|
else
|
|
|
|
LIBDE265_DIR =
|
|
|
|
endif
|
|
|
|
|
2005-11-29 02:55:18 +00:00
|
|
|
if USE_LIBMMS
|
|
|
|
LIBMMS_DIR=libmms
|
2014-03-17 11:00:09 +00:00
|
|
|
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
|
|
|
|
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
|
|
|
|
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-11-23 10:29:08 +00:00
|
|
|
if USE_OPENEXR
|
|
|
|
OPENEXR_DIR = openexr
|
|
|
|
else
|
|
|
|
OPENEXR_DIR =
|
|
|
|
endif
|
|
|
|
|
2014-10-03 10:45:26 +00:00
|
|
|
if USE_OPENH264
|
|
|
|
OPENH264_DIR = openh264
|
|
|
|
else
|
|
|
|
OPENH264_DIR =
|
|
|
|
endif
|
|
|
|
|
2016-07-27 00:22:26 +00:00
|
|
|
if USE_OPENMPT
|
|
|
|
OPENMPT_DIR=openmpt
|
|
|
|
else
|
|
|
|
OPENMPT_DIR=
|
|
|
|
endif
|
|
|
|
|
2013-12-02 10:17:02 +00:00
|
|
|
if USE_OPENNI2
|
|
|
|
OPENNI2_DIR=openni2
|
|
|
|
else
|
|
|
|
OPENNI2_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
|
|
|
|
|
2018-03-08 14:22:47 +00:00
|
|
|
if USE_PANGO
|
|
|
|
CLOSEDCAPTION_DIR=closedcaption
|
|
|
|
else
|
|
|
|
CLOSEDCAPTION_DIR=
|
|
|
|
endif
|
|
|
|
|
2009-08-13 14:45:55 +00:00
|
|
|
if USE_RSVG
|
|
|
|
RSVG_DIR=rsvg
|
|
|
|
else
|
|
|
|
RSVG_DIR=
|
|
|
|
endif
|
|
|
|
|
2008-02-24 04:24:20 +00:00
|
|
|
if USE_WILDMIDI
|
2016-12-21 09:00:47 +00:00
|
|
|
WILDMIDI_DIR=wildmidi
|
2008-02-24 09:57:42 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
if !USE_WILDMIDI
|
2016-12-21 09:00:47 +00:00
|
|
|
WILDMIDI_DIR=
|
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
|
|
|
|
|
2015-02-04 16:12:48 +00:00
|
|
|
if USE_SCTP
|
|
|
|
SCTP_DIR=sctp
|
|
|
|
else
|
|
|
|
SCTP_DIR=
|
|
|
|
endif
|
|
|
|
|
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
|
|
|
|
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
|
|
|
|
|
2017-07-31 05:38:34 +00:00
|
|
|
if USE_SRT
|
|
|
|
SRT_DIR=srt
|
|
|
|
else
|
|
|
|
SRT_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
|
|
|
|
|
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
|
|
|
|
2014-03-05 15:39:30 +00:00
|
|
|
if USE_X265
|
|
|
|
X265_DIR=x265
|
|
|
|
else
|
|
|
|
X265_DIR=
|
|
|
|
endif
|
|
|
|
|
2015-03-16 16:33:03 +00:00
|
|
|
if USE_DTLS
|
|
|
|
DTLS_DIR=dtls
|
|
|
|
else
|
|
|
|
DTLS_DIR=
|
|
|
|
endif
|
|
|
|
|
2016-06-06 19:10:05 +00:00
|
|
|
if USE_WEBRTCDSP
|
|
|
|
WEBRTCDSP_DIR=webrtcdsp
|
|
|
|
else
|
|
|
|
WEBRTCDSP_DIR=
|
|
|
|
endif
|
|
|
|
|
2017-01-31 09:56:59 +00:00
|
|
|
if USE_WEBRTC
|
|
|
|
WEBRTC_DIR=webrtc
|
|
|
|
else
|
|
|
|
WEBRTC_DIR=
|
|
|
|
endif
|
|
|
|
|
2016-06-29 08:58:38 +00:00
|
|
|
if USE_TTML
|
|
|
|
TTML_DIR=ttml
|
|
|
|
else
|
|
|
|
TTML_DIR=
|
|
|
|
endif
|
|
|
|
|
2019-01-21 10:57:57 +00:00
|
|
|
if USE_WPE
|
|
|
|
WPE_DIR=wpe
|
|
|
|
else
|
|
|
|
WPE_DIR=
|
|
|
|
endif
|
|
|
|
|
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) \
|
2017-06-27 22:50:41 +00:00
|
|
|
$(AOM_DIR) \
|
2011-04-19 08:07:23 +00:00
|
|
|
$(VOAMRWBENC_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(AUDIOFILE_DIR) \
|
2015-01-10 20:41:12 +00:00
|
|
|
$(BS2B_DIR) \
|
2006-02-06 09:40:09 +00:00
|
|
|
$(BZ2_DIR) \
|
2017-10-19 14:01:46 +00:00
|
|
|
$(COLORMANAGEMENT_DIR) \
|
2011-01-02 19:34:04 +00:00
|
|
|
$(CHROMAPRINT_DIR) \
|
2018-03-08 14:22:47 +00:00
|
|
|
$(CLOSEDCAPTION_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) \
|
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) \
|
2003-11-22 12:40:19 +00:00
|
|
|
$(FAAC_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(FAAD_DIR) \
|
2016-08-07 19:53:30 +00:00
|
|
|
$(FDK_AAC_DIR) \
|
2010-01-21 17:11:34 +00:00
|
|
|
$(FLITE_DIR) \
|
2013-03-21 06:05:54 +00:00
|
|
|
$(FLUIDSYNTH_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) \
|
2016-11-16 16:18:53 +00:00
|
|
|
$(IQA_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) \
|
2014-09-17 08:38:44 +00:00
|
|
|
$(LIBDE265_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) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(MPLEX_DIR) \
|
2004-11-07 18:30:06 +00:00
|
|
|
$(MUSEPACK_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-11-23 10:29:08 +00:00
|
|
|
$(OPENEXR_DIR) \
|
2014-10-03 10:45:26 +00:00
|
|
|
$(OPENH264_DIR) \
|
2013-01-07 10:36:45 +00:00
|
|
|
$(OPENJPEG_DIR) \
|
2016-07-27 00:22:26 +00:00
|
|
|
$(OPENMPT_DIR) \
|
2013-12-02 10:17:02 +00:00
|
|
|
$(OPENNI2_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) \
|
2015-02-04 16:12:48 +00:00
|
|
|
$(SCTP_DIR) \
|
2012-11-08 18:42:39 +00:00
|
|
|
$(SMOOTHSTREAMING_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(SMOOTHWAVE_DIR) \
|
|
|
|
$(SNDFILE_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) \
|
2017-07-31 05:38:34 +00:00
|
|
|
$(SRT_DIR) \
|
2013-03-12 23:47:51 +00:00
|
|
|
$(SRTP_DIR) \
|
2010-09-13 09:59:18 +00:00
|
|
|
$(TELETEXTDEC_DIR) \
|
2016-12-21 09:00:47 +00:00
|
|
|
$(WILDMIDI_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) \
|
2014-03-05 15:39:30 +00:00
|
|
|
$(WEBP_DIR) \
|
2015-03-16 16:33:03 +00:00
|
|
|
$(X265_DIR) \
|
2015-10-24 06:29:05 +00:00
|
|
|
$(DTLS_DIR) \
|
2016-06-29 08:58:38 +00:00
|
|
|
$(WEBRTCDSP_DIR) \
|
2017-01-31 09:56:59 +00:00
|
|
|
$(TTML_DIR) \
|
2019-01-21 10:57:57 +00:00
|
|
|
$(WEBRTC_DIR) \
|
|
|
|
$(WPE_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 \
|
2017-06-27 22:50:41 +00:00
|
|
|
aom \
|
2015-01-10 20:41:12 +00:00
|
|
|
bs2b \
|
2006-02-06 09:40:09 +00:00
|
|
|
bz2 \
|
2017-10-19 14:01:46 +00:00
|
|
|
colormanagement \
|
2011-01-02 19:34:04 +00:00
|
|
|
chromaprint \
|
2018-03-08 14:22:47 +00:00
|
|
|
closedcaption \
|
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 \
|
2016-08-07 19:53:30 +00:00
|
|
|
fdkaac \
|
2010-01-21 17:11:34 +00:00
|
|
|
flite \
|
2013-03-21 06:05:54 +00:00
|
|
|
fluidsynth \
|
2005-09-19 21:47:54 +00:00
|
|
|
gsm \
|
2013-03-20 15:25:55 +00:00
|
|
|
hls \
|
2016-11-18 10:21:22 +00:00
|
|
|
iqa \
|
2006-12-18 16:47:23 +00:00
|
|
|
ladspa \
|
2009-02-15 18:35:04 +00:00
|
|
|
kate \
|
2014-09-17 08:38:44 +00:00
|
|
|
libde265 \
|
2005-11-29 02:55:18 +00:00
|
|
|
libmms \
|
2009-06-29 16:24:58 +00:00
|
|
|
lv2 \
|
2005-12-14 20:54:06 +00:00
|
|
|
dts \
|
2009-01-24 17:13:39 +00:00
|
|
|
modplug \
|
2006-07-13 11:06:45 +00:00
|
|
|
mpeg2enc \
|
2008-03-05 06:03:03 +00:00
|
|
|
mplex \
|
2005-11-22 15:09:28 +00:00
|
|
|
musepack \
|
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-11-23 10:29:08 +00:00
|
|
|
openexr \
|
2014-10-03 10:45:26 +00:00
|
|
|
openh264 \
|
2016-07-27 00:22:26 +00:00
|
|
|
openmpt \
|
2013-12-02 10:17:02 +00:00
|
|
|
openni2 \
|
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 \
|
2015-02-04 16:12:48 +00:00
|
|
|
sctp \
|
2012-11-08 18:42:39 +00:00
|
|
|
smoothstreaming \
|
2007-02-02 13:28:05 +00:00
|
|
|
sndfile \
|
2006-03-22 14:31:47 +00:00
|
|
|
soundtouch \
|
2011-09-07 02:11:06 +00:00
|
|
|
spandsp \
|
2017-07-31 05:38:34 +00:00
|
|
|
srt \
|
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 \
|
2016-12-21 09:00:47 +00:00
|
|
|
wildmidi \
|
2011-04-19 08:07:23 +00:00
|
|
|
voaacenc \
|
|
|
|
voamrwbenc \
|
2010-06-04 06:14:42 +00:00
|
|
|
zbar \
|
2013-08-23 21:46:38 +00:00
|
|
|
rtmp \
|
2014-03-05 15:39:30 +00:00
|
|
|
webp \
|
2015-03-16 16:33:03 +00:00
|
|
|
x265 \
|
2015-10-24 06:29:05 +00:00
|
|
|
dtls \
|
2016-06-29 08:58:38 +00:00
|
|
|
webrtcdsp \
|
2017-01-31 09:56:59 +00:00
|
|
|
ttml \
|
2019-01-21 10:57:57 +00:00
|
|
|
webrtc \
|
|
|
|
wpe
|
2010-03-30 00:17:15 +00:00
|
|
|
|
|
|
|
include $(top_srcdir)/common/parallel-subdirs.mak
|