diff options
author | ivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-12-23 02:09:52 +0000 |
---|---|---|
committer | ivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-12-23 02:09:52 +0000 |
commit | 3d4852d8e029c37902dfd83c8c7c46ba0c16cb37 (patch) | |
tree | e0284cf1d93f99a386c95ee6fadbe9891f3697b7 /libaf/.cvsignore | |
parent | 7cdcc45e705bd2173c6ee74bd03eb001247a5638 (diff) |
Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.
Compilation is optional and can be controled by configure. You need to
have the LADSPA SDK installed in order to have it autodetected by configure.
Manual page is updated.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14218 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/.cvsignore')
-rw-r--r-- | libaf/.cvsignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libaf/.cvsignore b/libaf/.cvsignore index 4671378aef..56f8bbd451 100644 --- a/libaf/.cvsignore +++ b/libaf/.cvsignore @@ -1 +1,2 @@ .depend +config.mak |