summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMate Sebok <smfinc.org@gmail.com>2015-04-22 18:38:38 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-04-22 20:12:36 +0200
commit4d98015dcf6562b5822a96f024ac8c94b95203a6 (patch)
treeccdf417deec93a4ceff5dda011de923c5b1a69f6 /configure
parent53ff9a4ec9ce1ab4ff2ab92479b885260ff5cf4c (diff)
dshow: add capture device save and load
Signed-off-by: Mate Sebok <smfinc.org@gmail.com> Reviewed-by: Roger Pack <rogerdpack2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 60d4b2f470..e2bd3de76e 100755
--- a/configure
+++ b/configure
@@ -2543,7 +2543,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 -loleaut32"
+dshow_indev_extralibs="-lpsapi -lole32 -lstrmiids -luuid -loleaut32 -lshlwapi"
dv1394_indev_deps="dv1394"
dv1394_indev_select="dv_demuxer"
fbdev_indev_deps="linux_fb_h"