mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 15:20:02 +01:00
9 lines
302 B
Makefile
9 lines
302 B
Makefile
# Makefile for veejay
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
AM_CFLAGS=$(YUVCFLAGS)
|
|
INCLUDES = -I$(top_srcdir) -I$(includedir) -I$(top_srcdir)/vjmem -I$(top_srcdir)/vjmsg -I$(top_srcdir)/libpostproc
|
|
YUV_LIB_FILE = libyuv.la
|
|
noinst_LTLIBRARIES = $(YUV_LIB_FILE)
|
|
libyuv_la_SOURCES = subsample.c yuvconv.c
|