Advertisement
Guest User

Untitled

a guest
Nov 25th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1.  
  2. MAN doc/libavfilter.3
  3. CC ffmpeg.o
  4. ffmpeg.c: In function âwrite_frameâ:
  5. ffmpeg.c:581: warning: âdestructâ is deprecated (declared at ./libavcodec/avcodec.h:1126)
  6. ffmpeg.c: In function âdo_streamcopyâ:
  7. ffmpeg.c:1503: warning: passing argument 2 of âav_copy_packet_side_dataâ discards qualifiers from pointer target type
  8. ./libavcodec/avcodec.h:3549: note: expected âstruct AVPacket *â but argument is of type âconst struct AVPacket *â
  9. CC ffmpeg_opt.o
  10. ffmpeg_opt.c: In function âinit_output_filterâ:
  11. ffmpeg_opt.c:1592: warning: âostâ may be used uninitialized in this function
  12. ffmpeg_opt.c: In function âopen_output_fileâ:
  13. ffmpeg_opt.c:2038: warning: âmâ may be used uninitialized in this function
  14. CC ffmpeg_filter.o
  15. CC cmdutils.o
  16. LD ffmpeg_g
  17. libavcodec/libavcodec.a(libx264.o): In function `X264_init':
  18. /root/ffmpeg/libavcodec/libx264.c:570: undefined reference to `x264_encoder_open_140'
  19. collect2: ld returned 1 exit status
  20. make: *** [ffmpeg_g] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement