Home | History | Annotate | only in /system/media/opensles/tools/hashgen
Up to higher level directory
NameDateSize
frag1.c19-Dec-20101.2K
frag2.c19-Dec-2010104
frag3.c19-Dec-2010798
hash.sed19-Dec-2010101
interfaces.c19-Dec-20101.8K
Makefile19-Dec-20101.5K
MPH.h19-Dec-20103.2K
OpenSLES_IID.c19-Dec-201011.5K
part1.c19-Dec-2010947
part4.c19-Dec-201047
part6.c19-Dec-2010134
part8.c19-Dec-2010353
README.txt19-Dec-2010508

README.txt

      1 This re-generates the file IID_to_MPH.c using gperf.
      2 You need to do this after modifying either OpenSLES_IID.c or MPH.c.
      3 
      4 Prerequisites:
      5  * GNU make
      6  * GNU gperf perfect hash generator
      7 
      8 Usage:
      9 Type 'make'.
     10 Diff the old file in ../../libopensles vs. the newly generated IID_to_MPH.c here.
     11 If the differences look OK, then copy the new IID_to_MPH.c back to
     12   its stable location in ../../libopensles using 'make install'.
     13 Build and test the usage of the new IID.
     14 Then do 'make clean' or 'make distclean' here.
     15