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
|
|
|
|
Port VCD element.
Original commit message from CVS:
* configure.ac:
* sys/Makefile.am:
* sys/vcd/Makefile.am:
* sys/vcd/vcdsrc.c: (gst_vcdsrc_setup_interfaces),
(gst_vcdsrc_base_init), (gst_vcdsrc_class_init), (gst_vcdsrc_init),
(gst_vcdsrc_msf), (gst_vcdsrc_recalculate),
(gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
(gst_vcdsrc_create), (gst_vcdsrc_start), (gst_vcdsrc_stop),
(gst_vcdsrc_uri_set_uri):
* sys/vcd/vcdsrc.h:
Port VCD element.
2007-06-13 11:37:36 +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
|
|
|
|
2008-01-06 22:00:32 +00:00
|
|
|
if USE_FBDEV
|
|
|
|
FBDEV_DIR=fbdev
|
|
|
|
else
|
|
|
|
FBDEV_DIR=
|
|
|
|
endif
|
|
|
|
|
2006-10-10 15:47:49 +00:00
|
|
|
if USE_DVB
|
|
|
|
DVB_DIR=dvb
|
|
|
|
else
|
|
|
|
DVB_DIR=
|
|
|
|
endif
|
|
|
|
|
2008-04-02 20:18:58 +00:00
|
|
|
if USE_OSS4
|
|
|
|
OSS4_DIR=oss4
|
|
|
|
else
|
|
|
|
OSS4_DIR=
|
|
|
|
endif
|
|
|
|
|
configure.ac: Add QuickTime Wrapper plug-in.
Original commit message from CVS:
2007-11-26 Julien Moutte <julien@fluendo.com>
* configure.ac: Add QuickTime Wrapper plug-in.
* gst/speexresample/gstspeexresample.c:
(gst_speex_resample_push_drain), (gst_speex_resample_process): Fix
build on Mac OS X Leopard. Incorrect printf format arguments.
* sys/Makefile.am:
* sys/qtwrapper/Makefile.am:
* sys/qtwrapper/audiodecoders.c:
(qtwrapper_audio_decoder_base_init),
(qtwrapper_audio_decoder_class_init),
(qtwrapper_audio_decoder_init),
(clear_AudioStreamBasicDescription), (fill_indesc_mp3),
(fill_indesc_aac), (fill_indesc_samr), (fill_indesc_generic),
(make_samr_magic_cookie), (open_decoder),
(qtwrapper_audio_decoder_sink_setcaps), (process_buffer_cb),
(qtwrapper_audio_decoder_chain),
(qtwrapper_audio_decoder_sink_event),
(qtwrapper_audio_decoders_register):
* sys/qtwrapper/codecmapping.c: (audio_caps_from_string),
(fourcc_to_caps):
* sys/qtwrapper/codecmapping.h:
* sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
(image_description_for_mp4v), (image_description_from_stsd_buffer),
(image_description_from_codec_data):
* sys/qtwrapper/imagedescription.h:
* sys/qtwrapper/qtutils.c: (get_name_info_from_component),
(get_output_info_from_component), (dump_avcc_atom),
(dump_image_description), (dump_codec_decompress_params),
(addSInt32ToDictionary), (dump_cvpixel_buffer),
(DestroyAudioBufferList), (AllocateAudioBufferList):
* sys/qtwrapper/qtutils.h:
* sys/qtwrapper/qtwrapper.c: (plugin_init):
* sys/qtwrapper/qtwrapper.h:
* sys/qtwrapper/videodecoders.c:
(qtwrapper_video_decoder_base_init),
(qtwrapper_video_decoder_class_init),
(qtwrapper_video_decoder_init), (qtwrapper_video_decoder_finalize),
(fill_image_description), (new_image_description), (close_decoder),
(open_decoder), (qtwrapper_video_decoder_sink_setcaps),
(decompressCb), (qtwrapper_video_decoder_chain),
(qtwrapper_video_decoder_sink_event),
(qtwrapper_video_decoders_register): Initial import of QuickTime
wrapper jointly developped by Songbird authors (Pioneers of the
Inevitable) and Fluendo.
2007-11-26 13:19:48 +00:00
|
|
|
if USE_QUICKTIME
|
|
|
|
QT_DIR=qtwrapper
|
|
|
|
else
|
|
|
|
QT_DIR=
|
|
|
|
endif
|
|
|
|
|
2008-04-10 15:29:44 +00:00
|
|
|
if USE_WININET
|
|
|
|
WININET_DIR=wininet
|
|
|
|
else
|
|
|
|
WININET_DIR=
|
|
|
|
endif
|
|
|
|
|
2008-08-20 21:44:22 +00:00
|
|
|
if USE_ACM
|
|
|
|
ACM_DIR=acmenc
|
|
|
|
else
|
|
|
|
ACM_DIR=
|
|
|
|
endif
|
|
|
|
|
|
|
|
SUBDIRS = $(ACM_DIR) $(DVB_DIR) $(FBDEV_DIR) $(OSS4_DIR) $(QT_DIR) $(VCD_DIR) $(WININET_DIR)
|
2001-12-17 19:03:13 +00:00
|
|
|
|
2008-08-20 21:44:22 +00:00
|
|
|
DIST_SUBDIRS = acmenc dvb fbdev dshowdecwrapper dshowsrcwrapper dshowvideosink \
|
2008-08-24 22:05:48 +00:00
|
|
|
oss4 qtwrapper vcd wininet winks winscreencap
|
2008-02-13 23:52:42 +00:00
|
|
|
|