diff options
author | Max Kellermann <max@duempel.org> | 2013-04-17 00:33:37 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-17 00:37:30 +0200 |
commit | cc6c452854d996183700d974b8fdf54e7b14aef3 (patch) | |
tree | 9db3f77c9211a327f42183c613129e61b643f70d /Makefile.am | |
parent | f492c78e2ef7c50e1799f493dac106fe2a535ca0 (diff) | |
download | mpd-cc6c452854d996183700d974b8fdf54e7b14aef3.tar.gz mpd-cc6c452854d996183700d974b8fdf54e7b14aef3.tar.xz mpd-cc6c452854d996183700d974b8fdf54e7b14aef3.zip |
output/mvp: remove obsolete plugin
The hardware is obsolete, and the product does not exist anymore on
the Hauppauge web site. Let's see if anybody complains about the
removal.
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 3134af8d5..463c0bec8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -842,11 +842,6 @@ liboutput_plugins_a_SOURCES += \ src/output/JackOutputPlugin.cxx src/output/JackOutputPlugin.hxx endif -if HAVE_MVP -liboutput_plugins_a_SOURCES += \ - src/output/mvp_output_plugin.c src/output/mvp_output_plugin.h -endif - if HAVE_OSS liboutput_plugins_a_SOURCES += \ src/output/OssOutputPlugin.cxx \ |