From ad1d357c61bf7b2c038cc0d2e6e7f5ac9e432154 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sat, 8 Mar 2008 20:37:32 +0000 Subject: [PATCH] ADd missing video_provider_manager.cpp and remove video_provider.cpp. Originally committed to SVN as r1975. --- aegisub/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/Makefile.am b/aegisub/Makefile.am index 671ab08ce..f3c75c438 100644 --- a/aegisub/Makefile.am +++ b/aegisub/Makefile.am @@ -269,8 +269,8 @@ aegisub_SOURCES = \ video_context.cpp \ video_display.cpp \ video_frame.cpp \ - video_provider.cpp \ video_provider_dummy.cpp \ + video_provider_manager.cpp \ video_provider_cache.cpp \ video_slider.cpp \ visual_feature.cpp \