repo.or.cz
/
xiph-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add Russian translation provided by Валерий Крувялис <valkru@mail.ru>
[xiph-mirror.git]
/
theora-exp
/
include
/
theora
/
Makefile.am
blob
1491cd32b1b7c24eaa824e943309f893e1e6642d
1
## Process this file with automake to produce Makefile.in
2
3
EXTRA_DIST = \
4
theoraenc.h
5
6
SUBDIRS = compat
7
8
if TH_ENCODER
9
TH_ENCODER_FILES= \
10
theoraenc.h
11
else
12
TH_ENCODER_FILES=
13
endif
14
15
theoraincludedir = $(includedir)/theora
16
17
theorainclude_HEADERS = codec.h theoradec.h $(TH_ENCODER_FILES)
18