Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
libaec
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Mathis Rosenhauer
libaec
Commits
ef4d954b
Commit
ef4d954b
authored
May 19, 2016
by
Mathis Rosenhauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small fix for Windows
parent
2aa8f9c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
src/decode.c
src/decode.c
+2
-1
No files found.
CMakeLists.txt
View file @
ef4d954b
...
...
@@ -51,7 +51,7 @@ SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY
"libaec - Adaptive Entropy Coding library"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR
"0"
)
SET
(
CPACK_PACKAGE_VERSION_MINOR
"3"
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
"
2
"
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
"
3
"
)
SET
(
CPACK_PACKAGE_INSTALL_DIRECTORY
"libaec"
)
SET
(
CPACK_RESOURCE_FILE_LICENSE
"
${
PROJECT_SOURCE_DIR
}
/COPYING"
)
SET
(
CPACK_RESOURCE_FILE_README
"
${
PROJECT_SOURCE_DIR
}
/README"
)
...
...
src/decode.c
View file @
ef4d954b
...
...
@@ -458,7 +458,8 @@ static int m_split_fs(struct aec_stream *strm)
static
int
m_split
(
struct
aec_stream
*
strm
)
{
size_t
i
,
k
;
size_t
i
;
int
k
;
struct
internal_state
*
state
=
strm
->
state
;
if
(
BUFFERSPACE
(
strm
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment