blob: e86368c83d304d389df4e3399e3ad41062b18759 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
# # Process this file with automake to produce Makefile.in.
EXTRA_DIST = \
$(docs_DATA) \
filter-help.txt \
make-filter-man.sh \
make-import-man.sh \
make-module-man.sed \
export-mods.txt \
import-mods.txt
SUBDIRS = \
man \
html \
pvm3 \
tech
docsdir = $(datadir)/doc/transcode
docs_DATA = \
DV-to-DVD-HOWTO.txt \
README.Inverse.Telecine.txt \
README.dv \
README.cluster \
README.filter.modfps \
README.rip \
README.sync \
README.vcd \
README.xvid-credits \
RELNOTES-0.6.13 \
RELNOTES-1.1.0 \
export_ffmpeg.txt \
export_mp2.txt \
filter-socket.txt \
filter_dnr.txt \
filter_logo.txt \
filter_logoaway.txt \
filter_text.txt \
filter_yuvdenoise.txt \
framerate.txt \
import-xml.txt \
import_nvrec.txt \
import_v4l2.txt \
import_yuv.txt \
import_x11.txt \
faq \
template.cfg.txt
|