diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 15:38:01 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 15:38:01 +0000 |
commit | afbab15f983a7ea3e0c311da0ecea93a308bc2fa (patch) | |
tree | b38ff6285371ca53c7bf8627bd9c26c5b5916748 /ext | |
parent | edce30d074796a9b4ed3f95dfb159968ee523606 (diff) |
adding openquicktime (the renamed quicktime)
Original commit message from CVS:
adding openquicktime (the renamed quicktime)
Diffstat (limited to 'ext')
-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 8a69f2c2..d5c74f0d 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -95,6 +95,12 @@ else MPEG2DEC_DIR= endif +if USE_OPENQUICKTIME +OPENQUICKTIME_DIR=openquicktime +else +OPENQUICKTIME_DIR= +endif + if USE_SDL SDL_DIR=sdl else @@ -117,7 +123,8 @@ SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) $(AUDIOFILE_DIR) \ $(AVIFILE_DIR) $(CDPARANOIA_DIR) $(DVDREAD_DIR) $(ESD_DIR) \ $(FESTIVAL_DIR) $(FLAC_DIR) $(GSM_DIR) $(HERMES_DIR) \ $(JPEG_DIR) $(LAME_DIR) $(MAD_DIR) $(MPEG2DEC_DIR) \ - $(SDL_DIR) $(SHOUT_DIR) $(VORBIS_DIR) + $(OPENQUICKTIME_DIR) $(SDL_DIR) $(SHOUT_DIR) $(VORBIS_DIR) DIST_SUBDIRS=a52 aalib alsa avifile audiofile cdparanoia dvdread esd \ - festival flac gsm hermes jpeg lame mad mpeg2dec sdl shout vorbis + festival flac gsm hermes jpeg lame mad mpeg2dec \ + openquicktime sdl shout vorbis |