diff options
author | David Schleef <ds@schleef.org> | 2003-06-25 03:18:27 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-06-25 03:18:27 +0000 |
commit | eb0068e3ce93ad4c9d8e274b51edfcb08e31309a (patch) | |
tree | 359f5ea41f96c5d49bf5ffa4cdb7a674e6a0d105 /ext | |
parent | c751023ecae71cb114cf76bd66f949936f400393 (diff) | |
download | gst-plugins-bad-eb0068e3ce93ad4c9d8e274b51edfcb08e31309a.tar.gz gst-plugins-bad-eb0068e3ce93ad4c9d8e274b51edfcb08e31309a.tar.bz2 gst-plugins-bad-eb0068e3ce93ad4c9d8e274b51edfcb08e31309a.zip |
Add gdkpixbuf subdir. Alphabetize a few others.
Original commit message from CVS:
Add gdkpixbuf subdir. Alphabetize a few others.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 2bbd769e..6bc60b87 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -76,12 +76,6 @@ endif ## FESTIVAL_DIR= ## endif -if USE_GSM -GSM_DIR=gsm -else -GSM_DIR= -endif - if USE_FFMPEG FFMPEG_DIR=ffmpeg else @@ -94,12 +88,24 @@ else FLAC_DIR= endif +if USE_GDK_PIXBUF +GDK_PIXBUF_DIR=gdk_pixbuf +else +GDK_PIXBUF_DIR= +endif + if USE_GNOME_VFS GNOMEVFS_DIR=gnomevfs else GNOMEVFS_DIR= endif +if USE_GSM +GSM_DIR=gsm +else +GSM_DIR= +endif + if USE_HERMES HERMES_DIR=hermes else @@ -266,7 +272,7 @@ SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \ $(ARTS_DIR) $(ARTSC_DIR) $(AUDIOFILE_DIR) \ $(CDPARANOIA_DIR) $(DIVX_DIR) \ $(DVDREAD_DIR) $(DVDNAV_DIR) $(ESD_DIR) $(MAS_DIR) \ - $(FFMPEG_DIR) $(FLAC_DIR) $(GNOMEVFS_DIR) $(GSM_DIR) \ + $(FFMPEG_DIR) $(FLAC_DIR) $(GDK_PIXBUF_DIR) $(GNOMEVFS_DIR) $(GSM_DIR) \ $(HERMES_DIR) $(JACK_DIR) $(JPEG_DIR) \ $(LADSPA_DIR) $(LAME_DIR) $(LCS_DIR) \ $(LIBDV_DIR) $(LIBFAME_DIR) $(LIBPNG_DIR) \ @@ -281,7 +287,7 @@ DIST_SUBDIRS=\ arts artsd \ audiofile cdparanoia divx dv \ dvdread dvdnav esd mas ffmpeg \ - flac gnomevfs gsm \ + flac gdk_pixbuf gnomevfs gsm \ hermes ivorbis jack jpeg \ ladspa lame lcs libfame libpng \ mad mikmod mjpegtools mpeg2dec \ |