[FFmpeg-trac] #3512(build system:new): avdevice/qtkit.o is not built, but libavdevice.dylib still tries to find it at link time

FFmpeg trac at avcodec.org
Mon Mar 31 14:05:04 CEST 2014


#3512: avdevice/qtkit.o is not built, but libavdevice.dylib still tries to find it
at link time
-------------------------------------+-------------------------------------
             Reporter:  nieder       |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  build        |                  Version:
  system                             |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 OS X 10.7, with Xcode 4.6.3, git HEAD

 This configure:

 {{{
 ../configure --prefix=/usr/local/ffmpeg-clang --samples=/src/ffmpeg/fate-
 suite --enable-shared --disable-static --extra-cflags=-I/sw/include
 --extra-ldflags='-L/sw/lib/libopenjpeg -L/sw/lib' --cc=clang
 }}}

 leads to this error:

 {{{
 clang -dynamiclib -Wl,-single_module -Wl,-install_name,/usr/local/ffmpeg-
 clang/lib/libavdevice.55.dylib,-current_version,55.11.100,-compatibility_version,55
 -Llibavcodec -Llibavdevice -Llibavfilter -Llibavformat -Llibavresample
 -Llibavutil -Llibpostproc -Llibswscale -Llibswresample
 -L/sw/lib/libopenjpeg -L/sw/lib  -Wl,-dynamic,-search_paths_first
 -Qunused-arguments -o libavdevice/libavdevice.55.dylib
 libavdevice/alldevices.o libavdevice/avdevice.o libavdevice/lavfi.o
 libavdevice/qtkit.o libavdevice/sdl.o -lavfilter -lavformat -lavcodec
 -lavutil -framework QTKit -framework Foundation -framework QuartzCore
 -framework CoreFoundation -framework VideoDecodeAcceleration -framework
 QuartzCore -liconv -ljack -L/sw/lib -Wl,-framework,Cocoa -lSDLmain -lSDL
 -lm -lbz2 -lz -pthread
 clang: error: no such file or directory: 'libavdevice/qtkit.o'
 make: *** [libavdevice/libavdevice.55.dylib] Error 1
 }}}

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


More information about the FFmpeg-trac mailing list