Skip to content

Commit

Permalink
projects: Update for recent upstream merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Jul 31, 2016
1 parent d965ca5 commit 5001129
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions SMP/config.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,7 @@
%define CONFIG_BINTEXT_DECODER 1
%define CONFIG_XBIN_DECODER 1
%define CONFIG_IDF_DECODER 1
%define CONFIG_LIBOPENH264_DECODER 0
%define CONFIG_H264_CUVID_DECODER 0
%define CONFIG_HEVC_CUVID_DECODER 0
%define CONFIG_VC1_CUVID_DECODER 0
Expand Down
1 change: 1 addition & 0 deletions SMP/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -1192,6 +1192,7 @@
#define CONFIG_BINTEXT_DECODER 1
#define CONFIG_XBIN_DECODER 1
#define CONFIG_IDF_DECODER 1
#define CONFIG_LIBOPENH264_DECODER 0
#define CONFIG_H264_CUVID_DECODER 0
#define CONFIG_HEVC_CUVID_DECODER 0
#define CONFIG_VC1_CUVID_DECODER 0
Expand Down
2 changes: 1 addition & 1 deletion SMP/libavcodec.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
<ClCompile Include="..\libavcodec\mpeg4videoenc.c" />
<ClCompile Include="..\libavcodec\ituh263enc.c" />
<ClCompile Include="..\libavcodec\flvenc.c" />
<ClCompile Include="..\libavcodec\h264.c" />
<ClCompile Include="..\libavcodec\h264dec.c" />
<ClCompile Include="..\libavcodec\h264_cabac.c" />
<ClCompile Include="..\libavcodec\h264_cavlc.c" />
<ClCompile Include="..\libavcodec\h264_direct.c" />
Expand Down
2 changes: 1 addition & 1 deletion SMP/libavcodec.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,7 @@
<ClCompile Include="..\libavcodec\flvenc.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\h264.c">
<ClCompile Include="..\libavcodec\h264dec.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\h264_cabac.c">
Expand Down

0 comments on commit 5001129

Please sign in to comment.