From: Jeremy Simon Date: Fri, 18 Oct 2002 22:36:34 +0000 (+0000) Subject: add snapshot dir to Makefile X-Git-Tag: 1.19.3~509^2~16234 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1fb7034b100230f977c867abb80ce55f8afbf891;p=platform%2Fupstream%2Fgstreamer.git add snapshot dir to Makefile Original commit message from CVS: add snapshot dir to Makefile --- diff --git a/ext/Makefile.am b/ext/Makefile.am index e136a67c69..c14016e877 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -208,6 +208,12 @@ else SMOOTHWAVE_DIR= endif +if USE_LIBPNG +SNAPSHOT_DIR=snapshot +else +SNAPSHOT_DIR= +endif + if USE_SWFDEC SWFDEC_DIR=swfdec else @@ -242,7 +248,7 @@ SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \ $(MAD_DIR) $(MIKMOD_DIR) $(MJPEGTOOLS_DIR) $(MPEG2DEC_DIR) \ $(OPENQUICKTIME_DIR) $(RAW1394_DIR) $(RTP_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) DIST_SUBDIRS=\ @@ -256,4 +262,4 @@ DIST_SUBDIRS=\ mad mikmod mjpegtools mpeg2dec \ openquicktime raw1394 rtp \ sdl shout sidplay \ - smoothwave swfdec tarkin vorbis xmms + smoothwave snapshot swfdec tarkin vorbis xmms