Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. bash-3.2$ make V=1
  2. gcc -Llibavcodec -Llibavdevice -Llibavfilter -Llibavformat -Llibavresample -Llibavutil -Llibpostproc -Llibswscale -Llibswresample -Wl,-dynamic,-search_paths_first -o ffmpeg_g ffmpeg_opt.o ffmpeg_filter.o ffmpeg.o cmdutils.o -lavdevice -lavfilter -lavformat -lavcodec -lpostproc -lswresample -lswscale -lavutil -Wl,-framework,Cocoa -L/opt/local/lib -lSDLmain -lSDL -lm -liconv -lbz2 -lz
  3. ld: warning: directory not found for option '-Llibavresample'
  4. Undefined symbols for architecture x86_64:
  5. "_ff_print_debug_info2", referenced from:
  6. _decode_frame in libavcodec.a(h264.o)
  7. "_iconv_open", referenced from:
  8. _avcodec_decode_subtitle2 in libavcodec.a(utils.o)
  9. "_iconv", referenced from:
  10. _avcodec_decode_subtitle2 in libavcodec.a(utils.o)
  11. "_iconv_close", referenced from:
  12. _avcodec_decode_subtitle2 in libavcodec.a(utils.o)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement