From ae6541cde4af8b345accb0d745f528e918c261b1 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 17 Feb 2009 08:12:19 +0000 Subject: [PATCH] Add audio_provider_dummy.cpp to the build which is required when _DEBUG is used. Originally committed to SVN as r2739. --- aegisub/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/aegisub/Makefile.am b/aegisub/Makefile.am index 7ab900635..e3afa1cc5 100644 --- a/aegisub/Makefile.am +++ b/aegisub/Makefile.am @@ -267,6 +267,7 @@ aegisub_2_1_SOURCES = \ dialog_version_check.cpp \ dialog_video_details.cpp \ drop.cpp \ + audio_provider_dummy.cpp \ export_clean_info.cpp \ export_fixstyle.cpp \ export_framerate.cpp \