New upstream version 24.0.1+dfsg1
This commit is contained in:
parent
b14f9eae6d
commit
5a730d6ec3
842 changed files with 42245 additions and 33385 deletions
17
plugins/obs-ffmpeg/obs-ffmpeg-config.h.in
Normal file
17
plugins/obs-ffmpeg/obs-ffmpeg-config.h.in
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#ifndef ON
|
||||
#define ON 1
|
||||
#endif
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
#endif
|
||||
|
||||
#ifndef OFF
|
||||
#define OFF 0
|
||||
#endif
|
||||
|
||||
#ifndef FALSE
|
||||
#define FALSE 0
|
||||
#endif
|
||||
|
||||
#define ENABLE_FFMPEG_LOGGING @ENABLE_FFMPEG_LOGGING@
|
||||
Loading…
Add table
Add a link
Reference in a new issue