blob: dadaf700c547ba549d6b3318f797e1893d4f0dac (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
SUBDIRS = common omx tools config
if BUILD_EXAMPLES
SUBDIRS += examples
endif
ACLOCAL_AMFLAGS = -I m4 -I common/m4
DISTCLEANFILES = _stdint.h
EXTRA_DIST = autogen.sh gst-omx.doap RELEASE
|