[FFmpeg-devel] [PATCH 1/2] dshow: Add missing library dependency (dxguid)
Roger Pack
rogerdpack2 at gmail.com
Tue May 10 15:53:22 CEST 2016
did you have a failure with this? in what environment?
On 5/6/16, Moriyoshi Koizumi <mozo at mozo.jp> wrote:
> From: Moriyoshi koizumi <mozo at mozo.jp>
>
> Signed-off-by: Moriyoshi koizumi <mozo at mozo.jp>
> ---
> configure | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 1f684d2..fb8d7d3 100755
> --- a/configure
> +++ b/configure
> @@ -2832,7 +2832,7 @@ decklink_indev_extralibs="-lstdc++"
> decklink_outdev_deps="decklink pthreads"
> decklink_outdev_extralibs="-lstdc++"
> dshow_indev_deps="IBaseFilter"
> -dshow_indev_extralibs="-lpsapi -lole32 -lstrmiids -luuid -loleaut32
> -lshlwapi"
> +dshow_indev_extralibs="-lpsapi -lole32 -lstrmiids -luuid -loleaut32
> -lshlwapi -ldxguid"
> dv1394_indev_deps="dv1394"
> dv1394_indev_select="dv_demuxer"
> fbdev_indev_deps="linux_fb_h"
> --
> 2.8.0
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
More information about the ffmpeg-devel
mailing list