aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README61
1 files changed, 30 insertions, 31 deletions
diff --git a/README b/README
index f715848..b52b571 100644
--- a/README
+++ b/README
@@ -81,31 +81,31 @@ export IPC_HEADERS=<path to IPC Headers> (MmRpc.h)
81 81
82Building: 82Building:
83 83
84 user@target:~/libdce# ./autogen.sh --prefix=/usr 84 user@target:~/libdce# ./autogen.sh --prefix=/usr
85 This will check for required packages, compiler, 85 This will check for required packages, compiler,
86 headers and generates the Makefile. --prefix=/usr 86 headers and generates the Makefile. --prefix=/usr
87 will confirure the install directory to /usr 87 will confirure the install directory to /usr
88 88
89 user@target:~/libdce# make 89 user@target:~/libdce# make
90 Running make will build the library. It generates 90 Running make will build the library. It generates
91 the shared objects, static library, libdce.la 91 the shared objects, static library, libdce.la
92 file for linking (Used by libtool) and 92 file for linking (Used by libtool) and
93 libdce.pc used for querying using pkg-config. 93 libdce.pc used for querying using pkg-config.
94 94
95 user@target:~/libdce# make install 95 user@target:~/libdce# make install
96 Installs the library files(libdce.so*, libdce.a, 96 Installs the library files(libdce.so*, libdce.a,
97 libdce.la) to $(--prefix)/lib. 97 libdce.la) to $(--prefix)/lib.
98 Installs libdce.pc to $(--prefix)/lib/pkgconfig 98 Installs libdce.pc to $(--prefix)/lib/pkgconfig
99 Installs libdce.h and required headers to 99 Installs libdce.h and required headers to
100 $(--prefix)/include/dce/ 100 $(--prefix)/include/dce/
101 101
102Clean: 102Clean:
103 103
104 user@target:~/libdce# make clean 104 user@target:~/libdce# make clean
105 This will clean the build. Run make to build. 105 This will clean the build. Run make to build.
106 user@target:~/libdce# make distclean 106 user@target:~/libdce# make distclean
107 This will clean the build and remove Makefiles. 107 This will clean the build and remove Makefiles.
108 Follow build steps above to build again. 108 Follow build steps above to build again.
109 109
110######################### For Android ######################### 110######################### For Android #########################
111 111
@@ -493,18 +493,17 @@ If (BUILDOS_LINUX) {
493************ Version Info of Headers included in packages folder *********** 493************ Version Info of Headers included in packages folder ***********
494 494
495Tools: 495Tools:
496XDC version : xdctools_3_25_02_70 496XDC version : xdctools_3_25_04_88
497CE version : codec_engine_3_24_00_08 497CE version : codec_engine_3_24_00_08
498XDAIS version: xdais_7_24_00_04 498XDAIS version: xdais_7_24_00_04
499FC version: framework_components_3_24_02_15
499 500
500IVAHD_Codecs: 501IVAHD_Codecs:
501H.264 Dec : 02.00.13.00 502H.264 Enc : 02.00.07.01
502MJPEG Dec : 01.00.11.01 503H.264 Dec : 02.00.15.01
503MPEG-4 Dec : 01.00.13.00 504MJPEG Dec : 01.00.12.01
505MPEG-2 Dec : 01.00.13.01
506MPEG-4 Enc : 01.00.02.01
507MPEG-4 Dec : 01.00.14.01
504VC-1 Dec : 01.00.00.11 508VC-1 Dec : 01.00.00.11
505MPEG-2 Dec : 01.00.12.00
506SVC Dec : 00.06.00.00
507H.264 Enc : 02.00.06.01
508MJPEG Enc : 01.00.02.01
509SVC Enc : 00.02.00.05
510 509