Guest User

Untitled

a guest
Dec 12th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. make V=1
  2. gcc -Llibavcodec -Llibavdevice -Llibavfilter -Llibavformat -Llibavresample -Llibavutil -Llibpostproc -Llibswscale -Llibswresample -Wl,--as-needed -Wl,--warn-common -Wl,-rpath-link=libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample -o ffmpeg_g ffmpeg_opt.o ffmpeg_filter.o ffmpeg.o cmdutils.o -lavdevice -lavfilter -lavformat -lavcodec -lswresample -lswscale -lavutil -ldl -lm -pthread -lz -lrt
  3. ^Z
  4. [1]+ Stopped make V=1
  5. rogerdpack@ubuntu-big:~/dev/downloads/ffmpeg_git_linux$ fg
  6. make V=1
  7. cp -p ffmpeg_g ffmpeg
  8. strip ffmpeg
  9. rogerdpack@ubuntu-big:~/dev/downloads/ffmpeg_git_linux$ ls libpostproc/
  10. libpostproc.a libpostproc.v postprocess.c postprocess_internal.h
  11. libpostproc.pc Makefile postprocess.d postprocess_template.c
  12. libpostproc-uninstalled.pc postprocess_altivec_template.c postprocess.h
  13. rogerdpack@ubuntu-big:~/dev/downloads/ffmpeg_git_linux$ ls libpostproc/^C
  14. rogerdpack@ubuntu-big:~/dev/downloads/ffmpeg_git_linux$ find . -name *postproc*
  15. ./libpostproc
  16. rogerdpack@ubuntu-big:~/dev/downloads/ffmpeg_git_linux$ find . -name \*postproc\*
  17. ./libpostproc
  18. ./libpostproc/postprocess_altivec_template.c
  19. ./libpostproc/postprocess_internal.h
  20. ./libpostproc/postprocess.c
  21. ./libpostproc/postprocess.d
  22. ./libpostproc/libpostproc-uninstalled.pc
  23. ./libpostproc/libpostproc.v
  24. ./libpostproc/libpostproc.a
  25. ./libpostproc/postprocess_template.c
  26. ./libpostproc/libpostproc.pc
  27. ./libpostproc/postprocess.h
  28. ./doc/examples/pc-uninstalled/libpostproc.pc
  29. rogerdpack@ubuntu-big:~/dev/downloads/ffmpeg_git_linux$ find . -name *.a
  30. ./libavdevice/libavdevice.a
  31. ./libpostproc/libpostproc.a
  32. ./libswscale/libswscale.a
  33. ./libavfilter/libavfilter.a
  34. ./libavcodec/libavcodec.a
  35. ./libavresample/libavresample.a
  36. ./libswresample/libswresample.a
  37. ./libavformat/libavformat.a
  38. ./libavutil/libavutil.a
  39. rogerdpack@ubuntu-big:~/dev/downloads/ffmpeg_git_linux$ ls -l libavdevice/libavdevice.a
  40. -rw-rw-r-- 1 rogerdpack rogerdpack 356628 Aug 29 10:08 libavdevice/libavdevice.a
  41. rogerdpack@ubuntu-big:~/dev/downloads/ffmpeg_git_linux$ date
  42. Wed Aug 29 11:01:58 MDT 2012
  43. rogerdpack@ubuntu-big:~/dev/downloads/ffmpeg_git_linux$ ls -l ./libpostproc/libpostproc.a
  44. -rw-rw-r-- 1 rogerdpack rogerdpack 205808 Aug 9 14:12 ./libpostproc/libpostproc.a
  45. rogerdpack@ubuntu-big:~/dev/downloads/ffmpeg_git_linux$ make
  46. rogerdpack@ubuntu-big:~/dev/downloads/ffmpeg_git_linux$
Add Comment
Please, Sign In to add comment