Advertisement
Guest User

defaultro

a guest
Jan 1st, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. MAN doc/ffmpeg-resampler.1
  2. MAN doc/ffmpeg-codecs.1
  3. MAN doc/ffmpeg-bitstream-filters.1
  4. MAN doc/ffmpeg-formats.1
  5. MAN doc/ffmpeg-protocols.1
  6. MAN doc/ffmpeg-devices.1
  7. MAN doc/ffmpeg-filters.1
  8. MAN doc/libavutil.3
  9. MAN doc/libswscale.3
  10. MAN doc/libswresample.3
  11. MAN doc/libavcodec.3
  12. MAN doc/libavformat.3
  13. MAN doc/libavdevice.3
  14. MAN doc/libavfilter.3
  15. TXT doc/fate.txt
  16. CC ffmpeg.o
  17. CC ffmpeg_opt.o
  18. CC ffmpeg_filter.o
  19. CC cmdutils.o
  20. LD ffmpeg_g
  21. libavcodec/libavcodec.a(libx264.o): In function `X264_frame':
  22. /usr/local/src/ffmpeg/libavcodec/libx264.c:159: undefined reference to `x264_picture_init'
  23. /usr/local/src/ffmpeg/libavcodec/libx264.c:161: undefined reference to `x264_bit_depth'
  24. libavcodec/libavcodec.a(libx264.o): In function `X264_init_static':
  25. /usr/local/src/ffmpeg/libavcodec/libx264.c:593: undefined reference to `x264_bit_depth'
  26. libavcodec/libavcodec.a(libx264.o): In function `X264_init':
  27. /usr/local/src/ffmpeg/libavcodec/libx264.c:292: undefined reference to `x264_param_default_preset'
  28. /usr/local/src/ffmpeg/libavcodec/libx264.c:459: undefined reference to `x264_param_apply_fastfirstpass'
  29. /usr/local/src/ffmpeg/libavcodec/libx264.c:490: undefined reference to `x264_param_apply_profile'
  30. /usr/local/src/ffmpeg/libavcodec/libx264.c:533: undefined reference to `x264_encoder_open_129'
  31. collect2: ld returned 1 exit status
  32. make: *** [ffmpeg_g] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement