File: Makefile.am

package info (click to toggle)
gavl 1.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 14,788 kB
  • ctags: 18,664
  • sloc: ansic: 436,540; sh: 10,497; makefile: 230
file content (24 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SUBDIRS = gavl

private_headers = \
accel.h \
arith128.h \
attributes.h \
audio.h \
blend.h \
bswap.h \
colorspace.h \
deinterlace.h \
dsp.h \
float_cast.h \
interleave.h \
macros.h \
mix.h \
sampleformat.h \
samplerate.h \
scale.h \
transform.h \
video.h \
volume.h

noinst_HEADERS =  $(private_headers)