Skip to content
Snippets Groups Projects
Commit 6d92a934 authored by Philippe Gorley's avatar Philippe Gorley Committed by gerrit2
Browse files

disable vdpau in ffmpeg


Fixes an issue where Ring would sometimes fail to build because
of an undefined reference to "vdp_device_create_x11".

VDPAU should be re-enabled once it is implemented.

Change-Id: Idc420931674f7455a6ae561afa9da6e5808d78fb
Reviewed-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
parent 2458ce1e
Branches
Tags
No related merge requests found
...@@ -94,6 +94,7 @@ endif ...@@ -94,6 +94,7 @@ endif
ifdef HAVE_LINUX ifdef HAVE_LINUX
FFMPEGCONF += \ FFMPEGCONF += \
--disable-vdpau \
--enable-vaapi \ --enable-vaapi \
--enable-hwaccel=h264_vaapi \ --enable-hwaccel=h264_vaapi \
--enable-hwaccel=mpeg4_vaapi \ --enable-hwaccel=mpeg4_vaapi \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment