Advertisement
Guest User

Untitled

a guest
May 29th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. prueba.c:(.text+0x4bc): undefined reference to `av_open_input_file'
  2. prueba.c:(.text+0x4ef): undefined reference to `dump_format'
  3. prueba.c:(.text+0x57c): undefined reference to `avcodec_open'
  4. prueba.c:(.text+0x594): undefined reference to `avcodec_frame_alloc'
  5. collect2: error: ld returned 1 exit status
  6.  
  7.  
  8.  
  9. /// command line is:
  10. gcc -o programa prueba.c -lavdevice -lavformat -lavfilter -lavcodec -lswscale -lavutil -lcurl -Wl,--no-undefined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement