Advertisement
Guest User

ffmpeg_inc.patch

a guest
May 13th, 2018
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Only in patched/gazebo-9.0.0: build
  2. diff -ura src/gazebo-9.0.0/gazebo/common/ffmpeg_inc.h patched/gazebo-9.0.0/gazebo/common/ffmpeg_inc.h
  3. --- src/gazebo-9.0.0/gazebo/common/ffmpeg_inc.h 2018-01-26 07:25:47.000000000 +0900
  4. +++ patched/gazebo-9.0.0/gazebo/common/new_ffmpeg_inc.hh 2018-05-14 10:12:29.582559840 +0900
  5. @@ -42,6 +42,14 @@
  6.  
  7. #include "gazebo/util/system.hh"
  8.  
  9. +#ifndef CODEC_CAP_TRUNCATED
  10. +#define CODEC_CAP_TRUNCATED AV_CODEC_CAP_TRUNCATED
  11. +#endif
  12. +
  13. +#ifndef CODEC_FLAG_TRUNCATED
  14. +#define CODEC_FLAG_TRUNCATED AV_CODEC_FLAG_TRUNCATED
  15. +#endif
  16. +
  17. namespace gazebo
  18. {
  19. namespace common
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement