libaacs | branch: master | npzacs <[email protected]> | Mon Apr 30 20:16:07 2012 
+0300| [80ea3e06b6b4b18998cbe59e780b567bddd78e75] | committer: npzacs

Renamed libaacs_test -> aacs_info

> http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=80ea3e06b6b4b18998cbe59e780b567bddd78e75
---

 ChangeLog                                    |    1 +
 src/examples/Makefile.am                     |    6 +++---
 src/examples/{libaacs_test.c => aacs_info.c} |    2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 50395e7..7a58fa7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 ????-??-??: 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
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index 1992dcf..7f27ba6 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -10,7 +10,7 @@ CFLAGS=$(shell test -z "$$CFLAGS" || echo "$$CFLAGS")
 
 AACS_LIB = $(top_builddir)/src/libaacs.la
 
-noinst_PROGRAMS=parser_test libaacs_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)
 
-libaacs_test_SOURCE=libaacs_test.c
-libaacs_test_LDADD = $(AACS_LIB)
+aacs_info_SOURCE=libaacs_test.c
+aacs_info_LDADD = $(AACS_LIB)
diff --git a/src/examples/libaacs_test.c b/src/examples/aacs_info.c
similarity index 96%
rename from src/examples/libaacs_test.c
rename to src/examples/aacs_info.c
index 5c382d9..3815089 100644
--- a/src/examples/libaacs_test.c
+++ b/src/examples/aacs_info.c
@@ -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);
     }
 

_______________________________________________
libaacs-devel mailing list
[email protected]
http://mailman.videolan.org/listinfo/libaacs-devel

Reply via email to