mirror of https://github.com/odrling/Aegisub
meson: remove libass dirent patch
Handled more properly in libass itself
This commit is contained in:
parent
1a5c19c4d7
commit
7f46b687e1
|
@ -2,4 +2,3 @@
|
||||||
directory = libass
|
directory = libass
|
||||||
url = https://github.com/TypesettingTools/libass.git
|
url = https://github.com/TypesettingTools/libass.git
|
||||||
revision = meson-pr
|
revision = meson-pr
|
||||||
patch_directory = libass
|
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
// libass uses dirent in a function we don't use, so just provide a dummy version
|
|
||||||
typedef struct DIR { int dummy; } DIR;
|
|
||||||
typedef struct dirent { char *d_name; } dirent;
|
|
||||||
static inline DIR *opendir(const char *x) { return 0; }
|
|
||||||
static inline struct dirent *readdir(DIR *x) { return 0; }
|
|
||||||
static inline void closedir(DIR *x) { }
|
|
Loading…
Reference in New Issue