diff options
| author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-01 10:51:17 +0000 |
|---|---|---|
| committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-01 10:51:17 +0000 |
| commit | d61065944e27330591603c4a49d0b6d698ddbd01 (patch) | |
| tree | f2582cf047854f6da56f849ec22cf0d1917411e4 | |
| parent | ee0c7c63bc60a0e98c23bddd9464ce4e7ac6af03 (diff) | |
adding fame plugin
Original commit message from CVS:
adding fame plugin
| -rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 970f97a3..005696ef 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -132,6 +132,12 @@ else LCS_DIR= endif +if USE_LIBFAME +LIBFAME_DIR=libfame +else +LIBFAME_DIR= +endif + if USE_MAD MAD_DIR=mad else @@ -235,7 +241,7 @@ DIST_SUBDIRS=\ dvdread dvdnav esd ffmpeg \ flac gnomevfs gsm \ hermes http jack jpeg \ - ladspa lame lcs \ + ladspa lame lcs libfame \ mad mikmod mjpegtools mpeg2dec \ openquicktime raw1394 rtp \ sdl shout sidplay \ |
