mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-06 23:15:30 +01:00
10 lines
357 B
Makefile
10 lines
357 B
Makefile
# Makefile for veejay
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
AM_CFLAGS=$(YUVCFLAGS)
|
|
INCLUDES = -I$(top_srcdir) -I$(includedir) -I$(top_srcdir)/aclib -I$(top_srcdir)/vjmem -I$(top_srcdir)/vjmsg -I$(top_srcdir)/libpostproc
|
|
YUV_LIB_FILE = libyuv.la
|
|
pkginclude_HEADERS = yuvconv.h
|
|
noinst_LTLIBRARIES = $(YUV_LIB_FILE)
|
|
libyuv_la_SOURCES = subsample.c yuvconv.c
|