File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
XEngine_Application/XEngine_APPModuleTest
XEngine_Module/XEngine_InfoReport Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -114,14 +114,14 @@ using namespace std;
114114#include < XEngine_Include/XEngine_AVCodec/AVCollect_Error.h>
115115#include < XEngine_Include/XEngine_AVCodec/AudioCodec_Define.h>
116116#include < XEngine_Include/XEngine_AVCodec/AudioCodec_Error.h>
117+ #include < XEngine_Include/XEngine_AVCodec/VideoCodec_Define.h>
118+ #include < XEngine_Include/XEngine_AVCodec/VideoCodec_Error.h>
117119#include < XEngine_Include/XEngine_AVCodec/AVFilter_Define.h>
118120#include < XEngine_Include/XEngine_AVCodec/AVFilter_Error.h>
119121#include < XEngine_Include/XEngine_AVCodec/AVFormat_Define.h>
120122#include < XEngine_Include/XEngine_AVCodec/AVFormat_Error.h>
121123#include < XEngine_Include/XEngine_AVCodec/AVFrame_Define.h>
122124#include < XEngine_Include/XEngine_AVCodec/AVFrame_Error.h>
123- #include < XEngine_Include/XEngine_AVCodec/VideoCodec_Define.h>
124- #include < XEngine_Include/XEngine_AVCodec/VideoCodec_Error.h>
125125#include < XEngine_Include/XEngine_AVCodec/AVHelp_Define.h>
126126#include < XEngine_Include/XEngine_AVCodec/AVHelp_Error.h>
127127
Original file line number Diff line number Diff line change 9999 <PropertyGroup Label =" UserMacros" />
100100 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
101101 <IncludePath >$(XEngine_Include);../jsoncpp;..\XEngine_InfoReport;$(IncludePath)</IncludePath >
102- <LibraryPath >$(XEngine_Lib32);$(XEngine_Library); ../;$(LibraryPath)</LibraryPath >
102+ <LibraryPath >$(XEngine_Lib32);../;$(LibraryPath)</LibraryPath >
103103 </PropertyGroup >
104104 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
105105 <IncludePath >$(XEngine_Include);../jsoncpp;..\XEngine_InfoReport;$(IncludePath)</IncludePath >
106106 <LibraryPath >$(XEngine_Lib32);../;$(LibraryPath)</LibraryPath >
107107 </PropertyGroup >
108108 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
109109 <IncludePath >$(XEngine_Include);../jsoncpp;..\XEngine_InfoReport;$(IncludePath)</IncludePath >
110- <LibraryPath >$(XEngine_Lib64);$(XEngine_Library); ../;$(LibraryPath)</LibraryPath >
110+ <LibraryPath >$(XEngine_Lib64);../;$(LibraryPath)</LibraryPath >
111111 </PropertyGroup >
112112 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" >
113113 <IncludePath >$(XEngine_Include);../jsoncpp;..\XEngine_InfoReport;$(IncludePath)</IncludePath >
114114 <LibraryPath >$(XEngine_LibArm64);../;$(LibraryPath)</LibraryPath >
115115 </PropertyGroup >
116116 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
117117 <IncludePath >$(XEngine_Include);../jsoncpp;..\XEngine_InfoReport;$(IncludePath)</IncludePath >
118- <LibraryPath >$(XEngine_Lib64);$(XEngine_Library); ../;$(LibraryPath)</LibraryPath >
118+ <LibraryPath >$(XEngine_Lib64);../;$(LibraryPath)</LibraryPath >
119119 </PropertyGroup >
120120 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" >
121121 <IncludePath >$(XEngine_Include);../jsoncpp;..\XEngine_InfoReport;$(IncludePath)</IncludePath >
You can’t perform that action at this time.
0 commit comments