mirror of https://github.com/odrling/Aegisub
Fix typo in Makefile.am preventing video_out_gl.cpp from getting built
Originally committed to SVN as r3750.
This commit is contained in:
parent
b267327b67
commit
d4f77b7135
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue