Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-11 17:40:08 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-11 19:20:17 +0400
commit214357341a1ae35e0ca9052400099edaad7afcb4 (patch)
tree32c1d3b9a3dfc2ae733182c07f796e8dfde66a9f /libavdevice/Makefile
parente72657f83dc9f31dc0c1eb09ab2e7e704d59643e (diff)
lavdev: add libavfilter virtual input device
This input device is to be considered still experimental, only video output is supported.
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r--libavdevice/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index 0537c0f95f..252fa30276 100644
--- a/libavdevice/Makefile
+++ b/libavdevice/Makefile
@@ -2,6 +2,7 @@ include $(SUBDIR)../config.mak
NAME = avdevice
FFLIBS = avformat avcodec avutil
+FFLIBS-$(CONFIG_LAVFI_INDEV) += avfilter
HEADERS = avdevice.h
@@ -19,6 +20,7 @@ OBJS-$(CONFIG_DSHOW_INDEV) += dshow.o dshow_enummediatypes.o \
OBJS-$(CONFIG_DV1394_INDEV) += dv1394.o
OBJS-$(CONFIG_FBDEV_INDEV) += fbdev.o
OBJS-$(CONFIG_JACK_INDEV) += jack_audio.o
+OBJS-$(CONFIG_LAVFI_INDEV) += lavfi.o
OBJS-$(CONFIG_OPENAL_INDEV) += openal-dec.o
OBJS-$(CONFIG_OSS_INDEV) += oss_audio.o
OBJS-$(CONFIG_OSS_OUTDEV) += oss_audio.o