[FFmpeg-trac] #400(FFplay:new): ffplay compilation broken when disable avfilter

FFmpeg trac at avcodec.org
Tue Aug 16 17:51:41 CEST 2011


#400: ffplay compilation broken when disable avfilter
---------------------+---------------------
  Reporter:  qrtt1   |      Owner:  michael
      Type:  defect  |     Status:  new
  Priority:  normal  |  Component:  FFplay
   Version:  0.8.2   |   Keywords:
Blocked By:          |   Blocking:
Reproduced:  0       |   Analyzed:  0
---------------------+---------------------
 I check the n0.8.2 tag and compile it with the configuration:

 {{{
 ./configure --disable-doc \
 --disable-ffserver --disable-muxers --disable-avdevice \
 --disable-postproc --disable-avfilter --disable-bsfs \
 --disable-filters --disable-devices \
 --disable-encoders --disable-asm \
 --disable-bzlib \
 --disable-zlib \
 --prefix=/opt/ffmpeg
 }}}

 I got the trouble:

 {{{
 qty:ffmpeg_icy qrtt1$ make
 CC      ffplay.o
 ffplay.c: In function ‘queue_picture’:
 ffplay.c:1411: warning: passing argument 2 of ‘sws_scale’ from
 incompatible pointer type
 ffplay.c: In function ‘video_thread’:
 ffplay.c:1782: error: ‘picref’ undeclared (first use in this function)
 ffplay.c:1782: error: (Each undeclared identifier is reported only once
 ffplay.c:1782: error: for each function it appears in.)
 ffplay.c: In function ‘SDL_main’:
 ffplay.c:3044: warning: assignment discards qualifiers from pointer target
 type
 make: *** [ffplay.o] Error 1
 }}}

 The variable picref should only use when enable avfilters.

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


More information about the FFmpeg-trac mailing list