Skip to content

Commit a8ac4dd

Browse files
authored
[FFmpeg] disable libdrm (google#11632)
because of "error while loading shared libraries: libdrm.so.2: cannot open shared object file: No such file or directory" Alternatively we can copy that to the lib directory like it seems done with libz/bz2 google#11629 depends on this but it seems even on its own some things seem to fail without this Signed-off-by: Michael Niedermayer <[email protected]>
1 parent 283b79f commit a8ac4dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/ffmpeg/build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ PKG_CONFIG_PATH="$FFMPEG_DEPS_PATH/lib/pkgconfig" ./configure \
169169
--enable-libvpx \
170170
--enable-libxml2 \
171171
--enable-nonfree \
172+
--disable-libdrm \
172173
--disable-muxers \
173174
--disable-protocols \
174175
--disable-demuxer=rtp,rtsp,sdp \
@@ -256,6 +257,7 @@ PKG_CONFIG_PATH="$FFMPEG_DEPS_PATH/lib/pkgconfig" ./configure \
256257
--optflags=-O1 \
257258
--enable-gpl \
258259
--enable-libxml2 \
260+
--disable-libdrm \
259261
--disable-muxers \
260262
--disable-protocols \
261263
--disable-devices \

0 commit comments

Comments
 (0)