diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-11-27 19:58:21 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-11-27 19:58:21 +0000 |
commit | 49be3b526fc099ee568086a7ffa91bc464af8a71 (patch) | |
tree | dd9b679f00bf8ef3a92d6366455827eecc0352ca | |
parent | ab5a4110e2d379f4c1cf3bc71292b3c361cb27d6 (diff) | |
download | gst-plugins-bad-49be3b526fc099ee568086a7ffa91bc464af8a71.tar.gz gst-plugins-bad-49be3b526fc099ee568086a7ffa91bc464af8a71.tar.bz2 gst-plugins-bad-49be3b526fc099ee568086a7ffa91bc464af8a71.zip |
not sure what I did wrong but this should fix it hopefully
Original commit message from CVS:
not sure what I did wrong but this should fix it hopefully
-rw-r--r-- | ext/Makefile.am | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index c2a973f3..28ecac77 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -148,6 +148,12 @@ else LIBFAME_DIR= endif +if USE_LIBPNG +LIBPNG_DIR=libpng +else +LIBPNG_DIR= +endif + if USE_MAD MAD_DIR=mad else @@ -244,7 +250,8 @@ SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \ $(DVDREAD_DIR) $(DVDNAV_DIR) $(ESD_DIR) \ $(FFMPEG_DIR) $(FLAC_DIR) $(GNOMEVFS_DIR) $(GSM_DIR) \ $(HERMES_DIR) $(HTTP_DIR) $(JACK_DIR) $(JPEG_DIR) \ - $(LADSPA_DIR) $(LAME_DIR) $(LCS_DIR) $(LIBDV_DIR) $(LIBFAME_DIR) \ + $(LADSPA_DIR) $(LAME_DIR) $(LCS_DIR) \ + $(LIBDV_DIR) $(LIBFAME_DIR) $(LIBPNG_DIR) \ $(MAD_DIR) $(MIKMOD_DIR) $(MJPEGTOOLS_DIR) $(MPEG2DEC_DIR) \ $(OPENQUICKTIME_DIR) $(RAW1394_DIR) $(RTP_DIR) \ $(SDL_DIR) $(SHOUT_DIR) $(SIDPLAY_DIR) \ @@ -258,7 +265,7 @@ DIST_SUBDIRS=\ dvdread dvdnav esd ffmpeg \ flac gnomevfs gsm \ hermes http jack jpeg \ - ladspa lame lcs libfame \ + ladspa lame lcs libfame libpng \ mad mikmod mjpegtools mpeg2dec \ openquicktime raw1394 rtp \ sdl shout sidplay \ |