[FFmpeg-trac] #7735(avfilter:new): [git master] Build error: libavutil/cuda_check.c: No such file or directory

FFmpeg trac at avcodec.org
Thu Feb 14 16:47:52 EET 2019


#7735: [git master] Build error: libavutil/cuda_check.c: No such file or directory
----------------------------------+--------------------------------------
             Reporter:  bermond   |                     Type:  defect
               Status:  new       |                 Priority:  normal
            Component:  avfilter  |                  Version:  git-master
             Keywords:            |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+--------------------------------------
 I'm getting the following error when trying to build ffmpeg git master:

 {{{
 CC      libavfilter/cuda_check.o
 libavfilter/cuda_check.c:1:10: fatal error: libavutil/cuda_check.c: No
 such file or directory
  #include "libavutil/cuda_check.c"
           ^~~~~~~~~~~~~~~~~~~~~~~~
 compilation terminated.
 make: *** [ffbuild/common.mak:60: libavfilter/cuda_check.o] Error 1
 }}}

 This seems to be caused by the recent commit
 [https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/15c6390139096b7e7634bf0f6aaab1cd8b3aa509
 15c6390].

 How to reproduce:
 {{{
 $ git clone https://git.ffmpeg.org/ffmpeg.git
 $ cd ffmpeg
 $ ./configure --prefix='/usr' --extra-cflags='-I/opt/cuda/include'
 --extra-ldflags='-L/opt/cuda/lib64' --enable-nonfree --enable-cuda-sdk
 $ make -j1
 }}}

 '''System Information:'''
 * '''OS:''' Arch Linux x86_64
 * '''ffmpeg:''' git master
 * '''Compiler:''' gcc 8.2.1
 * '''CUDA:''' 10.0.130

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7735>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list