File: Makefile.am

package info (click to toggle)
gavl 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,324 kB
  • sloc: ansic: 474,645; makefile: 305; sh: 109
file content (32 lines) | stat: -rw-r--r-- 425 bytes parent folder | download
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
SUBDIRS = gavl

private_headers = \
accel.h \
arith128.h \
attributes.h \
audio.h \
blend.h \
bswap.h \
colorspace.h \
countrycodes.h \
deinterlace.h \
dsp.h \
float_cast.h \
gavlshm.h \
hw_private.h \
interleave.h \
io_private.h \
language_table.h \
macros.h \
memalign.h \
mix.h \
sampleformat.h \
samplerate.h \
scale.h \
socket_private.h \
transform.h \
vaapi.h \
video.h \
volume.h

noinst_HEADERS =  $(private_headers)