Skip to content

Commit

Permalink
configure: Try to fix libdrm again...
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Nov 12, 2019
1 parent 5dc3f3a commit bc905cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mythtv/configure
Expand Up @@ -4709,6 +4709,7 @@ case $target_os in
disable ivtv
enable backend
enable pic
enable drm
;;
bsd/os)
add_extralibs -lpoll -lgnugetopt
Expand Down
2 changes: 1 addition & 1 deletion mythtv/external/FFmpeg/configure
Expand Up @@ -2989,7 +2989,7 @@ qsvdec_select="qsv"
qsvenc_select="qsv"
qsvvpp_select="qsv"
vaapi_encode_deps="vaapi"
v4l2_m2m_deps="linux_videodev2_h sem_timedwait"
v4l2_m2m_deps="linux_videodev2_h sem_timedwait libdrm"

hwupload_cuda_filter_deps="ffnvcodec"
scale_npp_filter_deps="ffnvcodec libnpp"
Expand Down

0 comments on commit bc905cf

Please sign in to comment.