mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 03:46:11 +00:00
add snapshot dir to Makefile
Original commit message from CVS: add snapshot dir to Makefile
This commit is contained in:
parent
66fedbefcb
commit
1fb7034b10
1 changed files with 8 additions and 2 deletions
|
@ -208,6 +208,12 @@ else
|
||||||
SMOOTHWAVE_DIR=
|
SMOOTHWAVE_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if USE_LIBPNG
|
||||||
|
SNAPSHOT_DIR=snapshot
|
||||||
|
else
|
||||||
|
SNAPSHOT_DIR=
|
||||||
|
endif
|
||||||
|
|
||||||
if USE_SWFDEC
|
if USE_SWFDEC
|
||||||
SWFDEC_DIR=swfdec
|
SWFDEC_DIR=swfdec
|
||||||
else
|
else
|
||||||
|
@ -242,7 +248,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) $(SWFDEC_DIR) $(TARKIN_DIR) \
|
$(SMOOTHWAVE_DIR) $(SNAPSHOT_DIR) $(SWFDEC_DIR) $(TARKIN_DIR) \
|
||||||
$(VORBIS_DIR) $(XMMS_DIR)
|
$(VORBIS_DIR) $(XMMS_DIR)
|
||||||
|
|
||||||
DIST_SUBDIRS=\
|
DIST_SUBDIRS=\
|
||||||
|
@ -256,4 +262,4 @@ DIST_SUBDIRS=\
|
||||||
mad mikmod mjpegtools mpeg2dec \
|
mad mikmod mjpegtools mpeg2dec \
|
||||||
openquicktime raw1394 rtp \
|
openquicktime raw1394 rtp \
|
||||||
sdl shout sidplay \
|
sdl shout sidplay \
|
||||||
smoothwave swfdec tarkin vorbis xmms
|
smoothwave snapshot swfdec tarkin vorbis xmms
|
||||||
|
|
Loading…
Reference in a new issue