Skip to content

Commit

Permalink
Updated libxutils include headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kala13x committed Jan 28, 2025
1 parent 0cc8251 commit dd4db92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/stdinc.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
#ifndef __XMEDIA_STDINC_H__
#define __XMEDIA_STDINC_H__

#include <xutils/array.h>
#include <xutils/xtime.h>
#include <xutils/xjson.h>
#include <xutils/xstd.h>
#include <xutils/xsig.h>
#include <xutils/xlog.h>
#include <xutils/xstr.h>
#include <xutils/xtime.h>
#include <xutils/array.h>
#include <xutils/json.h>
#include <xutils/sig.h>
#include <xutils/log.h>
#include <xutils/str.h>
#include <xutils/xfs.h>

#include <libavformat/avformat.h>
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#define XMEDIA_VERSION_MAX 1
#define XMEDIA_VERSION_MIN 2
#define XMEDIA_BUILD_NUMBER 18
#define XMEDIA_BUILD_NUMBER 19

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit dd4db92

Please sign in to comment.