diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-04 15:54:58 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-04 15:54:58 +0000 |
commit | 3115f532f420fe3e60432a8145118055233b3caa (patch) | |
tree | 2e88ba613327be7ca0f38c0a1a8e8b8942cf3800 /ext | |
parent | 7523a7139a28462f59b80a97ff8a12b59f88a30b (diff) | |
download | gst-plugins-bad-3115f532f420fe3e60432a8145118055233b3caa.tar.gz gst-plugins-bad-3115f532f420fe3e60432a8145118055233b3caa.tar.bz2 gst-plugins-bad-3115f532f420fe3e60432a8145118055233b3caa.zip |
doing the proper ladspa thing
Original commit message from CVS:
doing the proper ladspa thing
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 4c8f3ea8..72afc287 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -118,7 +118,11 @@ else JPEG_DIR= endif +if USE_LADSPA LADSPA_DIR=ladspa +else +LADPSA_DIR= +endif if USE_LAME LAME_DIR=lame |