X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fffmpeg%2FStdAfx.h;h=5ecbe80f1cf1f7a2ec4767b4d456317995abacf5;hb=7930b37f8ea94a9c8f0877744baac7cc34458ff8;hp=958e3ccdaf73493c633dc69403ed40c51e0dbf48;hpb=c5f0ad65444bd8f55d9cb5f04f726d9e6f36c964;p=casparcg diff --git a/modules/ffmpeg/StdAfx.h b/modules/ffmpeg/StdAfx.h index 958e3ccda..5ecbe80f1 100644 --- a/modules/ffmpeg/StdAfx.h +++ b/modules/ffmpeg/StdAfx.h @@ -1,27 +1,23 @@ /* -* copyright (c) 2010 Sveriges Television AB +* Copyright (c) 2011 Sveriges Television AB * -* This file is part of CasparCG. +* This file is part of CasparCG (www.casparcg.com). * -* CasparCG is free software: you can redistribute it and/or modify -* it under the terms of the GNU General Public License as published by -* the Free Software Foundation, either version 3 of the License, or -* (at your option) any later version. +* CasparCG is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. * -* CasparCG is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. - -* You should have received a copy of the GNU General Public License -* along with CasparCG. If not, see . +* CasparCG is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with CasparCG. If not, see . * +* Author: Robert Nagy, ronag89@gmail.com */ - -// stdafx.h : include file for standard system include files, -// or project specific include files that are used frequently, but -// are changed infrequently -// #pragma once @@ -31,35 +27,55 @@ #define NOMINMAX -#include -#include -#include #include -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#include - +#include +#include +#include +#include +#include +#include #include #include #include +#include +#include +#include +#include #include - -#include -#include -#include -//#include "../common/concurrency/executor.h" // Can't include this due to MSVC lambda bug - -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #pragma warning(push, 1) @@ -67,9 +83,21 @@ extern "C" { #define __STDC_CONSTANT_MACROS #define __STDC_LIMIT_MACROS - #include #include + #include #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include #include }