From: ronag Date: Sat, 10 Dec 2011 20:34:53 +0000 (+0000) Subject: git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches... X-Git-Tag: 2.1.0_Beta1~1055^2~10 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2be93e532007b8e8703e1799b8c11033ce72e9d4;p=casparcg git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/64bit-exp@1865 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d --- diff --git a/shell/main.cpp b/shell/main.cpp index f384a0e59..fc87a3503 100644 --- a/shell/main.cpp +++ b/shell/main.cpp @@ -48,7 +48,7 @@ #include #include #include -//#include +#include #include #include @@ -134,7 +134,7 @@ void print_info() CASPAR_LOG(info) << L" - " << device; CASPAR_LOG(info) << L"Flash " << caspar::flash::get_version(); - //CASPAR_LOG(info) << L"FreeImage " << caspar::image::get_version(); + CASPAR_LOG(info) << L"FreeImage " << caspar::image::get_version(); CASPAR_LOG(info) << L"FFMPEG-avcodec " << caspar::ffmpeg::get_avcodec_version(); CASPAR_LOG(info) << L"FFMPEG-avformat " << caspar::ffmpeg::get_avformat_version(); CASPAR_LOG(info) << L"FFMPEG-avfilter " << caspar::ffmpeg::get_avfilter_version();