Advertisement
Guest User

myffmpeg_build_config

a guest
May 27th, 2011
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. **** Build of configuration Debug for project myffmpeg ****
  2.  
  3. make all
  4. Building file: ../cmdutils.c
  5. Invoking: Cygwin C Compiler
  6. gcc -I"/cygdrive/d/ffmpeg-0.6.1" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"cmdutils.d" -MT"cmdutils.d" -o"cmdutils.o" "../cmdutils.c"
  7. Finished building: ../cmdutils.c
  8.  
  9. Building file: ../ffmpeg.c
  10. Invoking: Cygwin C Compiler
  11. gcc -I"/cygdrive/d/ffmpeg-0.6.1" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"ffmpeg.d" -MT"ffmpeg.d" -o"ffmpeg.o" "../ffmpeg.c"
  12. ../ffmpeg.c: In function 'do_video_out':
  13. ../ffmpeg.c:1085: warning: passing argument 2 of 'sws_scale' from incompatible pointer type
  14. ../ffmpeg.c: In function 'output_packet':
  15. ../ffmpeg.c:1455: warning: enumeration value 'AVMEDIA_TYPE_UNKNOWN' not handled in switch
  16. ../ffmpeg.c:1455: warning: enumeration value 'AVMEDIA_TYPE_DATA' not handled in switch
  17. ../ffmpeg.c:1455: warning: enumeration value 'AVMEDIA_TYPE_SUBTITLE' not handled in switch
  18. ../ffmpeg.c:1455: warning: enumeration value 'AVMEDIA_TYPE_ATTACHMENT' not handled in switch
  19. ../ffmpeg.c:1455: warning: enumeration value 'AVMEDIA_TYPE_NB' not handled in switch
  20. Finished building: ../ffmpeg.c
  21.  
  22. Building target: myffmpeg.exe
  23. Invoking: Cygwin C Linker
  24. gcc -L/usr/local/lib -o"myffmpeg.exe" ./cmdutils.o ./ffmpeg.o -lavformat -lavdevice -lavcodec -lavutil -lpostproc -lswscale -lmp3lame -lz -lvfw32
  25. Finished building target: myffmpeg.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement