2012-03-19 22:58:02 +00:00
|
|
|
if USE_ACM
|
|
|
|
ACM_DIR=acmenc acmmp3dec
|
|
|
|
else
|
|
|
|
ACM_DIR=
|
|
|
|
endif
|
2002-03-29 00:23:16 +00:00
|
|
|
|
2012-03-19 22:58:02 +00:00
|
|
|
if USE_APPLE_MEDIA
|
|
|
|
APPLE_MEDIA_DIR=applemedia
|
|
|
|
else
|
|
|
|
APPLE_MEDIA_DIR=
|
|
|
|
endif
|
2001-12-20 21:03:18 +00:00
|
|
|
|
2012-03-19 22:58:02 +00:00
|
|
|
if USE_AVC
|
|
|
|
AVC_DIR=avc
|
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
|
|
|
else
|
2012-03-19 22:58:02 +00:00
|
|
|
AVC_DIR=
|
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
|
|
|
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
|
|
|
|
2011-06-05 01:43:45 +00:00
|
|
|
if USE_DIRECT3D
|
|
|
|
D3DVIDEOSINK_DIR=d3dvideosink
|
|
|
|
else
|
|
|
|
D3DVIDEOSINK_DIR=
|
|
|
|
endif
|
|
|
|
|
2011-02-27 08:48:19 +00:00
|
|
|
if USE_DECKLINK
|
|
|
|
DECKLINK_DIR=decklink
|
|
|
|
else
|
|
|
|
DECKLINK_DIR=
|
|
|
|
endif
|
|
|
|
|
2009-05-16 00:14:23 +00:00
|
|
|
if USE_DIRECTDRAW
|
|
|
|
DIRECTDRAW_DIR=directdraw
|
|
|
|
else
|
|
|
|
DIRECTDRAW_DIR=
|
|
|
|
endif
|
|
|
|
|
2012-08-07 14:53:02 +00:00
|
|
|
if USE_DIRECTSHOW
|
|
|
|
DIRECTSHOW_DIR=winks
|
|
|
|
else
|
|
|
|
DIRECTSHOW_DIR=
|
|
|
|
endif
|
|
|
|
|
2009-07-29 13:35:03 +00:00
|
|
|
if USE_DIRECTSOUND
|
|
|
|
DIRECTSOUND_DIR=directsound
|
|
|
|
else
|
|
|
|
DIRECTSOUND_DIR=
|
|
|
|
endif
|
|
|
|
|
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
|
|
|
|
|
2012-03-19 22:58:02 +00:00
|
|
|
# if USE_DXR3
|
|
|
|
# DXR3_DIR=dxr3
|
|
|
|
# else
|
|
|
|
# DXR3_DIR=
|
|
|
|
# endif
|
|
|
|
|
2011-03-18 00:38:58 +00:00
|
|
|
if USE_LINSYS
|
|
|
|
LINSYS_DIR=linsys
|
|
|
|
else
|
|
|
|
LINSYS_DIR=
|
|
|
|
endif
|
|
|
|
|
2012-03-19 22:58:02 +00:00
|
|
|
if USE_OSX_VIDEO
|
|
|
|
OSX_VIDEO_DIR=osxvideo
|
|
|
|
else
|
|
|
|
OSX_VIDEO_DIR=
|
|
|
|
endif
|
2011-03-18 00:38:58 +00:00
|
|
|
|
2012-03-19 22:58:02 +00:00
|
|
|
if USE_PVR
|
|
|
|
PVR_DIR=pvr2d
|
2010-10-27 17:30:11 +00:00
|
|
|
else
|
2012-03-19 22:58:02 +00:00
|
|
|
PVR_DIR=
|
2010-10-27 17:30:11 +00:00
|
|
|
endif
|
|
|
|
|
2012-03-19 22:58:02 +00:00
|
|
|
if USE_SHM
|
|
|
|
SHM_DIR=shm
|
2009-04-20 11:09:46 +00:00
|
|
|
else
|
2012-03-19 22:58:02 +00:00
|
|
|
SHM_DIR=
|
2009-04-20 11:09:46 +00:00
|
|
|
endif
|
|
|
|
|
2012-03-19 22:58:02 +00:00
|
|
|
# if USE_QCAM
|
|
|
|
# QCAM_DIR=qcam
|
|
|
|
# else
|
|
|
|
# QCAM_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
|
|
|
|
|
2012-03-19 22:58:02 +00:00
|
|
|
if USE_VCD
|
|
|
|
VCD_DIR=vcd
|
2008-08-20 21:44:22 +00:00
|
|
|
else
|
2012-03-19 22:58:02 +00:00
|
|
|
VCD_DIR=
|
2008-08-20 21:44:22 +00:00
|
|
|
endif
|
|
|
|
|
2011-03-04 12:39:43 +00:00
|
|
|
#if USE_VDPAU
|
|
|
|
#VDPAU_DIR=vdpau
|
|
|
|
#else
|
|
|
|
#VDPAU_DIR=
|
|
|
|
#endif
|
2009-03-14 09:43:28 +00:00
|
|
|
|
2012-03-19 21:49:17 +00:00
|
|
|
if USE_DIRECT3D9
|
|
|
|
WINSCREENCAP_DIR=winscreencap
|
2010-06-03 18:42:06 +00:00
|
|
|
else
|
2012-03-19 21:49:17 +00:00
|
|
|
WINSCREENCAP_DIR=
|
2011-08-31 02:39:36 +00:00
|
|
|
endif
|
|
|
|
|
2012-09-10 20:09:26 +00:00
|
|
|
if USE_UVCH264
|
|
|
|
UVCH264_DIR=uvch264
|
|
|
|
else
|
|
|
|
UVCH264_DIR=
|
|
|
|
endif
|
|
|
|
|
|
|
|
SUBDIRS = $(ACM_DIR) $(APPLE_MEDIA_DIR) $(AVC_DIR) $(D3DVIDEOSINK_DIR) $(DECKLINK_DIR) $(DIRECTDRAW_DIR) $(DIRECTSOUND_DIR) $(DIRECTSHOW_DIR) $(DVB_DIR) $(FBDEV_DIR) $(LINSYS_DIR) $(OSX_VIDEO_DIR) $(PVR_DIR) $(QT_DIR) $(SHM_DIR) $(UVCH264_DIR) $(VCD_DIR) $(VDPAU_DIR) $(WININET_DIR) $(WINSCREENCAP_DIR)
|
2001-12-17 19:03:13 +00:00
|
|
|
|
2011-06-05 01:43:45 +00:00
|
|
|
DIST_SUBDIRS = acmenc acmmp3dec applemedia avc d3dvideosink decklink directdraw directsound dvb linsys fbdev dshowdecwrapper dshowsrcwrapper dshowvideosink \
|
2012-09-10 20:09:26 +00:00
|
|
|
osxvideo pvr2d qtwrapper shm uvch264 vcd vdpau wasapi wininet winks winscreencap
|
2008-02-13 23:52:42 +00:00
|
|
|
|
2010-03-30 00:17:15 +00:00
|
|
|
include $(top_srcdir)/common/parallel-subdirs.mak
|