Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
libaacs
Commits
80ea3e06
Commit
80ea3e06
authored
Apr 30, 2012
by
npzacs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed libaacs_test -> aacs_info
parent
88d21f31
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
ChangeLog
ChangeLog
+1
-0
src/examples/Makefile.am
src/examples/Makefile.am
+3
-3
src/examples/aacs_info.c
src/examples/aacs_info.c
+1
-1
No files found.
ChangeLog
View file @
80ea3e06
????-??-??: Version 0.4.0
- Added aacs_open2() and error codes
- Renamed libaacs_test to aacs_info
2012-03-21: Version 0.3.1
- Added configure option for libgcrypt prefix
...
...
src/examples/Makefile.am
View file @
80ea3e06
...
...
@@ -10,7 +10,7 @@ CFLAGS=$(shell test -z "$$CFLAGS" || echo "$$CFLAGS")
AACS_LIB
=
$(top_builddir)
/src/libaacs.la
noinst_PROGRAMS
=
parser_test
lib
aacs_
test
noinst_PROGRAMS
=
parser_test aacs_
info
parser_test_SOURCES
=
parser_test.c
\
$(top_builddir)
/src/keydbcfg-lexer.c
\
...
...
@@ -18,5 +18,5 @@ parser_test_SOURCES=parser_test.c \
parser_test_LDADD
=
$(AACS_LIB)
lib
aacs_
test
_SOURCE
=
libaacs_test.c
lib
aacs_
test
_LDADD
=
$(AACS_LIB)
aacs_
info
_SOURCE
=
libaacs_test.c
aacs_
info
_LDADD
=
$(AACS_LIB)
src/examples/
lib
aacs_
test
.c
→
src/examples/aacs_
info
.c
View file @
80ea3e06
...
...
@@ -67,7 +67,7 @@ int main (int argc, char **argv)
int
major
,
minor
,
micro
,
error_code
=
AACS_SUCCESS
;
if
(
argc
<
2
)
{
fprintf
(
stderr
,
"Usage:
%s
<path-to-disc-root> [<path-to-config-file>]
\n
"
,
argv
[
0
]
);
fprintf
(
stderr
,
"Usage:
aacs_info
<path-to-disc-root> [<path-to-config-file>]
\n
"
);
exit
(
EXIT_FAILURE
);
}
...
...
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