aboutsummaryrefslogblamecommitdiffstats
path: root/libavfilter/Makefile
blob: 2357aeea448967d4ec915da157ed91574484d025 (plain) (tree)
1
2
3
4
5
6
7
8
9
                              
 
                       
                                         
                                          
                     
                   
                  
 
                                         
 
                    
                              
include $(SUBDIR)../config.mak

NAME = avfilter
FFLIBS = avcodec avutil
FFLIBS-$(CONFIG_SWSCALE)       += swscale
FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat

OBJS = allfilters.o \
       avfilter.o \
       defaults.o \
       formats.o \

#OBJS-$(CONFIG_XXX_FILTER)    += vf_xxx.o

HEADERS = avfilter.h

include $(SUBDIR)../subdir.mak