obs-recursion-effect icon indicating copy to clipboard operation
obs-recursion-effect copied to clipboard

error: 'circlebuf_pop_front' is deprecated

Open yurivict opened this issue 1 year ago • 0 comments

/usr/ports/multimedia/obs-recursion-effect/work/obs-recursion-effect-0.1.0/recursion-effect.c:49:3: error: 'circlebuf_pop_front' is deprecated [-Werror,-Wdeprecated-declarations]
   49 |                 circlebuf_pop_front(&f->frames, &frame, sizeof(frame));
      |                 ^
/usr/local/include/obs/util/circlebuf.h:291:1: note: 'circlebuf_pop_front' has been explicitly marked deprecated here
  291 | OBS_DEPRECATED static inline void circlebuf_pop_front(struct circlebuf *cb,
      | ^

Version: 0.1.0 obs-studio-30.1.1 FreeBSD 14.0

yurivict avatar Apr 07 '24 18:04 yurivict