Editor/PluginsFFMPEGPlugin

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-07-14 09:35:12 -07:00
parent 87ca863ed4
commit b5c2b2a07b
4 changed files with 0 additions and 28 deletions
@@ -6,7 +6,6 @@
*/
#include "FFMPEGPlugin_precompiled.h"
#include "FFMPEGPlugin.h"
#include "CryString.h"
typedef CryStringT<char> string;
@@ -1,24 +0,0 @@
/*
* Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#pragma once
#include <AzCore/PlatformDef.h>
#include "resource.h"
/////////////////////////////////////////////////////////////////////////////
// CRY Stuff ////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
#include <platform.h>
/////////////////////////////////////////////////////////////////////////////
// CRY Stuff ////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
#include <ISystem.h>
#include "EditorCoreAPI.h"
@@ -8,7 +8,6 @@
set(FILES
FFMPEGPlugin.rc
main.cpp
FFMPEGPlugin_precompiled.h
FFMPEGPlugin.cpp
FFMPEGPlugin.h
)
@@ -5,8 +5,6 @@
*
*/
#include "FFMPEGPlugin_precompiled.h"
#include "FFMPEGPlugin.h"
#include "Include/IEditorClassFactory.h"