Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
libaec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mathis Rosenhauer
libaec
Commits
eef48f09
Commit
eef48f09
authored
12 years ago
by
Mathis Rosenhauer
Committed by
Thomas Jahns
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add libaec.la to libsz.la
parent
422bd247
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/Makefile.am
+8
-7
8 additions, 7 deletions
src/Makefile.am
src/szlib.h
+1
-1
1 addition, 1 deletion
src/szlib.h
tests/Makefile.am
+1
-1
1 addition, 1 deletion
tests/Makefile.am
with
10 additions
and
9 deletions
src/Makefile.am
+
8
−
7
View file @
eef48f09
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
libsz_0_0_la_SOURCES
=
sz_compat.c
libaec_0_0_la_LDFLAGS
=
-version-info
0:0
libsz_0_0_la_LDFLAGS
=
-version-info
0:0
lib_LTLIBRARIES
=
libsz.la libaec.la
libaec_la_SOURCES
=
encode.c encode_accessors.c decode.c encode.h encode_accessors.h
libsz_la_SOURCES
=
sz_compat.c libaec.la
libsz_la_LIBADD
=
libaec.la
libaec_la_LDFLAGS
=
-version-info
0:0
libsz_la_LDFLAGS
=
-version-info
0:0
include_HEADERS
=
libaec.h szlib.h
bin_PROGRAMS
=
aec test_szcomp
aec_LDADD
=
libaec
-0.0
.la
test_szcomp_LDADD
=
$(
lib
_LTLIBRARIES
)
aec_LDADD
=
libaec.la
test_szcomp_LDADD
=
lib
sz.la
aec_SOURCES
=
aec.c
test_szcomp_SOURCES
=
test_szcomp.c
This diff is collapsed.
Click to expand it.
src/szlib.h
+
1
−
1
View file @
eef48f09
...
...
@@ -5,7 +5,7 @@
#define SZ_OK AEC_OK
#define SZ_NO_ENCODER_ERROR -1
#define SZ_PARAM_ERROR AEC_ERR
N
O
#define SZ_PARAM_ERROR AEC_
CONF_
ERRO
R
#define SZ_MEM_ERROR AEC_MEM_ERROR
#define SZ_OUTBUFF_FULL -2
...
...
This diff is collapsed.
Click to expand it.
tests/Makefile.am
+
1
−
1
View file @
eef48f09
...
...
@@ -2,4 +2,4 @@ INCLUDES = -I$(top_srcdir)/src
TESTS
=
check_aec
check_PROGRAMS
=
check_aec
check_aec_SOURCES
=
check_aec.c
$(
top_builddir
)
/src/libaec.h
check_aec_LDADD
=
$(
top_builddir
)
/src/libaec
-0.0
.la
check_aec_LDADD
=
$(
top_builddir
)
/src/libaec.la
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment