Advertisement
Guest User

ffmpeg_inc.hh

a guest
May 13th, 2018
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. Only in patched/gazebo-9.0.0: build
  2. diff -ura src/ignitionrobotics-ign-common-21fe175fe91c/include/ignition/common/ffmpeg_inc.hh patched/ignitionrobotics-ign-common-21fe175fe91c/include/ignition/common/ffmpeg_inc.hh
  3. --- src/ignitionrobotics-ign-common-21fe175fe91c/include/ignition/common/ffmpeg_inc.hh 2018-01-06 08:50:21.000000000 +0900
  4. +++ patched/ignitionrobotics-ign-common-21fe175fe91c/include/ignition/common/ffmpeg_inc.hh 2018-05-14 11:22:04.436061817 +0900
  5. @@ -48,6 +48,14 @@
  6.  
  7. #include <ignition/common/Export.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 ignition
  18. {
  19. namespace common
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement