diff Makefile @ 34101:bffc842649c2

build: enable libavfilter.
author cigaes
date Wed, 12 Oct 2011 11:38:08 +0000
parents 5bd7e92fb132
children dd8320c2a2cb
line wrap: on
line diff
--- a/Makefile	Wed Oct 12 09:24:58 2011 +0000
+++ b/Makefile	Wed Oct 12 11:38:08 2011 +0000
@@ -688,7 +688,7 @@
                 $(SRCS_MENCODER-yes)
 
 # (linking) order matters for these libraries
-FFMPEGPARTS = libpostproc libswscale libavformat libavcodec libavutil
+FFMPEGPARTS = libpostproc libswscale libavfilter libavformat libavcodec libavutil
 FFMPEGLIBS  = $(foreach part, $(FFMPEGPARTS), ffmpeg/$(part)/$(part).a)
 FFMPEGFILES = $(foreach part, $(FFMPEGPARTS), $(wildcard $(addprefix ffmpeg/$(part)/,*.[chS] /*/*.[chS] /*/*.asm)))