File: Makefile.am

package info (click to toggle)
smpeg 0.3.3-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,628 kB
  • ctags: 1,202
  • sloc: cpp: 12,775; sh: 8,115; ansic: 1,317; makefile: 139
file content (24 lines) | stat: -rw-r--r-- 345 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

noinst_LTLIBRARIES = libvideo.la

libvideo_la_SOURCES =		\
	16bit.cpp		\
	MPEGvideo.cpp		\
	decoders.cpp		\
	decoders.h		\
	dither.h		\
	floatdct.cpp		\
	gdith.cpp		\
	jrevdct.cpp		\
	motionvector.cpp	\
	parseblock.cpp		\
	proto.h			\
	readfile.cpp		\
	util.cpp		\
	util.h			\
	video.cpp		\
	video.h

EXTRA_DIST =			\
	README			\
	COPYRIGHT		\