mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
adding tarkin to build to try building it run configure with --enable-experimental
Original commit message from CVS: adding tarkin to build to try building it run configure with --enable-experimental
This commit is contained in:
parent
0ca0cf06ab
commit
9b10acc61c
2 changed files with 10 additions and 2 deletions
|
@ -79,9 +79,11 @@ GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plugins],,
|
||||||
[
|
[
|
||||||
AC_MSG_WARN(building experimental plugins)
|
AC_MSG_WARN(building experimental plugins)
|
||||||
USE_SMOOTHWAVE="yes"
|
USE_SMOOTHWAVE="yes"
|
||||||
|
USE_TARKIN="yes"
|
||||||
],[
|
],[
|
||||||
AC_MSG_NOTICE(not building experimental plugins)
|
AC_MSG_NOTICE(not building experimental plugins)
|
||||||
USE_SMOOTHWAVE="no"
|
USE_SMOOTHWAVE="no"
|
||||||
|
USE_TARKIN="no"
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl broken plugins; stuff that doesn't seem to build at the moment
|
dnl broken plugins; stuff that doesn't seem to build at the moment
|
||||||
|
|
|
@ -180,6 +180,12 @@ else
|
||||||
SMOOTHWAVE_DIR=
|
SMOOTHWAVE_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if USE_TARKIN
|
||||||
|
TARKIN_DIR=tarkin
|
||||||
|
else
|
||||||
|
TARKIN_DIR=
|
||||||
|
endif
|
||||||
|
|
||||||
if USE_VORBIS
|
if USE_VORBIS
|
||||||
VORBIS_DIR=vorbis
|
VORBIS_DIR=vorbis
|
||||||
else
|
else
|
||||||
|
@ -202,7 +208,7 @@ SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \
|
||||||
$(MAD_DIR) $(MIKMOD_DIR) $(MJPEGTOOLS_DIR) $(MPEG2DEC_DIR) \
|
$(MAD_DIR) $(MIKMOD_DIR) $(MJPEGTOOLS_DIR) $(MPEG2DEC_DIR) \
|
||||||
$(OPENQUICKTIME_DIR) $(RAW1394_DIR) $(RTP_DIR) \
|
$(OPENQUICKTIME_DIR) $(RAW1394_DIR) $(RTP_DIR) \
|
||||||
$(SDL_DIR) $(SHOUT_DIR) $(SIDPLAY_DIR) \
|
$(SDL_DIR) $(SHOUT_DIR) $(SIDPLAY_DIR) \
|
||||||
$(SMOOTHWAVE_DIR) $(VORBIS_DIR) $(XMMS_DIR)
|
$(SMOOTHWAVE_DIR) $(TARKIN_DIR) $(VORBIS_DIR) $(XMMS_DIR)
|
||||||
|
|
||||||
DIST_SUBDIRS=\
|
DIST_SUBDIRS=\
|
||||||
a52dec aalib alsa \
|
a52dec aalib alsa \
|
||||||
|
@ -215,4 +221,4 @@ DIST_SUBDIRS=\
|
||||||
mad mikmod mjpegtools mpeg2dec \
|
mad mikmod mjpegtools mpeg2dec \
|
||||||
openquicktime raw1394 rtp \
|
openquicktime raw1394 rtp \
|
||||||
sdl shout sidplay \
|
sdl shout sidplay \
|
||||||
smoothwave vorbis xmms
|
smoothwave tarkin vorbis xmms
|
||||||
|
|
Loading…
Reference in a new issue