mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-03 21:50:00 +01:00
21 lines
413 B
Makefile
21 lines
413 B
Makefile
# # Process this file with automake to produce Makefile.in.
|
|
|
|
AM_CPPFLAGS = \
|
|
$(PTHREAD_CFLAGS) \
|
|
-I$(top_srcdir)
|
|
|
|
noinst_LTLIBRARIES = libac.la
|
|
|
|
libac_la_SOURCES = \
|
|
accore.c \
|
|
average.c \
|
|
imgconvert.c \
|
|
img_rgb_packed.c \
|
|
img_yuv_mixed.c \
|
|
img_yuv_packed.c \
|
|
img_yuv_planar.c \
|
|
img_yuv_rgb.c \
|
|
memcpy.c \
|
|
rescale.c
|
|
|