Advertisement
Guest User

Untitled

a guest
Nov 17th, 2011
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. [herbert@myhost convert_flv]$ make
  2. g++ -m64 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o convert_flv tut1.o -L/usr/lib /home/herbert/convert_flv/ffmpeg/install/lib/*.a -lQtGui -lQtCore -lpthread
  3. tut1.o: In function `main':
  4. /home/herbert/convert_flv/tut1.cpp:71: undefined reference to `av_register_all()'
  5. /home/herbert/convert_flv/tut1.cpp:74: undefined reference to `av_open_input_file(AVFormatContext**, char const*, AVInputFormat*, int, AVFormatParameters*)'
  6. /home/herbert/convert_flv/tut1.cpp:78: undefined reference to `av_find_stream_info(AVFormatContext*)'
  7. /home/herbert/convert_flv/tut1.cpp:82: undefined reference to `dump_format(AVFormatContext*, int, char const*, int)'
  8. collect2: ld returned 1 exit status
  9. make: *** [convert_flv] Error 1
  10. [herbert@myhost convert_flv]$ ls /home/herbert/convert_flv/ffmpeg/install/lib/
  11. libavcodec.a libavfilter.a libavutil.a pkgconfig
  12. libavdevice.a libavformat.a libswscale.a
  13. [herbert@myhost convert_flv]$
  14.  
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement