From a2c5b5778cda0493f4c19a116f455caba594b4bb Mon Sep 17 00:00:00 2001 From: Karl Blomster Date: Wed, 24 Sep 2008 11:27:42 +0000 Subject: [PATCH] eol-style native on new files, also add said new files to Makefile.am Originally committed to SVN as r2388. --- aegisub/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aegisub/Makefile.am b/aegisub/Makefile.am index 6883a5a61..5b7a8c5ff 100644 --- a/aegisub/Makefile.am +++ b/aegisub/Makefile.am @@ -144,6 +144,7 @@ EXTRA_aegisub_SOURCES = \ audio_player_pulse.cpp \ audio_provider_avs.cpp \ audio_provider_lavc.cpp \ + audio_provider_ffmpegsource.cpp \ auto4_auto3.cpp \ auto4_lua.cpp \ auto4_lua_assfile.cpp \ @@ -154,6 +155,7 @@ EXTRA_aegisub_SOURCES = \ auto4_ruby_dialog.cpp \ avisynth_wrap.cpp \ dialog_associations.cpp \ + ffmpegsource_common.cpp \ lavc_file.cpp \ lavc_keyframes.cpp \ macosx/bevelButton.cpp \