Skip to content
Snippets Groups Projects
Commit 03c5fa58 authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

contrib: disable opencl in x264

Refs #68606

Change-Id: Ieda1a53642e434e7776dac3f4b60193c97b91e4f
parent fd89259d
Branches
Tags
No related merge requests found
......@@ -14,7 +14,8 @@ X264CONF = --prefix="$(PREFIX)" \
--disable-avs \
--disable-lavf \
--disable-cli \
--disable-ffms
--disable-ffms \
--disable-opencl
ifndef HAVE_WIN32
X264CONF += --enable-pic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment