mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
96becbe402
Original commit message from CVS: * configure.ac: Add sunaudio * examples/Makefile.am: make gstplay depend on gconf * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette), (convert_table_lookup), (img_convert): remove c99-isms * gst/ffmpegcolorspace/imgconvert_template.h: make a constant unsigned, to fix a warning on Solaris * gst/mpeg1sys/systems.c: bcopy->memcpy * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy * sys/Makefile.am: Add sunaudio
20 lines
306 B
Makefile
20 lines
306 B
Makefile
if HAVE_FT2
|
|
FT2_SUBDIRS=seeking
|
|
else
|
|
FT2_SUBDIRS=
|
|
endif
|
|
|
|
if HAVE_GTK
|
|
GTK_SUBDIRS=dynparams $(FT2_SUBDIRS)
|
|
else
|
|
GTK_SUBDIRS=
|
|
endif
|
|
|
|
if USE_GCONF
|
|
GCONF_SUBDIRS=gstplay
|
|
else
|
|
GCONF_SUBDIRS=
|
|
endif
|
|
|
|
SUBDIRS=$(GTK_SUBDIRS) $(GCONF_SUBDIRS) switch
|
|
DIST_SUBDIRS=capsfilter dynparams seeking indexing gstplay switch
|