Last change
on this file since 99257 was 96468, checked in by vboxsync, 2 years ago |
libs/libvorbis-1.3.7: Re-exporting, hopefully this time everything is there. bugref:10275
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.2 KB
|
Line | |
---|
1 | ## Process this file with automake to produce Makefile.in
|
---|
2 |
|
---|
3 | docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisfile
|
---|
4 |
|
---|
5 | doc_DATA = OggVorbis_File.html callbacks.html chaining_example_c.html\
|
---|
6 | chainingexample.html crosslap.html datastructures.html decoding.html\
|
---|
7 | example.html exampleindex.html fileinfo.html index.html\
|
---|
8 | initialization.html ov_bitrate.html ov_bitrate_instant.html\
|
---|
9 | ov_callbacks.html ov_clear.html ov_comment.html ov_crosslap.html\
|
---|
10 | ov_fopen.html\
|
---|
11 | ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html\
|
---|
12 | ov_pcm_seek_lap.html ov_pcm_seek_page.html ov_pcm_seek_page_lap.html\
|
---|
13 | ov_pcm_tell.html ov_pcm_total.html ov_raw_seek.html\
|
---|
14 | ov_raw_seek_lap.html ov_raw_tell.html ov_raw_total.html ov_read.html\
|
---|
15 | ov_read_float.html ov_read_filter.html\
|
---|
16 | ov_seekable.html ov_serialnumber.html\
|
---|
17 | ov_streams.html ov_test.html ov_test_callbacks.html ov_test_open.html\
|
---|
18 | ov_time_seek.html ov_time_seek_lap.html ov_time_seek_page.html\
|
---|
19 | ov_time_seek_page_lap.html ov_time_tell.html ov_time_total.html\
|
---|
20 | overview.html reference.html seekexample.html seeking.html\
|
---|
21 | seeking_example_c.html seeking_test_c.html seekingexample.html\
|
---|
22 | style.css threads.html\
|
---|
23 | vorbisfile_example_c.html
|
---|
24 |
|
---|
25 | EXTRA_DIST = $(doc_DATA)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.