mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
LIBPNG going in
Original commit message from CVS: LIBPNG going in
This commit is contained in:
parent
52db3e7fbb
commit
9d173c2a6b
1 changed files with 10 additions and 16 deletions
|
@ -142,6 +142,12 @@ else
|
||||||
LIBFAME_DIR=
|
LIBFAME_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if USE_LIBPNG
|
||||||
|
LIBPNG_DIR=libpng
|
||||||
|
else
|
||||||
|
LIBPNG_DIR=
|
||||||
|
endif
|
||||||
|
|
||||||
if USE_MAD
|
if USE_MAD
|
||||||
MAD_DIR=mad
|
MAD_DIR=mad
|
||||||
else
|
else
|
||||||
|
@ -202,24 +208,12 @@ else
|
||||||
SHOUT_DIR=
|
SHOUT_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_SHOUT2
|
|
||||||
SHOUT2_DIR=shout2
|
|
||||||
else
|
|
||||||
SHOUT2_DIR=
|
|
||||||
endif
|
|
||||||
|
|
||||||
if USE_SMOOTHWAVE
|
if USE_SMOOTHWAVE
|
||||||
SMOOTHWAVE_DIR=smoothwave
|
SMOOTHWAVE_DIR=smoothwave
|
||||||
else
|
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
|
||||||
|
@ -254,8 +248,8 @@ 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) $(SNAPSHOT_DIR) $(SWFDEC_DIR) $(TARKIN_DIR) \
|
$(SMOOTHWAVE_DIR) $(SWFDEC_DIR) $(TARKIN_DIR) \
|
||||||
$(VORBIS_DIR) $(XMMS_DIR) $(SHOUT2_DIR)
|
$(VORBIS_DIR) $(XMMS_DIR)
|
||||||
|
|
||||||
DIST_SUBDIRS=\
|
DIST_SUBDIRS=\
|
||||||
a52dec aalib alsa \
|
a52dec aalib alsa \
|
||||||
|
@ -267,5 +261,5 @@ DIST_SUBDIRS=\
|
||||||
ladspa lame lcs libfame \
|
ladspa lame lcs libfame \
|
||||||
mad mikmod mjpegtools mpeg2dec \
|
mad mikmod mjpegtools mpeg2dec \
|
||||||
openquicktime raw1394 rtp \
|
openquicktime raw1394 rtp \
|
||||||
sdl shout shout2 sidplay \
|
sdl shout sidplay \
|
||||||
smoothwave snapshot swfdec tarkin vorbis xmms
|
smoothwave swfdec tarkin vorbis xmms
|
||||||
|
|
Loading…
Reference in a new issue