summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorrogerdpack <rogerpack2005@gmail.com>2015-01-23 06:49:37 -0700
committerrogerdpack <rogerpack2005@gmail.com>2015-01-23 06:49:37 -0700
commit5d72cf0f64162aa130b4720f71e9249a6a34f08a (patch)
tree78aa28f3b959c1c8ea5ad1295e6c526b199259f6 /configure
parentec81ad21c1f8124dcde08c1e64656331d4c3d9e6 (diff)
dshow: add options for allowing filter popup configuration dialogs to be presented to the user
Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a0dbafb1de..0b6be39c3d 100755
--- a/configure
+++ b/configure
@@ -2487,7 +2487,7 @@ decklink_outdev_extralibs="-lstdc++"
decklink_indev_deps="decklink pthreads"
decklink_indev_extralibs="-lstdc++"
dshow_indev_deps="IBaseFilter"
-dshow_indev_extralibs="-lpsapi -lole32 -lstrmiids -luuid"
+dshow_indev_extralibs="-lpsapi -lole32 -lstrmiids -luuid -loleaut32"
dv1394_indev_deps="dv1394"
dv1394_indev_select="dv_demuxer"
fbdev_indev_deps="linux_fb_h"