diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-24 13:34:05 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-24 13:34:05 +0000 |
commit | 0232ff9645070024f90e7c83b821fb472c46e34b (patch) | |
tree | e5c5184bc62d04459cc3abcf523d89414111bce5 /ext/Makefile.am | |
parent | 3885c61ec9614bfac270755db6025289e2f059d0 (diff) | |
download | gst-plugins-bad-0232ff9645070024f90e7c83b821fb472c46e34b.tar.gz gst-plugins-bad-0232ff9645070024f90e7c83b821fb472c46e34b.tar.bz2 gst-plugins-bad-0232ff9645070024f90e7c83b821fb472c46e34b.zip |
enable more; update for basetransform
Original commit message from CVS:
enable more; update for basetransform
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index de7252cd..082884ee 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -172,11 +172,11 @@ endif LADSPA_DIR= # endif -# if USE_LAME -# LAME_DIR=lame -# else +if USE_LAME +LAME_DIR=lame +else LAME_DIR= -# endif +endif # if USE_LCS # LCS_DIR=lcs |