|
| 1 | +<xml> |
| 2 | + |
| 3 | + <set name="NME_VORBIS" value="${this_dir}/vorbis/" /> |
| 4 | + |
| 5 | + <files id="native-toolkit-vorbis-depends"> |
| 6 | + <depend name="${NME_VORBIS}include/vorbis/codec.h"/> |
| 7 | + <depend name="${NME_VORBIS}include/vorbis/vorbisenc.h"/> |
| 8 | + <depend name="${NME_VORBIS}include/vorbis/vorbisfile.h"/> |
| 9 | + </files> |
| 10 | + |
| 11 | + <files id="native-toolkit-vorbis" tags="" > |
| 12 | + |
| 13 | + <cache value="1" /> |
| 14 | + <tag value="${NATIVE_TOOLKIT_OPTIM_TAG}" if="NATIVE_TOOLKIT_OPTIM_TAG" /> |
| 15 | + |
| 16 | + <depend files="native-toolkit-vorbis-depends"/> |
| 17 | + |
| 18 | + <depend name="${NME_OGG}../config_types.h"/> |
| 19 | + <depend name="${NME_OGG}include/ogg/ogg.h"/> |
| 20 | + <depend name="${NME_OGG}include/ogg/os_types.h"/> |
| 21 | + |
| 22 | + <depend name="${NME_VORBIS}lib/window.h"/> |
| 23 | + <depend name="${NME_VORBIS}lib/smallft.h"/> |
| 24 | + <depend name="${NME_VORBIS}lib/scales.h"/> |
| 25 | + <depend name="${NME_VORBIS}lib/registry.h"/> |
| 26 | + <depend name="${NME_VORBIS}lib/psy.h"/> |
| 27 | + <depend name="${NME_VORBIS}lib/os.h"/> |
| 28 | + <depend name="${NME_VORBIS}lib/misc.h"/> |
| 29 | + <depend name="${NME_VORBIS}lib/mdct.h"/> |
| 30 | + <depend name="${NME_VORBIS}lib/masking.h"/> |
| 31 | + <depend name="${NME_VORBIS}lib/lsp.h"/> |
| 32 | + <depend name="${NME_VORBIS}lib/lpc.h"/> |
| 33 | + <depend name="${NME_VORBIS}lib/lookup_data.h"/> |
| 34 | + <depend name="${NME_VORBIS}lib/lookup.h"/> |
| 35 | + <depend name="${NME_VORBIS}lib/highlevel.h"/> |
| 36 | + <depend name="${NME_VORBIS}lib/envelope.h"/> |
| 37 | + <depend name="${NME_VORBIS}lib/codec_internal.h"/> |
| 38 | + <depend name="${NME_VORBIS}lib/codebook.h"/> |
| 39 | + <depend name="${NME_VORBIS}lib/bitrate.h"/> |
| 40 | + <depend name="${NME_VORBIS}lib/backends.h"/> |
| 41 | + |
| 42 | + |
| 43 | + <compilerflag value="-I${NME_VORBIS}include/"/> |
| 44 | + <compilerflag value="-I${NME_VORBIS}lib/"/> |
| 45 | + <compilerflag value="-I${NME_OGG}/include/"/> |
| 46 | + |
| 47 | + <file name="${NME_VORBIS}lib/mdct.c"/> |
| 48 | + <file name="${NME_VORBIS}lib/smallft.c"/> |
| 49 | + <file name="${NME_VORBIS}lib/block.c"/> |
| 50 | + <file name="${NME_VORBIS}lib/envelope.c"/> |
| 51 | + <file name="${NME_VORBIS}lib/window.c"/> |
| 52 | + <file name="${NME_VORBIS}lib/lsp.c"/> |
| 53 | + <file name="${NME_VORBIS}lib/lpc.c"/> |
| 54 | + <file name="${NME_VORBIS}lib/analysis.c"/> |
| 55 | + <file name="${NME_VORBIS}lib/synthesis.c"/> |
| 56 | + <file name="${NME_VORBIS}lib/psy.c"/> |
| 57 | + <file name="${NME_VORBIS}lib/info.c"/> |
| 58 | + <file name="${NME_VORBIS}lib/floor1.c"/> |
| 59 | + <file name="${NME_VORBIS}lib/floor0.c"/> |
| 60 | + <file name="${NME_VORBIS}lib/res0.c"/> |
| 61 | + <file name="${NME_VORBIS}lib/mapping0.c"/> |
| 62 | + <file name="${NME_VORBIS}lib/registry.c"/> |
| 63 | + <file name="${NME_VORBIS}lib/codebook.c"/> |
| 64 | + <file name="${NME_VORBIS}lib/sharedbook.c"/> |
| 65 | + <!--<file name="${NME_VORBIS}lib/lookup.c"/>--> |
| 66 | + <file name="${NME_VORBIS}lib/bitrate.c"/> |
| 67 | + <file name="${NME_VORBIS}lib/vorbisfile.c"/> |
| 68 | + <file name="${NME_VORBIS}lib/vorbisenc.c"/> |
| 69 | + |
| 70 | + </files> |
| 71 | + |
| 72 | +</xml> |
0 commit comments