Skip to content

Commit

Permalink
box: Move box type definitions into another file.
Browse files Browse the repository at this point in the history
Also make them as constants.
  • Loading branch information
VFR-maniac committed Mar 2, 2017
1 parent 294d62c commit 54f5277
Show file tree
Hide file tree
Showing 6 changed files with 288 additions and 239 deletions.
1 change: 1 addition & 0 deletions L-SMASH.vcxproj
Expand Up @@ -172,6 +172,7 @@
<ClCompile Include="common\utils.c" />
<ClCompile Include="core\box.c" />
<ClCompile Include="core\box_default.c" />
<ClCompile Include="core\box_type.c" />
<ClCompile Include="core\chapter.c" />
<ClCompile Include="core\file.c" />
<ClCompile Include="core\fragment.c" />
Expand Down
3 changes: 3 additions & 0 deletions L-SMASH.vcxproj.filters
Expand Up @@ -141,6 +141,9 @@
<ClCompile Include="core\box_default.c">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="core\box_type.c">
<Filter>Sources</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="codecs\a52.h">
Expand Down
1 change: 1 addition & 0 deletions configure
Expand Up @@ -343,6 +343,7 @@ SRC_IMPORTER=" \
SRC_CORE=" \
box.c \
box_default.c \
box_type.c \
chapter.c \
file.c \
fragment.c \
Expand Down

0 comments on commit 54f5277

Please sign in to comment.