diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2011-05-21 14:24:50 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-05-21 17:23:14 +0200 |
commit | 95eb2e3a3819e8b6d87940bfa41bf1ea3ae68f5a (patch) | |
tree | a6b05f2a93b4fadf6790d032d8830906150e3e3d /libavdevice/Makefile | |
parent | f8c49d02b0f17c3011712ec4638ec4c6c76e7831 (diff) | |
download | ffmpeg-95eb2e3a3819e8b6d87940bfa41bf1ea3ae68f5a.tar.gz |
DirectShow capture support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r-- | libavdevice/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile index 5cfc5e8ecc..4bcb5a3ae6 100644 --- a/libavdevice/Makefile +++ b/libavdevice/Makefile @@ -13,6 +13,9 @@ OBJS-$(CONFIG_ALSA_INDEV) += alsa-audio-common.o \ OBJS-$(CONFIG_ALSA_OUTDEV) += alsa-audio-common.o \ alsa-audio-enc.o OBJS-$(CONFIG_BKTR_INDEV) += bktr.o +OBJS-$(CONFIG_DSHOW_INDEV) += dshow.o dshow_enummediatypes.o \ + dshow_enumpins.o dshow_filter.o \ + dshow_pin.o dshow_common.o OBJS-$(CONFIG_DV1394_INDEV) += dv1394.o OBJS-$(CONFIG_FBDEV_INDEV) += fbdev.o OBJS-$(CONFIG_JACK_INDEV) += jack_audio.o |