From d4f77b713577688a773cb2a2229e42cf9155c52e Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Thu, 29 Oct 2009 13:28:23 +0000 Subject: [PATCH] Fix typo in Makefile.am preventing video_out_gl.cpp from getting built Originally committed to SVN as r3750. --- aegisub/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/Makefile.am b/aegisub/src/Makefile.am index 4286c6d72..dd23a5b96 100644 --- a/aegisub/src/Makefile.am +++ b/aegisub/src/Makefile.am @@ -338,7 +338,7 @@ aegisub_2_1_SOURCES = \ video_context.cpp \ video_display.cpp \ video_frame.cpp \ - video_out_gl.ccp \ + video_out_gl.cpp \ video_provider_cache.cpp \ video_provider_dummy.cpp \ video_provider_manager.cpp \