Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. 13:38:59 **** Build of configuration Debug for project ffmpeg-examples ****
  2. make all
  3. Building file: ../encode_video.c
  4. Invoking: Cross GCC Compiler
  5. gcc -I"C:\portable\ffmpeg-4.2.1-win64-dev\include" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"encode_video.d" -MT"encode_video.o" -o "encode_video.o" "../encode_video.c"
  6. Finished building: ../encode_video.c
  7.  
  8. Building target: ffmpeg-examples
  9. Invoking: Cross GCC Linker
  10. gcc -L"C:\portable\ffmpeg-4.2.1-win64-dev\lib" -o "ffmpeg-examples" ./encode_video.o -lavformat -lavutil -lavcodec -lavfilter
  11. c:/portable/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ./encode_video.o: in function `av_make_error_string':
  12. C:/portable/ffmpeg-4.2.1-win64-dev/include/libavutil/error.h:111: undefined reference to `av_strerror'
  13. c:/portable/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ./encode_video.o: in function `encode':
  14. C:\projects\3rd-party\ffmpeg-examples\Debug/../encode_video.c:40: undefined reference to `avcodec_send_frame'
  15. c:/portable/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: C:\projects\3rd-party\ffmpeg-examples\Debug/../encode_video.c:46: undefined reference to `avcodec_receive_packet'
  16. c:/portable/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: C:\projects\3rd-party\ffmpeg-examples\Debug/../encode_video.c:55: undefined reference to `av_packet_unref'
  17. c:/portable/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: ./encode_video.o: in function `main':
  18. C:\projects\3rd-party\ffmpeg-examples\Debug/../encode_video.c:75: undefined reference to `avcodec_find_encoder_by_name'
  19. c:/portable/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: C:\projects\3rd-party\ffmpeg-examples\Debug/../encode_video.c:80: undefined reference to `avcodec_alloc_context3'
  20. c:/portable/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: C:\projects\3rd-party\ffmpeg-examples\Debug/../encode_video.c:85: undefined reference to `av_packet_alloc'
  21. c:/portable/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: C:\projects\3rd-party\ffmpeg-examples\Debug/../encode_video.c:106: undefined reference to `av_opt_set'
  22. c:/portable/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: C:\projects\3rd-party\ffmpeg-examples\Debug/../encode_video.c:108: undefined reference to `avcodec_open2'
  23. c:/portable/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: C:\projects\3rd-party\ffmpeg-examples\Debug/../encode_video.c:118: undefined reference to `av_frame_alloc'
  24. c:/portable/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: C:\projects\3rd-party\ffmpeg-examples\Debug/../encode_video.c:126: undefined reference to `av_frame_get_buffer'
  25. c:/portable/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: C:\projects\3rd-party\ffmpeg-examples\Debug/../encode_video.c:135: undefined reference to `av_frame_make_writable'
  26. c:/portable/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: C:\projects\3rd-party\ffmpeg-examples\Debug/../encode_video.c:162: undefined reference to `avcodec_free_context'
  27. c:/portable/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: C:\projects\3rd-party\ffmpeg-examples\Debug/../encode_video.c:163: undefined reference to `av_frame_free'
  28. c:/portable/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: C:\projects\3rd-party\ffmpeg-examples\Debug/../encode_video.c:164: undefined reference to `av_packet_free'
  29. collect2.exe: error: ld returned 1 exit status
  30. make: *** [ffmpeg-examples] Error 1
  31. "make all" terminated with exit code 2. Build might be incomplete.
  32.  
  33. 13:39:00 Build Failed. 19 errors, 0 warnings. (took 899ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement