Skip to content

Commit

Permalink
Default libdrm to False
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed Aug 13, 2024
1 parent a7dfeba commit c8d3cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/ffmpeg/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class FFMpegConan(ConanFile):
"with_libsvtav1": True,
"with_libaom": True,
"with_libdav1d": True,
"with_libdrm": True,
"with_libdrm": False,
"with_jni": False,
"with_mediacodec": False,
"disable_everything": False,
Expand Down

0 comments on commit c8d3cc7

Please sign in to comment.