]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blob - libavfilter/Makefile.omk
The first step in omkization.
[frescor/ffmpeg.git] / libavfilter / Makefile.omk
1 NAME = avfilter
2 FFLIBS = avcodec avutil swscale
3 FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat
4
5 HEADERS = avfilter.h
6
7 OBJS = allfilters.c                                                     \
8        avfilter.c                                                       \
9        defaults.c                                                       \
10        formats.c                                                        \
11
12 #OBJS-$(CONFIG_XXX_FILTER)    += vf_xxx.c
13
14 lib_LIBRARIES:=$(NAME)
15 $(NAME)_SOURCES:=$(OBJS) $(OBJS-y) $(OBJS-yes)
16 renamed_include_HEADERS:=$(foreach h,$(HEADERS),$(h)->lib$(NAME)/$(h) )