From ed7d420bd061f4fc09d9dab2d011146e75f623b1 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Thu, 17 Jan 2002 12:41:05 +0000 Subject: jpegmmx addition and some small changes Original commit message from CVS: jpegmmx addition and some small changes --- ext/Makefile.am | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'ext') diff --git a/ext/Makefile.am b/ext/Makefile.am index bd24b637..c163c99c 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -106,6 +106,12 @@ else JPEG_DIR= endif +if USE_MJPEGTOOLS +JPEG_MMX_DIR=jpeg-mmx +else +JPEG_MMX_DIR= +endif + LADSPA_DIR=ladspa if USE_LAME @@ -192,11 +198,11 @@ SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \ $(DVDREAD_DIR) $(ESD_DIR) $(FESTIVAL_DIR) \ $(FLAC_DIR) $(GNOMEVFS_DIR) $(GSM_DIR) \ $(HERMES_DIR) $(HTTP_DIR) $(JPEG_DIR) \ - $(LADSPA_DIR) $(LAME_DIR) $(MAD_DIR) \ - $(MIKMOD_DIR) $(MPEG2DEC_DIR) $(OPENQUICKTIME_DIR) \ - $(RAW1394_DIR) $(RTP_DIR) $(SDL_DIR) \ - $(SHOUT_DIR) $(SIDPLAY_DIR) $(SMOOTHWAVE_DIR) \ - $(VORBIS_DIR) $(XMMS_DIR) + $(JPEG_MMX_DIR) $(LADSPA_DIR) $(LAME_DIR) \ + $(MAD_DIR) $(MIKMOD_DIR) $(MPEG2DEC_DIR) \ + $(OPENQUICKTIME_DIR) $(RAW1394_DIR) $(RTP_DIR) \ + $(SDL_DIR) $(SHOUT_DIR) $(SIDPLAY_DIR) \ + $(SMOOTHWAVE_DIR) $(VORBIS_DIR) $(XMMS_DIR) DIST_SUBDIRS=\ a52dec aalib alsa \ @@ -205,8 +211,8 @@ DIST_SUBDIRS=\ dvdread esd festival \ flac gnomevfs gsm \ hermes http jpeg \ - ladspa lame mad \ - mikmod mpeg2dec openquicktime \ - raw1394 rtp sdl \ - shout sidplay smoothwave \ - vorbis xmms + jpeg-mmx ladspa lame \ + mad mikmod mpeg2dec \ + openquicktime raw1394 rtp \ + sdl shout sidplay \ + smoothwave vorbis xmms -- cgit