Advertisement
Guest User

Untitled

a guest
Feb 5th, 2024
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. In file included from ./libavutil/common.h:88,
  2. from ./libavutil/avutil.h:301,
  3. from ./libavutil/opt.h:31,
  4. from libavdevice/sdl2.c:31:
  5. ./config.h:340: warning: "HAVE_PTHREAD_SETNAME_NP" redefined
  6. 340 | #define HAVE_PTHREAD_SETNAME_NP 0
  7. |
  8. In file included from /usr/include/SDL2/SDL_config.h:4,
  9. from /usr/include/SDL2/SDL_stdinc.h:31,
  10. from /usr/include/SDL2/SDL_main.h:25,
  11. from /usr/include/SDL2/SDL.h:32,
  12. from libavdevice/sdl2.c:26:
  13. /usr/include/x86_64-linux-gnu/SDL2/_real_SDL_config.h:205: note: this is the location of the previous definition
  14. 205 | #define HAVE_PTHREAD_SETNAME_NP 1
  15. |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement