You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdemultimedia/mpeglib/lib/util/render/dither2YUV/Makefile.am

23 lines
320 B

# libdivxplugin - Makefile.am
EXTRA_DIST = README
INCLUDES = -I.. $(all_includes)
noinst_LTLIBRARIES = libdivxutil_dither.la
noinst_HEADERS = dither2YUV.h rgb2yuvdefs.h rgb2yuv16.h \
rgb2yuv32.h
libdivxutil_dither_la_SOURCES = dither2YUV.cpp rgb2yuv16.cpp \
rgb2yuv32.cpp