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
dfaddade
Commit
dfaddade
authored
Sep 19, 2012
by
Mathis Rosenhauer
Committed by
Thomas Jahns
Feb 19, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
separate libaec and szlib compatibility
parent
e019ad77
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
src/Makefile.am
src/Makefile.am
+6
-4
src/encode_accessors.c
src/encode_accessors.c
+1
-0
No files found.
src/Makefile.am
View file @
dfaddade
lib_LTLIBRARIES
=
libaec-0.0.la
lib_LTLIBRARIES
=
libsz-0.0.la libaec-0.0.la
libaec_0_0_la_SOURCES
=
encode.c encode_accessors.c decode.c encode.h encode_accessors.h sz_compat.c
libaec_0_0_la_SOURCES
=
encode.c encode_accessors.c decode.c encode.h encode_accessors.h
libsz_0_0_la_SOURCES
=
sz_compat.c
libaec_0_0_la_LDFLAGS
=
-version-info
0:0
libaec_0_0_la_LDFLAGS
=
-version-info
0:0
include_HEADERS
=
libaec.h
libsz_0_0_la_LDFLAGS
=
-version-info
0:0
include_HEADERS
=
libaec.h szlib.h
bin_PROGRAMS
=
aec test_szcomp
bin_PROGRAMS
=
aec test_szcomp
aec_LDADD
=
$(lib_LTLIBRARIES)
aec_LDADD
=
libaec-0.0.la
test_szcomp_LDADD
=
$(lib_LTLIBRARIES)
test_szcomp_LDADD
=
$(lib_LTLIBRARIES)
aec_SOURCES
=
aec.c
aec_SOURCES
=
aec.c
...
...
src/encode_accessors.c
View file @
dfaddade
#include <config.h>
#include <inttypes.h>
#include <inttypes.h>
#include <string.h>
#include <string.h>
#include "libaec.h"
#include "libaec.h"
...
...
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