From 40987da11a1bd6c71c57e4a28ce43b3a490c6a54 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Mon, 5 Oct 2009 21:32:44 +0000 Subject: [PATCH] Fix spelling of video_out_gl.cpp. Originally committed to SVN as r3620. --- 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 feec1f77e..ef43073bf 100644 --- a/aegisub/src/Makefile.am +++ b/aegisub/src/Makefile.am @@ -305,7 +305,7 @@ aegisub_2_2_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 \