From b44540e63f99e5833c57cea8f642959c24678a97 Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Wed, 28 Mar 2007 01:59:14 +0000 Subject: [PATCH] Added video_provider_lavc.cpp to the unix makefile. Originally committed to SVN as r960. --- aegisub/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/aegisub/Makefile.am b/aegisub/Makefile.am index d27001242..1a3305a8c 100644 --- a/aegisub/Makefile.am +++ b/aegisub/Makefile.am @@ -128,6 +128,7 @@ aegisub_SOURCES = \ video_display_visual.cpp \ video_frame.cpp \ video_provider.cpp \ + video_provider_lavc.cpp \ video_slider.cpp \ video_zoom.cpp \ MatroskaParser.c