new screen: music visualizer

This commit is contained in:
Andrzej Rybczak
2009-08-28 00:38:29 +02:00
parent bc1a8a2d1a
commit 75f9f840f7
11 changed files with 276 additions and 2 deletions

View File

@@ -2,7 +2,8 @@ bin_PROGRAMS = ncmpcpp
ncmpcpp_SOURCES = browser.cpp charset.cpp clock.cpp display.cpp help.cpp \
helpers.cpp info.cpp libmpdclient.c lyrics.cpp media_library.cpp menu.cpp misc.cpp \
mpdpp.cpp ncmpcpp.cpp outputs.cpp playlist.cpp playlist_editor.cpp scrollpad.cpp \
search_engine.cpp settings.cpp song.cpp status.cpp str_pool.c tag_editor.cpp window.cpp
search_engine.cpp settings.cpp song.cpp status.cpp str_pool.c tag_editor.cpp \
visualizer.cpp window.cpp
# set the include path found by configure
INCLUDES= $(all_includes)
@@ -11,4 +12,5 @@ INCLUDES= $(all_includes)
ncmpcpp_LDFLAGS = $(all_libraries)
noinst_HEADERS = browser.h charset.h clock.h display.h global.h help.h \
helpers.h home.h info.h lyrics.h media_library.h menu.h mpdpp.h outputs.h \
playlist_editor.h screen.h scrollpad.h search_engine.h settings.h song.h tag_editor.h window.h
playlist_editor.h screen.h scrollpad.h search_engine.h settings.h song.h tag_editor.h \
visualizer.h window.h