From 9bdf7488207bc004bac0f5c2ea7834fcb2a1cbd8 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 1 Jul 2001 22:19:44 +0000 Subject: [PATCH] Added the ffmpeg wrapper plugin. (ffmpeg.sourceforge.net). Original commit message from CVS: Added the ffmpeg wrapper plugin. (ffmpeg.sourceforge.net). Only the encoders are currently support, so no decoders or muxers yet.. --- configure.base | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.base b/configure.base index 375a0f4b5a..b99a73451d 100644 --- a/configure.base +++ b/configure.base @@ -1144,6 +1144,7 @@ plugins/rtp/Makefile plugins/rtp/rtpsend/Makefile plugins/mulaw/Makefile plugins/alaw/Makefile +plugins/ffmpeg/Makefile plugins/filters/Makefile plugins/filters/smooth/Makefile plugins/filters/median/Makefile